/***************************PAGE STRUCTURE***************************/

body {
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background: #ffffff url(/_images/toc-header-repeat.gif) top center repeat-x;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/*img {
border: 0;
behavior: url("pngbehavior.htc");
}*/

body a:link {
	text-decoration: underline;
	color: #0000CC;
}
body a:visited {
	text-decoration: underline;
	color:#660066;
}
body a:hover {
	text-decoration: none;
	color: #ef9f22;
}

body ul {
	list-style-position: outside;
	list-style-image: url(/images/site_elements/bullets.gif);
}

h1 {
	background-image:url('/_images/h1_background.jpg');
	background-repeat: repeat-x;
	height: 43px;
	padding: 5px;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #272b72;
	text-align: left;
}

#content {
	background-color: #FFFFFF;
	/*background-image:url(/images/site_elements/content_background.gif); */
	background-position: center top;
	width: 900px;
	background-repeat: repeat-y;
}
#rotator-mask {
position: relative;
width: 900px;
height: 148px;
}
#rotator-mask img {
z-index: 2;
position: absolute;
top: 0px;
left: 0px;
}
#header {
/*	background-image:url('/_images/header_background.jpg');*/
	background-position: center top;
	width: 900px;
	position: relative;
	z-index: 1;
	/*background-repeat: repeat-y;*/
	/*border-bottom: 1px solid #7d80bb;*/
	
}

#header #menu {
	border-top-style: solid;
	border-top-color: #e13d92;
	border-top-width: 2px;
	
}

#header #menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
}

#header #menu li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	width: 128px;
	height: 22px;
	padding-top: 5px;
	padding-bottom: 6px;
}

#header #menu li a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#header #menu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#header #menu li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#header #submenu {
	padding: 5px;
	margin: 0;
	text-align: left;
	height: 40px;
}

#header #submenu ul li {
	display: inline;
	list-style: none;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0; 
}

#header #submenu ul li a:link {
	color: #000000;
	text-decoration: none;
}



#header #submenu ul li a:visited {
	color: #000000;
	text-decoration: none;
}

#header #submenu ul li a:hover {
	color: #e13d92;
	text-decoration: underline;
}
