#bg {
	background-color: #666666;
}

#page {
	position: absolute;
	top: 50px;
	left: 240px;
	width: 640px;
	height: 600px;
}

#title {
	background-color: rgb(0,0,102);
	background-image:url(images/site.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height: 86px;
	width: 640px;
	font-family: tahoma;
	font-size: 14px;
}

#nic {
	position:absolute;
	right:5px;
	top: 5px;
}


#nav {
	position: absolute;
	background-color: rgb(0,0,102);
	margin-top: 0px;
	height: 20px;
	width: 640px;
	text-align:	center;
}

#content {
	background-color: rgb(0,0,102);
	margin-top: 0px;
	width: 640px;
}



.content {
	width: 640px;
	margin-top:20px;
	border-spacing: 0px;
	border-collapse:collapse;
	font-family: tahoma;
	font-size:14px;
	color: rgb(255,255,255);
	
}
.homecontent {
	width: 640px;
	height: 400px;
	margin-top:20px;
	border-spacing: 0px;
	border-collapse:collapse;
	font-family: tahoma;
	font-size:14px;
	color: rgb(255,255,255);
	
}

.main {
	width: 590px;
	border:none;
	vertical-align:top;
	padding-top:10px;
}

.left {
	width: 40px;
	border:none;
	vertical-align:bottom;
}

#footer {
	color:#FFFFFF;
	margin-top: 5px;
	width: 650px;
	height: 30px;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}
.footer{
	width:640px;
}

#nav a{
	vertical-align: top;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(255,255,255);
	padding-right:4px;
	padding-left:4px;
}

#nav a:hover{
	vertical-align: top;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(66,66,66);
	padding-right:4px;
}

#content a{
	vertical-align: top;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(255,255,255);
	
}

#content a:hover{
	vertical-align: top;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(66,66,66);
}
#footer a{
	vertical-align: top;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: rgb(255,255,255);
	
}

	
/*#nav a:visited{
	vertical-align: top;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(255,255,255);
	padding-right:4px;
}*/


td.nav{
	text-align: center;
	width:100px;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: rgb(255,255,255);
	border-right: 2px solid rgb(255,255,255);
}

td.endnav{
	text-align: center;
	width:100px;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: rgb(255,255,255);
}
