/* CSS Document */

html, body	{
	background-image: url(images/bg_grass.jpg);
	background-repeat:repeat;
	height: 100%;
}

#Page	{
	background-color: #FFFFFF;
	border: inset;
	border-color:#999999;
	width: 920px;
	margin: 0px auto;
	font-family: verdana, geneva, sans-serif;
	font-size: 11px;
	color:#333333;
}

#Header	{
	padding: 5px;
	width: 910px;
}

#Content	{
	padding: 5px;
	overflow: auto;
	height: 100%;
}
	
.nav{
	background-image: url(images/bg_nav.gif);
	background-repeat: repeat;
	float: left;
	margin-top: -5px;
	padding: 5px;
	width: 190px;
	height: 1000px;
	color: #FFFFFF;
	font-size: 12px;
}	 
	
ul.navlist {
	text-indent: -20px;
	list-style: none;
	line-height: 180%;
}

.navlist a:link, a:visited	{
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
	
.navlist a:hover {
	color:#99FF00;
	text-decoration: underline;
}
.navlist a:active {
	color:#99FF00;
	text-decoration: underline;
}

.DYK	{
	display: block;
	position: static;
	margin: 5px;
	padding: 13px;
}

.DYK h3	{
	font-size:12px;
	font-weight: bold;
	font-variant:small-caps;
	color: #CCCCCC;
	line-height: 50%;
}
	
.DYK p	{
	font-size:9px;
	color: #FFFFFF;
}
	
.DYK a:link	{
	color: #FFFFFF;
	font-weight: bold;
}

.DYK a:hover	{
	color:#99FF00;
}

.center	{
	float: right;
	width: 700px;
	height: 100%;
	margin-top: -5px;
	overflow: auto;
}	
	
.center img 	{
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	border-style:groove;
	border-color:#999999
}
	
h2	{
	font-size: 14px;
	color:#003300;
	font-weight: bold;
}
	
h3	{
	font-size: 12px;
	color:#006600;
	font-weight: bold;
}
	

