/*****General***********/
*{margin:0px;padding:0px}
h1 {	font-family: Arial, Helvetica, sans-serif; font-size:14px; font-weight: bold; color: #152D53; line-height:1.6em }
p { 	font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight: normal; color: #152D53; line-height:1.6em}
a { color:#467AA7; font-size:12px; font-weight:normal; font-style:normal;}
a:link {	color:#467AA7; font-weight:normal; font-style:normal; }
a:visited { color:#467aa7; font-style:normal; font-weight:normal;}
a:hover { color:#ff6600; font-style:normal; }
body { background: #FFFFFF; font-family: Arial, Helvetica, sans-serif; color: #152D53;}
ul {margin-left: 0; padding-left: 2.5em;}
img{border: 0px;}

/**General content wrapper***/
#content{
	background-color:#ffffff;
	width: auto;
	padding:0px;
	margin: 15px 15px 15px 15px;
	color: #152D53;
	font-size: 12px;
	font-weight:normal;
	font-style:normal;
}

#content a {font-size: 12px; color: #152D53; text-decoration: underline; }
#content  h1{font-size:13px;  text-align:left; color: #152D53; font-weight:bolder; padding-top:6px;}
#content  h2{font-size:13px;  text-align:left; color: #01A29C; font-weight:bolder; padding-top:6px;}
#content  p{display: block; padding-top:6px;}
#content  ul li {color: #01A29C;}
#content  ul li a{color: #01A29C;}

/**Yellow title bars ***/
.menu-title h1{ background: #FEF479; font-size: 13px; font-weight: bold; text-transform: uppercase; border-top-style: dotted; border-bottom-style: dotted; border-width: 1px; color: #152D53; padding-left:15px;}
.selected_link{ background: #EEF6F9 url('../images/text_arrow.gif') no-repeat 16px 10px; z-index: 5;}
.logo {
	float:left;
	margin-top:14px;
	padding-left:0px;
	border: 1px solid white;
	z-index: 7;
}

/******Adds arrow to list items*********/
.arrow{ list-style-image: url('../images/text_arrow.gif'); z-index: 9;}
.double-arrow{ list-style-image: url('../images/text_arrow2.gif'); z-index: 9;}

/**Bottom section***/
#footer  { width:900px; height: 60px; clear: both; background: url(../images/bottom_footer.png) repeat-x top center; color: #FFFFFF; padding-top: 15px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
#footer p  { font-size:0.6em; line-height: 1.5em; color:#FFFFFF; padding:25px 0 0 10px; padding-right: 15px; padding-top: 15px; padding-bottom: 10px;	text-align: right;}
#footer a  { font-size:1em; font-weight:normal; color:#FFFFFF; text-align:center;}
#footer a:hover { text-decoration:underline; font-weight:normal; color:#467AA7; text-align:center;}