/* ©2008 fagandesign */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-color: #003366;
	color: #000000;
}


p, tr, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
a {
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	color: #3366FF;
	text-decoration: underline;
}
a:active {
	color: #99FF99;
	text-decoration: underline;
}



/* wrapper */
#content_wrapper {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0px;
	top: 0px;
}


/* commented out 03 marcch 2010.
#top_accentstripe {
	background-color: #CCFF66;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
   end of commented out code. */



/* Top Logo Band */
#top_band {
	background-image: url(images/bkg-top.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #5083BD;
	height: 63px;
}



/* added on 03 march 2010. */
#top_rightnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin: 0;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 15px;
}
#top_rightnav a {
	color: #FFFFFF;
	font-weight: normal;
}
#top_rightnav a:hover {
	color: #330099;
	text-decoration: underline;
}
#top_rightnav a:active {
	color: #99FF99;
	text-decoration: underline;
}
/* end of addition. */



/* Horizontal Navigation Band */
#nav_band {
	background-color: #003366;
	height: 19px;
	z-index: 100;
	right: 50px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCFF66;
}

#nav_band ul {
	list-style: none;
	margin:0;
	padding:0;
	float:left;
	white-space: nowrap;
}
#nav_band ul li {
	position:relative;
	min-height: 1px;
	/* keep the menus on one line */
	white-space: nowrap;
	display: inline;
	
}
#nav_band ul li a {
	color: #88B5EF;
	text-decoration: none;
	margin: 0px;
	padding-right: 12px;
	padding-left: 12px;
	line-height: 17px;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: .2em;
}
#nav_band ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#nav_band ul li a:active {
	color: #99CCFF;
	text-decoration: underline;
}
#nav_band ul li a.on {
	color: #C1FCA3;
}


/* Photo Band */
#photo_band {
	margin: 0px;
	padding: 0px;
	background-color: #D1D16B;
	height: 154px;
}








/* Content Band includes sidebars and content area */
#content_band {
	width: 100%;
}


/* Sidebar Left */
#sidebar_left {
	background-color: #CAFFB2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 225px;
	margin: 0px;
	padding: 0px 0px 100px;
	}
#sidebar_left #tagline {
	font-size: 15px;
	line-height: 28px;
	font-weight: bold;
	color: #3366FF;
	margin: 70px 25px 0px;
	padding: 15px 0px;
	letter-spacing: 1px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #83B0ED;
	border-bottom-color: #83B0ED;
	font-family: Arial, Helvetica, sans-serif;
}



/* Content */
#content {
	background-color: #FFFFFF;
	width: 552px;
	margin: 0px;
	padding-top: 36px;
	padding-right: 68px;
	padding-bottom: 125px;
	padding-left: 68px;
	
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #3366CC;
	padding-bottom: 6px;
	margin: 0px 0px 22px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
}
#content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	padding-bottom: 1px;
	background-color: #D5FFB7;
	padding-top: 1px;
	padding-right: 8px;
	padding-left: 8px;
	border: 1px solid #99B2CC;
	margin-top: 30px;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
}
#content h3 {
	font-size: 12px;
	line-height: 14px;
	color: #3366CC;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3366CC;
}
#content h4 {
	font-size: 12px;
	line-height: 14px;
	color: #003366;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border: 1px solid #CCFF66;
	font-family: Arial, Helvetica, sans-serif;
}
#content h5 {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#content h6 {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#content ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 3px;
}
#content ul li {
	background: url(images/bullet1.gif) no-repeat 0px 0.7em;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 8px;
	padding-left: 15px;
	float: none;
	margin: 0px;
	line-height: 18px;
}
#content ul li ul {
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 3px;
}
#content ul li ul li {
	background: url(images/bullet2.gif) no-repeat 0px 0.7em;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 15px;
	float: none;
	margin: 0px;
	line-height: 18px;
}

#content ol {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 20px;
}
#content ol li {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 8px;
	padding-left: 0px;
	float: none;
	margin: 0px;
	line-height: 18px;
	font-size: 11px;
}
.photo {
	background-color: #FFFFFF;
	padding: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px dotted #83B0ED;
}
.toplink {
	text-align: right;
	font-size: 9px;
	text-transform: uppercase;
}


table .chart {
	width: 100%;
	margin-bottom: 10px;
}
table .chart tr {
	
}
table .chart th {
	text-align: left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #99B2CC;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align: middle;
}
table .chart td {
	text-align: left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #e7f9d6;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66CC00;
	vertical-align: top;
}






/* Sidebar Right */

#sidebar_right
 {
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	
}
#quote {
	width: 180px;
	padding: 10px 20px 25px;
	color: #3366CC;
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 40px;
	border: 1px solid #CAFFB2;
}
#quote .quotation {
	font-style: italic;
	font-weight: bold;
}
#quote h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #3366CC;
	padding-bottom: 0px;
	text-transform: uppercase;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


#rightsidebartext {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 180px;
	font-weight: bold;
}
#sidebar_right ul {
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 3px;
	padding-bottom: 5px;
}
#sidebar_right ul li {
	background: url(images/bullet1.gif) no-repeat 0px 0.7em;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 15px;
	float: none;
	margin: 0px;
	line-height: 18px;
}
#sidebar_right ul li ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 3px;
}
#sidebar_right ul li ul li {
	background: url(images/bullet2.gif) no-repeat 0px 0.7em;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 8px;
	padding-left: 15px;
	float: none;
	margin: 0px;
	line-height: 18px;
}

#sidebar_right ol {
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 20px;
}
#sidebar_right ol li {
	padding-top: 0px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 0px;
	float: none;
	margin: 0px;
	line-height: 13px;
}


#sidebar_right .sidebar_lowerright {
	width: 180px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 40px;
	padding-right: 20px;
	padding-left: 20px;
}

#sidebar_right .sidebar_lowerright H1{
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3366CC;
	
}

#sidebar_right .sidebar_lowerright p{
	margin: 0px;
	padding: 0px;
	
}




/* L-2 Navs */
#nav2 {
	width: 225px;
	margin: 20px 0px 0px;
	padding: 0px;
	
}

#nav2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #99CC99;
}

#nav2 ul li {
	display: block;
	margin: 0;
	padding: 0;
}

#nav2 ul li a {
	margin: 0;
	display: block;
	font-size: 11px;
	line-height: 13px;
	color: #6699FF;
	padding: 5pt 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 1px dotted #99CC99;
	background-image: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
}

#nav2 ul li a:hover {
	color: #003399;
	text-decoration: none;
	background-image: none;
	background-color: #D6F0FF;
}
#nav2 ul li a:active {
	color: #003399;
	text-decoration: none;
	background-image: none;
	background-color: #E0FFC7;
}

#nav2 ul li a.on {
	color: #003399;
	list-style-type: none;
	background-image: none;
	font-weight: bold;
}
#nav2 ul li a.on:hover {
	color: #003399;
	background-color: #D6F0FF;
	}




/* Footer */
#footer {
	background-color: #003366;
	font-size: 9px;
	color: #6699FF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 100px;
	padding-left: 35px;		/* value changed on 29sep09...this is the prior value: padding-left: 14px; */
	line-height: 13px;
}
#footer a {
	color: #6699FF;
	font-weight: normal;
}
#footer a:hover {
	color: #99FF99;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
