@charset "utf-8";
/* CSS Document */
*
{
	margin:0;
	padding:0;
}
body{
	background-color: White;	
	background-image: url(../img/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1{
	font-size: 12pt;
	padding: 10px;
}
h2{
	font-size: 11pt;
	margin: 10px 10px 8px 10px;
}
h3{
	font-size: 10pt;
	font-weight: bold;
	margin: 10px 10px 5px 10px;
}
hr{
	margin: 0px 5px 0px 5px;
}
A:link.light {color: #c6e0e5; text-decoration: none; margin: 4px 10px; font-family: Verdana; font-size: 10pt; font-weight: bold}
A:visited.light {color: #c6e0e5; text-decoration: none; margin: 4px 10px; font-family: Verdana; font-size: 10pt; font-weight: bold}
A:hover.light {color: #c6e0e5; text-decoration: none; margin: 4px 10px; font-family: Verdana; font-size: 10pt; font-weight: bold}
A:link.dark {color: #687c38; text-decoration: none; font-family: Verdana; font-size: 10pt; font-weight: bold}
A:visited.dark {color: #687c38; text-decoration: none; font-family: Verdana; font-size: 10pt; font-weight: bold}
A:hover.dark {color: #323f13; text-decoration: none; font-family: Verdana; font-size: 10pt; font-weight: bold}
.ToppText{
	font-weight: bold;
	color: #000000;
}
.Container{
	text-align:left;
	display:block;
	Width:1024px; 
	margin:10px auto 10px auto;
}
.Topp{
	background-image: url(../img/topp.gif);
	height: 150px;
	background-repeat:no-repeat;
}
.Fotter{
	background-image: url(../img/fotter.gif);
	height: 30px;
	background-repeat: no-repeat;
	text-align: center;
	font-style: italic;
	font-size: 8pt;
	color: #ffffff;
	clear: both;
}
.Notis{
	margin: 5px;
	background-color: #d7e2bc;
}
.ToppMenu{
	background-color: #30351f;
	color: #c6e0e5;
	width: 1024px;
	height: 18px;
}
.Content{
	clear:both;
	background-image:url(../img/vit.gif);
	background-repeat:repeat;
	background-color:#FFFFFF;
	Width:1024px; 
	clear: both;
}
.LeftContent{
	float:left;
	width:202px;
	background-color:#FFFFFF;
}
.RightContent{
	float:right;
	width:202px;
	background-color:#FFFFFF;
}

.MiddleContent{
	float:none;
	margin:0px 202px;
	background-color:#FFFFFF;
}
p{
	margin:10px;
}