body
 { 
 	color: #3E3736; 
 	font-family: "Times New Roman", Times, serif;
	background-color: #E6E6E6; 
	margin-top: 20px 
}

.main
{
	font-size:12px;
	border: ridge 1px #FFCC00;
	padding: 10px;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	background-image: url(header.gif);
	background-repeat: no-repeat;
	background-position: top;
	letter-spacing: 1px;
	line-height: 20px;
}


div
{
	padding: 4pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

h1	
{
	font-weight: bold;
	margin: 0;
	font-size: 1.4em;
}

h2
 {
	font-weight: bold;
	margin: 10pt 0 0;
	font-size: 1.3em;
}

p
 { 
 	font-family: "Times New Roman", Times, serif;
 	color: #0f172e; 
 	margin: 0;
	padding: 7px;
}

ul { 

	color: #0f172e; 
	font-size: 14px;
	line-height:16px; 
	font-family: "Times New Roman", Times, serif;
	
}
li
	{
	font-size: 12px;
	list-style-type: circle;
	padding-top: 7px;
	}

em { font-weight: bold; }
#info { font-size: 9pt; }

a
 { color: #FFCC00; text-decoration: underline }

a:hover {
color: #666666;
}
a:link { color: #FF9900 }

.no-border
{	
	border: none;

}

.copyright
{	
	margin: 11px;
	
	font-size:10px;
	color: #666;
	
}

.title
{
	font-size:16px;
	font-weight:bold;
	padding: 10px
}

#content  {
	position: relative;
	top: 150px;
	height:315px;
	overflow: auto;	
	
	
}
#content  img
{
	border-color: #AF5367;
	border-width: 1px;
	border-style: groove;
}

#footer {
	position: relative;
	top: 100px;
	left: 20px;
	width: 400px;
	height: 50px;

}

#bottom_nav {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	letter-spacing: 2px;
	vertical-align: bottom;
}

#bottom_nav a {
	
	font-size: 14px;
	color: #3E3736;
}

#bottom_nav a:hover {
	color: #FF9900;
}

.big { font-size: 175%; }
.bigger { font-size: 250%; }
