
body 	{background: #466784;
	font-family: Garamond, Georgia, serif;	
	line-height: 1.5em;
	}
	
h2	{font-size: 1.75em;}

h3 	{font-size: 1.50em;}

h4 	{font-size: 1.25em;}

p 	{font-size: 1em;}

ul 	{list-style: circle;}

.center	{text-align: center;}

.caption {line-height: 1em;
	color: #466784;
	text-align: center;
	}

a, p a {color: #466784;
	font-variant: small-caps;
	text-decoration: none;
	}

a:hover {color: #466784;
	text-decoration: underline;
	} 

a:active {color:#2C4051}

a:visited {color:#2C4051}

#container {background: white;
	position: relative;
	width: 756px; 
	w\idth: 750px; 
	margin: auto;
	text-align: left;
	text-decoration: none;
	border: black 1px solid;
	}

#header {padding: 0;
	clear: both;
	}

#nav	{position: relative;
	float: left;
	width: 150px;
	padding: 0;
	border-top: 2px solid white;
	text-align: center;
	}

#nav a {display: block;
	color: #466784;
	text-decoration: none;
	padding: 5px;
	text-align: center;
	border-left: 2px solid white;	
	}

#nav a:hover, #nav a.sfhover {
	color:black;
	background-color:#BFD9EF;
	}

#nav li {position: relative;
	width: 150px;
	padding: 0;
	left: -40px;
	list-style: none;
	}

img 	{border: 1px solid #466784;}

#nav img, #header img {border: none;}

#content {position: relative;
	float: right;
	width: 530px;
	margin: 15px;
	padding: 15px;
	}


#footer {background-color: #466784;
	color: #BFD9EF;	
	text-align: center;
	height: 0px;
	padding: 0em;
	clear: both;
	}

hr 	{width: 100%;
	height: 1px;
	border: 0;
	color: #BFD9EF;
	background-color: #BFD9EF;
	}

