@charset "utf-8";

/* layout styles */



body

{

	margin: 0px auto 0px auto;

	background-color: #003366;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: white;

}

#container

{

	margin: 0px auto;

	width: 800px;

	height: auto;

	text-align: center;

}

#header

{

	width: 800px;

	height: auto;

}

#nav

{

	width: 800px;

	height: 46px;

	background-image: url(../PublicImages/nav.jpg);

	background-position: center;

	background-repeat: no-repeat;

	text-align: center;

}

#content

{

	width: 740px;

	height: auto;

	background-color: black;

	padding: 5px;

	text-align: left;

}

#footer

{

	width: 800px;

	height: 71px;

	background-image: url("../PublicImages/footer.jpg");

	background-position: center;

	background-repeat: no-repeat;

	text-align: center;

}

#subfooter

{

	width: 800px;
	height: auto;
	text-align: center;

}

#owners

{

	font-style: italic;

	width: 600px;

}



/* text and font styles */

.titles

	{

		font-variant: small-caps;

		color: #0066FF;

		font-size: 12px;

	}

.subtitles

	{

		font-variant: small-caps;

		font-weight: normal;

		color: #0066FF;

	}

.bold

	{

		font-weight: bold;

	}

.italics

	{

		font-style: italic;

	}

	

/* link styles */



a.links:link

{

	color: white; 

}



a.links:visited  

{

	color: white; 

}

a.links:hover 

{

	color: black; 

	background-color: white;

	text-decoration: underline;

}

a:link

{

	color: black; 

	text-decoration: none;

	font-size: 12px;

	font-variant: small-caps;

	font-weight: bold;

}



a:visited  

{

	color: black; 

	text-decoration: none;

	font-size: 12px;

	font-variant: small-caps;

	font-weight: bold;

}

a:active 

{

	color: black; 

	text-decoration: underline;

	font-size: 12px;

	font-variant: small-caps;

	font-weight: bold;

}

a:hover 

{

	color: white; 

	background-color: black;

	text-decoration: underline;

	font-size: 12px;

	font-variant: small-caps;

	font-weight: bold;

}


