@charset "utf-8";
/* CSS Document */

a:link {
	color: #0099ff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}
a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}
a:hover {
	color: #003399;
	text-decoration: underline;
	font-size: 12px;
	}
	
/*                    */ 	
/*  upper small nav   */
/*                    */ 

#nav_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ccffff;
	color: #0099ff;
	text-align: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: 0099ff;
	border-bottom-color: 0099ff;
	height: 22 px;
	padding-top: .1em;
	padding-right: 1em;
	padding-bottom: .1em;
	padding-left: .1em;
	}
#nav_small a:link {
	color: #0099ff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}
#nav_small a:visited {
	color: #003399;
	text-decoration: none;
	font-size: 12px;
	}
#nav_small a:hover {
	color: #003399;
	text-decoration: underline;
	font-size: 12px;
	}

/*                     */ 	
/* Main Navigation Bar */
/*                     */ 	

#navcontainer {
	height:35px;
	background:#c0c0c0 url(image/nav_menu_bkg.gif);
	color: #333333;
	/*border:solid #000000;
	border-width:1px 0 1px 0;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}

#navcontainer ul{
	margin: 0;
	padding: 0;
	}

#navcontainer ul li {
	display: inline;
	position: relative;
	top: 8px;
	background-image: url(image/nav_menu_divider.gif);
	background-repeat: no-repeat;
	}

#navcontainer ul li a{
	text-decoration: none;
	/*padding: .2em 1em;*/
	color: #fff;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;	/*background-color: #036;*/
	margin: 0px;
	}

#navcontainer ul li a:hover{
	color:#00FF00;	/*background-color: #369;*/
	}
	
/*                    */ 	
/* Secondary Nav List */
/*                    */

#columLeft ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*	font-size: .8em;*/
	background-color: #0099ff;
	font-size: 12px;
	}

#columLeft a{
	display: block;
	color: #FFFFFF;
	/*	background-color: #419639;*/
	background-image: url(images/nav_arrow.gif);
	background-repeat: no-repeat;
	width: 180px;
	padding: 8px 3px 8px 1.3em;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
	background-position: .5em center;
	font-size: 12px;
	}

#columLeft a:hover{
	/*color: #419639;*/
	text-decoration: underline;
	font-size: 12px;
/*	color: #003399;
	background-color: #ccffff;*/
	}

/*#columLeft li li a{
	display: block;
	color: #003366;
	background-image: none;
	width: 230px;
	padding: 6px 3px 6px 2em;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	font-style: italic;
	list-style-type: disc;
	}*/
	
/*                    */ 	
/* Secondary Nav List */
/* End Here           */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #003366;
	font-weight: bold;
	padding-top: 20px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #003366;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #003366;
}
.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}
.smaller_text {
	font-size: 11px;
}
.bold {
	font-weight: bold;
	text-decoration: underline;
}
.recent_report {
	padding-top: 8px;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	text-align: center;
}
.legal_title {
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	padding: .5ex;
}
.error {
	background-color:#FFCCFF;
	margin: 1ex;
	padding: 1ex;
	border: 1px dotted #FF0000;
	font-size: 1.2em;
	font-weight: bold;
}
