body{
	/*background: url(background.bmp);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	font-family: Verdana;
	background-color: #FFFFFF;
	}


#header{
	width: 800px;
	height: 160px;
	top: 0px;
	background: #001050;
	}

#logo1{
	position: absolute;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	height: 160;
	width: 160;
	}
	
#logo2{
	height: 105;
	position: absolute;
	margin-top: 20px;
	margin-left: 160px;
	}

#content{
	position: relative;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 10px;
	width: 590px;
	height: 300px;
	font-size: 10px;
	}

#content h1{
	text-align: left;
	font-size: 24px;
	}

#content td{
	font-size: 11px;
	line-height: 1.4;
	}
	
#content a:link, #content a:visited{
	color: #001070;
	font-weight: bold;
	text-decoration: none;
	}
	
#content a:hover{
	text-decoration: underline;
	}
	
#content ul li{
	list-style-type: none;
	font-weight: bold;
	margin-top: 12px;
	}

#content ul ul li{
	list-style-type: disc;
	font-weight: normal;
	margin-top: 0px;
	}

#content th{
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	width: 130px;
	}

#sidebar{
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	width: 170px;
	}

#nav{
	position: relative;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 100%;
	}

#nav a:link, #nav a:visited{
	height: 30;
	width: 170;
	display: block;
	background-color: #001050;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	}

#nav a:hover{
	/*background: url(navhover.png);*/
        background-color: #707070;
	}
	
.navlink {
	padding-left: 10px;
	line-height: 28px;
	}

#caption{
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	font-size: 10px;
	color: #E0E0E0;
	font-weight: bold;
	}

#caption a:link, a:visited{
	color: #FFFFFF;
	text-decoration: none;
	}

#caption a:hover{
	text-decoration: underline;
	}

#adbar{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	font-size: 10px;
	color: #E0E0E0;
	font-weight: bold;
	}

.adimage{
	width: 130px;
	margin-bottom: 5px;
	border: 0px;
	}

#footer{
	position: relative;
	width: 590px;
	height: 50px;
	margin-top: 20px;
	}

#footer td{
	font-size: 10px;
	font-weight: bold;
	color: #001050;
	}
	
.frame{
	background: #F0F0F0;
	}

/*.shad{
	background: #E0E0E5;
	}*/
	
.corner{
	height: 15px;
	width: 15px;
	}



/*
#pageHeader h1 { 
	background: transparent url(h1.gif) no-repeat top left; 
	margin-top: 10px; 
	width: 219px; 
	height: 87px; 
	float: left;
	}
*/
