/* CSS Document */

/* Default settings for any text not set by another CSS style  */
p, a, body, td, tr, li, ul{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323B45;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
}

/* Default font setting for any links not set by another CSS style  */
a:link, a:visited, a:hover, a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005169;
	line-height: 15px;
	font-weight: normal;
	text-decoration: underline;
}

/* Default font setting for any links not set by another CSS style  */
p a:link, a:visited, a:hover, a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005169;
	line-height: 15px;
	font-weight: normal;
	text-decoration: underline;
}

/* Default font setting for header 1 */
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #005169;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666666;

}

/* Put a PDF icon for a link with a PDF extension */
a[href $='.pdf']{
	padding-right: 18px;
	background: transparent url(icon_pdf.gif) no-repeat center right;
}

/* Put a Pop-Up icon for a link defined as pop-up */
a[class ="popup"]{
	padding-right: 18px;
	background: transparent url(icon_popup.gif) no-repeat center right;
}

/* Put a MailTo icon for a link defined as mailto */
a[href ^="mailto:"] {
   padding-right: 20px;
   background: transparent url(icon_mailto.gif) no-repeat center right;
}

/* --------Menu CSS--------- */
.menuselected{
	color: #005169;
	font-weight: bold;
}

#menu a:link{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
}

#menu a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
}

#menu a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00647D;
	line-height: 15px;
	font-weight: normal;
	text-decoration: underline;
}



/* --------Main Area CSS--------- */

/* Mini Header */
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	margin-bottom: 8px;
}

h4{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-weight: bold;
	margin-bottom: 2px;
}

#solidLine{
	padding-top: 15px;
	border-bottom: 1px solid #666666;
}


#noSideBar a:link{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00647D;
	line-height: 15px;
	font-weight: normal;
	text-decoration: underline;
}

#noSideBar a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00647D;
	line-height: 15px;
	font-weight: normal;
	text-decoration: underline;
}

#noSideBar a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	line-height: 15px;
	font-weight: normal;
	text-decoration: underline;
}

/* --------Background CSS-------- */
#topBackground{
	background-image: url(../images/top_background_stripe.gif);
	background-repeat: repeat-x;
	background-position: top;	
}

#bottomBackground{
	background-image: url(../images/bottom_background_stripe.gif);
	background-repeat: repeat-x;
	background-position: top;	
}


/* --------Sidebar CSS-------- */

#sidebarMiddle{
	background-image: url(../images/sidebar_middle.gif);
	background-repeat: repeat-y;
	background-position: center top;	
}


/* Sidebar Header */
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8DA8AE;
	font-weight: bold;
	padding-top: 5px;
	margin-right: 10px;
	text-align: left;
	padding-bottom: 0px;
}

/* Sidebar Text */
#sidebarText{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 15px;
}

#sidebarText a:link, a:visited, a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}



/* --------Footer CSS-------- */
p .footer{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
} 

/*p .footer a:link, a:visited, a:hover, a:active{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	line-height: 18px;
	font-weight: normal;
	text-decoration: underline;
	margin: 0px;
}*/