/* CSS Document */

.pic {
	float: none;
	border: 1px dotted #D3D3D3;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

.nav_header {
	background: #333300;
	border: 1px solid #ffffff;
	color: #FFFFFF;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 10px;
}

.nav_item {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
  
}.topleft {
	border: thin dotted #333300;
}
.topright {
	border-top: thin dotted #333300;
	border-right: thin dotted #333300;
	border-bottom: thin dotted #333300;
	border-left: thin #333300;
	padding-left: 10px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333300;
	letter-spacing: 5px;
}
.midleft {
	border-top: thin #333300;
	border-right: thin #333300;
	border-bottom: thin #333300;
	border-left: thin #333300;
}
.midright {
	border-top: thin #333300;
	border-right: thin #333300;
	border-bottom: thin #333300;
	border-left: thin #333300;
	padding: 5px 15px;
}
.bottomleft {
	border: thin dotted #333300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333300;
	padding-left: 2px;
}
.bottomright {
	border-top: thin dotted #333300;
	border-right: thin dotted #333300;
	border-bottom: thin dotted #333300;
	border-left: thin #333300;
	padding-left: 10px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333300;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333300;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
li {
	padding-bottom: 10px;
}
a:link, a:visited{
	color: #333366; 
	background-color: transparent; 
	text-decoration: none; 
	border-bottom: 1px dotted #333366; 
}
a:hover, a:focus { 
	color: #FFFFFF; 
	background-color: #333366; 
	text-decoration: none; 
	border-bottom: 1px dotted #333366; 
}
.hidelink {
	color: #333300; 
	background-color: transparent; 
	text-decoration: none; 
	border-bottom: none; 
}
a:link.hidelink, a:visited.hidelink, a:hover.hidelink, a:focus.hidelink{
	color: #333300; 
	background-color: transparent; 
	text-decoration: none; 
	border-bottom: none; 
}
h1 {
	font-size: 20px;
	margin-bottom: 5px;
}
h2 {
	font-size: 16px;
	margin-bottom: 5px;
	font-variant: small-caps;
}
h3 {
	font-size: 16px;
	margin-bottom: 3px;
}
.divider {
	border-top-style: dotted;
	border-top-width: thin;
	border-top-color: #333300;
}
