
body {
	font-family: Verdana, Geneva, Helvetica, Sans-Serif;
	margin: 0;
	text-align:center;
	background: #E3EEFA url(/images/blue_grad_page_bg.gif) repeat-x; 
}

img { border: 0px; }

p { 

	line-height:1.3em;
	font-size:90%;
	}

a, a:link, a:visited, a:hover, a:active
{
	font-weight:bold;
	text-decoration: none;
}

a:link {

	color: #003876;
}

a:visited {
	
	color: #576C82;
}
a:hover
{
	text-decoration: underline;

}

h1,h2 { 
	font-size: 160%; 
	padding: 0; 
	margin: 0; 
	margin-bottom: 20px;
	/*font-weight:normal; */
	border-bottom: 1px dashed #DDD;
	padding-bottom:5px;
	color: #003876;
	width:100%;
	text-align:left;
	
}
h2 { font-size: 140%; margin: 20px 0; border:none; }
h3 { font-size: 130%; font-weight: normal; margin: 4px 0 4px 0; }
h4 { font-size: 110%; margin: 0px; color: Black; }
h5 { font-size: 110%; margin: 0px; }
h6 { line-height:1.3em;	}

h1, h2, h3, h4, h5 { font-family:Georgia, Serif;}

#container { 
	margin: auto;
	
	width: 760px;
	background:#FFF;
	font-size: 0.8em;
	/*text-align:left;*/
	
}

#header {
	padding: 0px;
	height: 90px;
	margin-bottom: 5px;
}




#content {
	/*margin-left: 165px;*/
	text-align:left;
	padding:5px;
	line-height:1.3em;
	
}



table#Table4b, #Table1, #Table2 , #Table3 , #Table4 , #Table8 {
	font-size:100%; 
}

table#Table4b {
	margin: 20px 0;
	width:98% !important;
}

#Table4b, table#Table4b td,  table#Table4b.tablehead2{
	/*border:none;*/
	text-align:left;
	border-collapse:collapse;
}

table#Table4b,table#Table4b th{
		padding:0.3em;
}

table#Table4b td {
		border:1px solid #DDD;	
}

.tablehead2 { 
	background: #0053AE;
	color: #FFF;
	vertical-align:top;
	font-weight:bold;
}




#menu {

	top: 60px;
	/*left: 5px;*/
	float:left;
	width: 160px;
	border: 1px solid #DDD;
	background-color: #E3EEFA;

}

#menu a { padding: 4px; display: block; font-size: 1.2em; margin-left: 4px; }
#menu a:hover { }

#progress {
margin-left:170px;
margin-top:5px;
margin-bottom:15px;
	color: #333;
	font-size: 0.9em;
}

/* Main content region */

#content input { /*font-size: 0.9em;*/ }

#content ul li {
	line-height:1.3em;
	}


/*
 * Footer links - links at foot of every page
 *
 */

#footer,#footer2 {
	clear: both;
	padding: 1em 0;
	font-size: 0.9em;
	background: #0053AE;
	color:#FFF;
}

#footer ul 
{

	padding:5px;
    display: block;
	margin:0;
    text-align: left;
    color: #ffffff;
    background: #0053AE;
	
	margin-bottom:1em;
	/*float:left;*/

}

#footer ul li
{
    display: inline;
	list-style-type: none;
	border-bottom: solid 0px #fff;  
    padding-right: 0.5em;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited
{
	color: #fff;
	text-decoration: none;
    font-weight: bold;
    color: #fff;
}

#footer a:hover
{
text-decoration: underline;
}

#footer p {
	margin:0;
	padding:5px;	
	text-align:right;
}


