body {
	padding: 0 0 15px 0;
	margin: 0px;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #000000;
	text-align: center
}

#container {
	padding: 0 0 0 0;
	border-color: #ffffff;
	margin: 2% auto;
	width: 910px;
	border-style: none;
	background-color: #ffffff;
	text-align: left;
}

#header {
	background: #ffffff url(images/cnyrwlogo-2008.jpg) no-repeat;
	position: relative;
	height: 172px;
	width: 910px;
	border: 0;
}

#contents {
	padding: 10px 30px 10px 30px; 
	margin: 0px 200px 40px 20px;
	line-height: 167%;
}

#contentsfullpg {
	padding: 10px 30px 10px 30px; 
	margin: 0px 250px 40px 20px;
	line-height: 167%;
}

a:link {
	color: #b23988;
	text-decoration: underline;
}

a:visited {
	color:	#b23988;
	text-decoration: underline;
}

a:hover {
	color:	#c0c0c0;
	text-decoration: underline;
}

a:active {
	color:	#b23988;
	text-decoration: underline;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #b23988;
	margin: 30px 0 10px 0px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #b23988;
	margin: 18px 0 10px 0px;
}

h1 { font-size: 167%; }
h2 { font-size: 120%; }

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #b23988;
	margin: 30px 0 10px 0px;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #b23988;
	margin: 30px 0 10px 0px;	
}

hr {
	border: 0;
	height: 3px;
	width: 90%;
	color: #b23988;
	text-align: center;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

img {
	border: none;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.left {
	float: left;
	margin: .35em 1em 1em 0;
}

img.right {
	float: right;
	margin: .35em 0 1em 1em;
}

p {
	margin: 0 0 25px 0;
}

ol li {
	margin-bottom: 15px;
}

/* Bold */

.bold {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

/* Menu */

.menu {
	width: 909px;
	height: 30px;
	font-size: 16px;
	background: #ba85a4;
	color: #ffffff;
	position: relative;
	z-index: 100;
	border-right: 1px solid #ba85a4;
}

/* hack to fix IE5.5 faulty box model */
* html .menu {
	width: 909px;
	w\idth: 908px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu ul ul {
	width: 126px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;
	width: 126px;
	position: relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:14px;
	text-decoration:none;
	color:#ffffff;
	width:126px;
	height:30px;
	background:#ba85a4;
	padding-left:10px;
	line-height:30px;
}

/* hack to fix IE5.5 faulty box model */
* html .menu a, * html .menu a:visited {
	width:126px;
	w\idth:115px;}
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#c0c0c0;
}

/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#c0c0c0;
}

.menu ul ul :hover > a.drop {
	background:#c0c0c0
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#ba85a4;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	background:#c0c0c0;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
	.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:30px;
	left:0; width:149px;
}

/* hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul {
	left:149px;
	top: 0px;
	width:149px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-149px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#ba85a4;
	color:#ffffff;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px;
	border: 1px solid #c0c0c0;
}

/* hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#ffffff;
	background:#c0c0c0;
}

.menu :hover > a, .menu ul ul :hover > a {
	color:#ffffff;
	background:#c0c0c0;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
}

/* Main Page Format */

#main {
	background: url(images/img02.jpg) no-repeat left top;
	text-align: justify;
}

/* News */

#pscroller1 {
	width: 175px;
	height: 150px;
	padding: 5px;
}

.bold {
	font-weight: bold;
	color: #000000;
}

/* Left Sidebar */

#ltsidebar {
	float: left;
	width: 200px;
	padding: 0 30px 0 30px;
}

#ltsidebar p {
	margin: 0 15px 0 0;
	padding: 0 10px 15px 10px;
}

#ltsidebar h3 {
	height: 32px;
	padding: 8px 0 0 15px;
	margin-bottom: 20px;
	background: url(images/sidebar.png) no-repeat left top;
	font-size: 18px;
	color: #FFFFFF;
}

/* Right Sidebar */

#rtsidebar {
	float: right;
	width: 200px;
	padding: 0 30px 0 30px;
}

#rtsidebar h3 a {
	text-decoration: none;
	color: #FFFFFF;
}

#rtsidebar p {
	text-align: justify;
	margin: 0 15px 0 0;
	padding: 0 10px 15px 10px;
}

#rtsidebar ul li {
	padding: 0 20px 15px 0;
}

#rtsidebar h3 {
	height: 32px;
	padding: 8px 0 0 15px;
	margin-bottom: 20px;
	background: url(images/sidebar.png) no-repeat left top;
	font-size: 18px;
	color: #FFFFFF;
}

#rtsidebar h4 {
	height: 32px;
	padding: 10px 0 0 15px;
	margin-bottom: 20px;
	background: url(images/sidebar.png) no-repeat left top;
	font-size: 15px;
	color: #FFFFFF;
}

/* Background Hearts Sidebars */

#backgroundhearts-authors {
	width: 100px;
	height: 17550px;
	background-image: url(images/backgroundhearts.jpg);
	background-repeat: repeat-y;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#backgroundhearts-links {
	width: 100px;
	height: 1200px;
	background-image: url(images/backgroundhearts.jpg);
	background-repeat: repeat-y;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */

#footer {
	clear: both;
	padding: 5px 5px 10px 5px;
	font-size: 85%;
	background: #ba85a4;
	text-align: center;
	color: #ffffff;
}

#footer p {
	padding: 0 5px 0 5px;
	margin: 0 0 0 0;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
