body {
	background-color: #113668;
	margin: 16px auto;
	text-align: center;
	font-family: verdana,sans-serif;
	font-size: 11px;
	color: #58595B;
}

a,a:visited,a:hover,a:active {
	color: #2F64AC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

sup {
	font-size: 0.6em;
}

div.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

div#container {
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

div.header {
	background-color: #fff;
	padding: 7px;
	margin: 0 0 2px 0;
	width: 736px;
}

div.body {
	background-color: #fff;
	padding: 7px;
	margin: 0;
	width: 736px;
}

div.bottommenu {
	background-color: #DCDDDE;
	padding: 14px 7px 14px 7px;
	text-align: center;
}

td.menu_container {
	border-right: 1px solid #C8C6C6;
	width: 152px;
	padding-right: 7px;
}

td.content_container {
	padding-left: 7px;
}




div.yellowtitle {
	background-color: #E0A403;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 0 6px 0;
	margin: 8px 0 8px 0;
}
div.bluetitle {
	background-color: #2F64AC;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 0 6px 0;
	margin: 0px 0 8px 0;
}

div.whatsnew div.text p {
	margin: 0;
	text-align: left;
}
div.whatsnew div.text span {
}

div.whatsnew div.text {
	font-size: 10px;
	line-height: 14px;
}

div.whatsnew div.text h1 {
	font-size: 10px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-align: left;
}

div.whatsnew hr {
	height: 1px;
	color: #58595B;
	width: 50%;
	margin: 5px auto 5px auto;
	text-align: center;
	line-height: 1px;
	padding: 0;
}

div.newsitem,div.firstnewsitem {
	padding-bottom: 8px;
}

td.newstext {
}

td.newstext h1 {
	font-size: 13px;
	line-height: 18px;
	padding: 0;
	margin: 0px 0px 8px 0px;
	font-weight: bold;
}

td.newstext p {
	margin: 0;
	text-align: left;
	line-height: 14px;
}

div.newsitem td.newstext {
	padding-top: 11px;
	border-top: 1px solid #000;
}

td.newspic {
	width: 183px;
	padding-left: 7px;
}

table.bottommenu {
	margin: 0px auto;
}
table.bottommenu td {
	border-right: 1px solid #A1A1A2;
	padding: 0px 9px 0px 10px;
}
table.bottommenu td.first {
	border-left: 1px solid #A1A1A2;
}

table.bottommenu a, table.bottommenu a:visited, table.bottommenu a:hover, table.bottommenu a:active {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #444;
}

/* HOVER MENU STUFF
----------------------*/
ul#nav, ul#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#nav ul {
	margin-left: -1px;
}


ul#nav li {
	width: 152px;
	background-color: #E2E3E4;
	margin: 0px 0 1px 0;
	background-color: #CDCDD0;
	background-image: url('../images1/menuarrow1.gif');
	background-position: right;
	background-repeat: no-repeat;
}

ul#nav li a,ul#nav li a:visited,ul#nav li a:hover,ul#nav li a:active {
	display: block;
	width: 125px;
	border-right: 1px solid #D9DADC;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding: 4px 0px 4px 25px;
	/*border-left: 1px solid #777;*/
	border: 1px solid #555;
}
ul#nav li.on a,ul#nav li.on a:visited,ul#nav li.on a:hover,ul#nav li.on a:active {
	color: #eee;
}

ul#nav li.on li a,ul#nav li.on li a:visited,ul#nav li.on li a:hover,ul#nav li.on li a:active {
	color: #333;
}
/*
ul#nav li a:hover {
	background-image: url('../images1/menuarrow2.gif');
	background-position: right;
	background-repeat: no-repeat;
}
*/

ul#nav li {
	position: relative;
}

ul#nav ul {
	position: absolute;
	top: 0;
	left: 100%;
}

ul#nav ul {
	display: none;
	z-index: 50;
}
ul#nav li.on {
	background-image: url('../images1/menuarrow2.gif');
	background-position: right;
	background-repeat: no-repeat;
	background-color: #666;
	color: #eee;
}

ul#nav ul li {
	margin: 0;
	/*width: 197px;*/
	background-image: none;
}
ul#nav ul li a,ul#nav ul li a:visited,ul#nav ul li a:hover,ul#nav ul li a:active {
	border: none;
	background: none;
	width: 127px;
}

ul#nav ul li.on a,ul#nav ul li.on a:visited,ul#nav ul li.on a:hover,ul#nav ul li.on a:active {
	border: none;
	background: none;
	width: 127px;
	background-color: #666;
	color: #eee;
}

/*
ul#nav ul li a:hover {
	background-color: #666;
	color: #eee;
}
*/

ul#nav ul {
	/*
	border-left: 1px solid #777;
	border-bottom: 1px solid #555;
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
	*/
	border: 1px solid #555;
}


/* PAGE COPY STYLES
********************/
td.inside_content_container {
	padding-left: 7px;
}
td.inside_content_container hr.break {
	width: 50%;
	height: 1px;
	color: #000;
	text-align: center;
	margin: 0px auto;
}
td.inside_content_container sup {
	margin: 0px;
	padding: 0px;
	font-size: 0.6em;
}

td.inside_content_container p {
	line-height: 16px;
	padding: 0;
	margin: 8px 0 16px 0;
}

td.inside_content_container div.top {
	text-align: right;
}

td.inside_content_container h1, h2, h3, h4 {
	padding: 0;
	margin: 8px 0 8px 0;
	color: #2F64AC;
}

td.inside_content_container h2 {
	font-size: 13px;
}
td.inside_content_container h3 {
	font-size: 12px;
}

td.inside_content_container h4 {
	font-size: 10px;
}

td.inside_content_container h2.title {
	/*border-bottom: 1px solid #2F64AC;*/
	/*border-bottom: 1px solid #E2E3E4;*/
	border-bottom: 1px solid #CDCDD0;
}

td.inside_content_container div.hr {
	width: 50%;
	/*border-bottom: 1px solid #000;*/
	margin: 2px auto 30px auto;
	height: 1px;
}

td.inside_content_container div.w80p {
	width: 80%;
	margin: 0px auto;
	border: 1px solid #2F64AC;
	padding: 7px;
	background-color: #CDDFF3;
}

td.inside_content_container ul li {
	padding: 0 0 8px 0;
	list-style-type: circle;
	list-style-image: url('../images1/bullet2.gif');
}
