A.link:link {color : blue; text-decoration : none;}
A.link:visited {color : #696969; text-decoration : none;}
A.link:active {color : red; text-decoration : none;}
A.link:hover {color : red; text-decoration : underline; }

body {
	margin-top : 0px;
	margin-right : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	width: 780px;
}

div.padding {
	padding: 15px;
	width: 700px;
}

#title {
	height: 87px;
	border-bottom: none;
     background-color: #00008B;
}
	
#subtitle {
	height: 21px;
	background-color: #808080;
	text-align: center; 
		}

#menu {
	width: 170px;
	float: left;
}	

#text {
	font-family: centurygothic, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 5px;
 
 }

#copyright {
	background-color: #fff;
	font-family: centurygothic, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #696969;
	padding: 5px;
	border-top: 1px solid #a9a9a9;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: 55% 0%;
}
	
	
#hover {
	background-color: #00008B;
	color: #ffffff;
}	
	
.nav {
	display: block;
	height: 30px;
	padding-left: 17px;
	line-height: 30px;
	border-top: 1px solid #ffffff;
	background-color: #808080;
      font-family: centurygothic, verdana, arial, helvetica, sans-serif;
	font-size: 14px;
 color: #FFF;
 text-decoration : none;
}	
	
.nav:hover {
	background-color: #00008B;
	color: #ffffff;
}

#greybg {
background-image: url(images/greybg.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left bottom;
}

b.blue {
color: #00008B; 
}

b.red {
color: #ff0000; 
}

td.greyline {
	width: 400px;
	border-top: 1px dashed #a9a9a9;
	height: 35px;
	vertical-align: top;
}
