body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	text-align:center;
}

body a:link {
	color: #0000CC;
}

body a:visited {
	color: #0000CC;
}

body a:hover {
	color: #6666FF;
}

div#content {
	width: 760px;
	height: 100%;
	margin: 0 auto;
	clear: both;
	text-align: left;
}

div#maintext {
	margin-top: 10px;
}

div#footer {
	margin: 0 auto;
	clear: both;
	width: 740px;
	height: 100%;
	padding: 10px;
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
}

div#header {
	background-image:url(images/template_b.gif);
	background-repeat:no-repeat;
	padding-bottom: 15px;
	padding-top: 75px;
	text-align: left;
	height: 15px;
}

div#page {
	margin-top: 10px;
	padding: 0px;
	font-size: 12px;
	background-image: none;
	background-color: none;

}

div#leftcol {
	width: 165px;
	float: left;
}

div#rightcol {
	width: 595px;
	float: right;
}

div#navcontainer {
	position: relative;
	clear: both;
}	

/* **** Navigation **** */

/* top level ul */
#nav {
	width: 100%; 
	list-style: none;
	text-decoration:none;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

/* top level li */
#nav li {
	 width: 80px;
     margin:0;
     position: relative;
     float:left;
     background-color: #52528B;
     border:solid 1px #FFF;
     display:block;
     height: 17px;
}

/* top level a */
#nav a {
     text-decoration:none;
     display: block;
     padding: 0px;
     margin: 2px;
	 color: white;
	 font-size: 12px;
	 padding-left: 5px;
	 padding-right: 5px;
	 text-align: center;
     height: 17px;
}

#nav a:hover {
     background-color:#003366;
	 color: yellow;
	 display: block;
}

/* subnav ul */
#nav ul {
     padding: 0;
     margin: 0;
     list-style: none;
     z-index:99;
     position:absolute;
     overflow:visible;
	 padding-top: 3px;
	 width: 200px;
     display:none;
}

/* subnav li */
#nav ul li{ 
	border-top: 1px solid white;
	width: 200px; 
	float: left;
     height: 14px;
}

#nav ul li:hover {
	position: relative;
	width: 200px;
	background-color:#003366;
	color: yellow;
	display: block;
}

/* subnav a */
#nav ul li a {
	font-size: 10px;
	text-align: left;
     height: 14px;
}

/* submenu li */
#nav ul ul li{ 
	border-top: 1px solid white;
}

/* submenu a */
#nav ul ul li a {
	font-size: 9px;
}

/* #nav ul#subnav li a#sub:after { content: " > "; } */

/*all see this */
#nav ul ul {
     display:none;
	 width: 210px;
     position:absolute;
     margin-top:-18px;
     margin-left:211px;
}

/* non-IE browsers see this */
#nav ul li>ul, #nav ul ul li>ul{
     /* margin-top:-1.4em; */
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
     display:none;
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
     display:block;
}

li>ul {
     top: auto;
     left: auto;
} 

div#rsnavcontainer {
	position: relative;
	width: 595 px;;
}

/* top level ul */
#rsnav { 
	list-style: none;
	text-decoration:none;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

/* top level li */
#rsnav li {
     margin:0;
     position: relative;
     float:left;
     background-color: #9191D1;
     border:solid 1px #FFF;
     display: block;
     height: 17px;
	 width: 193px;
}

/* top level a */
#rsnav a {
     text-decoration:none;
     display: block;
     padding: 0px;
     margin: 2px;
	 color: white;
	 font-size: 11px;
}

#rsnav a:hover {
     background-color:#003366;
	 color: yellow;
	 display: block;
}

#rsheader {
	border: 1px solid white;
	padding: 3px;
	font-size: 11px;
	background-color: #52528B;
	color: white;
	width:194px;
}
.text-headline {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.text-body {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.text-title {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
.text-small {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.text-small-white {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.link-small {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0000CC;
	text-decoration: underline;
}
.link-normal {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0000CC;
	text-decoration: underline;
}
.text-footer {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
