/*basic page definitions */
body {
 	background-color: #EBF6FF;
	margin: 0;
	padding: 0px 0px 0px 20px;
	}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: arial, Helvetica, sans-serif;
	}    
	
img { border: none;}                                                             
/* end page definitions*/

/* header styles*/
div#header {
	width: 800px;
        margin:10px 0pt 0pt 30px;

	}
/* end header styles */

/* main layout table styles */
table#content {
	margin-top: 10px;
	width: 845px;
	}
	
/*end main table styles */

/* side menu styles */	
#leftnav p {
	font-size: 10px;
	}

#leftnav {
	background-color: #ccc;
	padding-top: 5px;
	border-right: 1px dotted #666;
	width: 200px;
-moz-border-radius: 20px 20px 20px 20px;

	}
	
#leftnav ul {
	font: .8em/1.1 arial, Helvetica, sans-serif;
	list-style: none;
	margin: 3px 0px 0px 0px;
	padding: 0;
	width: 215px;
	}

#leftnav ul li {
	border-bottom: 1px dotted #fff;
	margin-left: 5px;
	padding: 3px 0px 3px 0px;
	}

#leftnav li ul li {
	border: none;
	}
	
#leftnav ul ul {
	margin-left: 20px;
	}
	
#leftnav li a:link, #leftnav li a:visited {
	text-decoration: none;
	color: #333;
	padding-left: 10px;
	}
	
#leftnav li a:hover{
	
	text-decoration: underline overline;
	color: #1e8ed3;
	padding-left: 10px;
	}

#leftnav li a.expand:link {
    background-image:  url("/SEARCH/images/plus.gif");
	background-repeat: no-repeat;
    padding-left: 10px;
}

#leftnav li a.expand:visited {
    background-image:  url("/SEARCH/images/plus.gif");
	background-repeat: no-repeat;
    padding-left: 10px;
	}
	
#leftnav li a.expand:hover {

	background-image:  url("/SEARCH/images/plus.gif");
	background-repeat: no-repeat;

	padding-left: 10px;
	
}

#leftnav li a.expanded:link {
    background-image:  url("/SEARCH/images/minus.gif");
	background-repeat: no-repeat;
	
    padding-left: 10px;
}

#leftnav li a.expanded:visited {
    background-image:  url("/SEARCH/images/minus.gif");
	background-repeat: no-repeat;
	
    padding-left: 10px;
	}
	
#leftnav li a.expanded:hover {

	background-image:  url("/SEARCH/images/minus.gif");
	background-repeat: no-repeat;
	
	padding-left: 10px;
	}
/* end side menu styles*/

/* tob bar content */
td#topbar  {
        vertical-align: top;
        background-color: #dae0ec;
        border-right: 1px solid #000000;
        border-left: 1px solid #000000;
        border-bottom: 1px solid #000000;
        border-top: 1px solid #000000;
        font-size: 12px;
        padding: 5px 10px 15px 10px;
        -moz-border-radius: 20px 20px 20px 20px;


        }
/* end top bar styles*/

/* main body content */
td#maincontent  {
	vertical-align: top;
        -moz-border-radius: 20px 20px 20px 20px;
	
	}
	
#maincontent {
	position: relative;
	background-color: #ededed;
	margin: 0px 0px 5px 10px;
	padding: 5px 10px 15px 10px;
	width: 705px;

}

/* horizontal navigation definitions */
#maincontent #subnavsingle li.rightmost { border: none;}

#maincontent #subnavsingle {
	
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin-left: 0px;
	margin-bottom: 10px;
	width:100%;
	padding: 0px;
	
	
}


#maincontent ul#subnavsingle  {
			padding: 3px 0px;
	}
	
#maincontent #subnavsingle li {
	display: inline;
	padding: 0px 5px 0px 5px;
	border-right: 1px dotted #777;
	
	
	}

#maincontent #subnavsingle a {
	text-decoration: none;
	font: bold 1em  Arial, Helvetica, sans-serif;
	color: #2A4F6F;
	
	}
	
#maincontent #subnavsingle a:hover {
	color: #555;
	}
	
#maincontent #subnav li.rightmost { border: none;}
#maincontent #subnav {
	
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	width: 425px;
	padding: 0px;
	
}

#maincontent ul#subnav  {
			padding: 3px 0px 10px 0px;
	}
	
#maincontent #subnav li {
	display: inline;
	padding: 0px 5px 0px 5px;
	border-right: 1px dotted #777;
	
	
	}

#maincontent #subnav a {
	text-decoration: none;
	font: bold 1em  Arial, Helvetica, sans-serif;
	color: #2A4F6F;
	
	}
	
#maincontent #subnav a:hover {
	color: #555;
	}

#maincontent #subnav2 li.rightmost { border: none;}
#maincontent #subnav2 {

	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	width: 425px;
	padding: 0px;
	
}

#maincontent ul#subnav2  {
			padding: 0px 0px 3px 0px;
	}
	
#maincontent #subnav2 li {
	display: inline;
	padding: 0px 5px 0px 5px;
	
	border-right: 1px dotted #777;
	
	
	}

#maincontent #subnav2 a {
	text-decoration: none;
	font: bold 1em  Arial, Helvetica, sans-serif;
	color: #2A4F6F;
	}
	
#maincontent #subnav2 a:hover {
	color: #555;
	}

/*end horizontal navigation */

#maincontent a:link { text-decoration: underline; color: #1756a4; }

#maincontent a:visited {text-decoration: underline; color: #1756a4; }

#maincontent a:hover { text-decoration: underline; color: #555;}

#maincontent h1 {
		margin: 5px 0px 10px 2px;
		font: bold 175% Tahoma, Helvetica, sans-serif;
}

/*heaader definitions*/
#maincontent h1 span {
	color: #0a50a1;
	}	

#maincontent h2 {
	font: 115% Tahoma, Helvetica, sans-serif;
	margin: 5px 0px 15px 2px;
	color: #CC6600;
	}

#maincontent h3 {
	font: bold 13px arial, Helvetica, sans-serif;
	margin: 20px 2px 15px 0px;
	padding-bottom: 0px;
	}

#maincontent h4 {
		font: bold 13px arial, Helvetica, sans-serif;
		margin: 3px 2px 15px 0px;
		padding-bottom: 0px;
		color: #2A4F6F;
	}

#maincontent h5 {
    font: bold 13px arial, Helvetica, sans-serif;
	margin-bottom: 1px;
	}

#maincontent h6 {
    font: bold 13px arial, Helvetica, sans-serif;
	margin-bottom: 1px;
	color: #2A4F6F;
	}
/*end header definitions*/
#maincontent p {
	font: normal 12px Arial, Helvetica, sans-serif;
	margin-top: 0px;
	
	}
	
#maincontent #main_image {
	
	float: right;
	margin: 10px 10px;
	width: 300px;
	font-size: .75em;
	border: 1px dotted  #999;
	}


#maincontent #main_image p {
	margin: 3px 10px 3px 10px;
	float: right;
	width: 275px;
}

#maincontent #main_image h4 {
	margin: 5px 0px 0px 10px;
	}
	
#maincontent #main_image img {
	margin-top: 2px;
	margin-left: 10px;
	}
		
#maincontent #main_image_narrow {
	
	float: right;
	margin:30px 2px 30px 10px;
	width: 225px;
	font-size: .75em;

	}

#maincontent #main_image_narrow p {
	margin: 0px auto;
	
	font-size: 10px;
	
	}

#maincontent #main_image_narrow blockquote {
	margin-top: 0px;
	font-size: 10px;
	
	}
#maincontent ul {
		
		margin: 2px 2px 2px 2px;
	   font-size: 12px;
	   width: 400px;
	}
#maincontent ul li {
	margin-bottom: 3px;
	
	}
#maincontent #links p {
	margin-top: 25px;
	}
	
#maincontent .switchcontent ol {
	list-style-type: square;
	width: 350px;
	margin: 0px 0px 3px 35px;
	
	}

#maincontent .switchcontent ol li {
	list-style-type: lower-alpha;
	margin: 0px 0px 5px 35px;
	font-size: 12px;
	}

#maincontent #questions h5 {
	margin: 10px 50px 10px 30px;
	width: 450px;
	cursor: hand;
	cursor: pointer;
	}	

#maincontent #questions h5 span {
	color: #2A4F6F;
	}
	
/*end main content */
/* footer style definitions */
#footer {
	text-align: center;
	font-size: .7em;
	background-color: #ccc;
	margin: 10px 0px;
	width: 845px;
	padding: 5px 0px;
	line-height: 1.2em;
	-moz-border-radius: 10px 10px 10px 10px;
	}

#footer  p {
	margin: 0px 0px;
	}

#footer a:link { text-decoration: none; color: #2A4F6F; }

#footer a:visited {text-decoration: none; color: #2368b1; }

#footer a:hover { text-decoration: underline; color: #555;}

#tagline {
	margin: 0px 35px 0px 0px;
	}
/*end footer styles*/

/*Search Tabular Datasets*/	
.data { width: 600px; font-size: 12px; border-collapse: collapse; } /*data is main table*/

#maincontent .data td {background-color: #EDEDED; border: 1px solid #ccc; padding: 4px;  line-height: 1em; vertical-align: top;} /* td's are the main table cells in the gray block*/

#maincontent table.contactinfo td {background-color: #EDEDED; border: none; padding: 4px;  vertical-align: top;}

#maincontent .data td p {  line-height: 1.25; margin: 0px;} /*applying mainstyles to <p> in the main cells*/

.data tr.altrow {background-color: #DFE7F2;} /*alternating color rows*/

.data tr:hover {background-color: #DFE7F2;} /*mouseovers the rows with lightblue*/

#maincontent .data a:link {color: #1756A3; text-decoration: none; white-space: normal;} /*sets colors for links*/

#maincontent .data a:visited {color: #777; text-decoration: none;} /*sets colors for visted links*/

#maincontent .data a:hover {color: #1E8ED3; text-decoration: underline;} /*sets colors for mouseover links (blue)*/

.data th {padding: 4px 10px 4px 3px; background-color: #ccc; border: 1px solid #999; color: #333;} /*this is the top and side gray rows*/

.data caption {font-weight: bold; font: 125% Georgia, "Times New Roman", Times, serif; margin: 5px 0px 10px 2px; color: #2A4F6F;} /* caption styles lightblue color */

/*end tabular datasets */

/* CLASSES AVAILABLE TO CONTRIBUTE */

/* colors */	
.c1 {color: #555;}
.c2 {color: #9a9a9c;}
.c3 {color: #0a50a1;}
.c4 {color: #4a6984;}
.c5 {color: #2a7ea8;}
.c6 {color: #2b9dda;}
.c7 {color: #365876;}
.c8 {color: #f00;}
.c9 {color: #93bad8;}
.c10 {color: #cc6600;}
/*end colors*/
#maincontent .byline {  
	color: #666;
	font: italic bolder 13px Georgia, "Times New Roman", Times, serif;
	}
	
#maincontent .bitalic {
	font-style: italic;
	font-weight: bold;
	}
	
#maincontent .inline {
	display: inline;
	}

#maincontent .floatleft {
	float: left;
}

img.floatright {
margin: 0px 3px;
 }

#maincontent .floatright {
	float: right;
}

img.floatright {
margin: 0px 3px;
 }

#maincontent img.floatleft {
	margin: 10px 10px 5px 5px;
	}
	
#maincontent .clear {
	clear: both;
	}
	
#maincontent ul.contactinfo {
	list-style: none;
	display: inline;

	}


#maincontent ul.space  li {
	line-height: 1;
	}
	
#maincontent .justify {
	text-align: justify;
	}
	
#maincontent ul.list {
	list-style: none;
	width: 80%;
	line-height: 1.2;
	}
#maincontent .colorbar {
	background-color: #93bad8;
	width: 350px;
	-moz-border-radius: 5px 5px 5px 5px;
}

#maincontent .topline {
	border-top: 1px dotted #777;
	padding-top: 5px;
	}
	
#maincontent .box img {

	margin: 5px 10px 3px 3px;
	}
	
	
#maincontent td.tableback {background-color: #93bad8;	} /*table background color*/ 
#maincontent td.tableback2 {background-color: #ccc; } /*secondary table background color*/ 

.imgborder {border: 1px solid #000; margin: 10px 10px 10px;}
