@charset "UTF-8";
/* CSS Document */

#mainbody{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	background-color: #333333;
	background-image: url(images/mainbody.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#mainbody a{
	color: #00CCFF;
	text-decoration: none;
}
#mainbody h2{
	font-size: 15px;
	color: #FFFFFF;
	margin: 0px;
}

#mainbody img{}
#header{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	background-color: #000000;
}
#nav{
	font-family: Arial, Helvetica, sans-serif;
	height: 32px;
	background-image: url(images/navbox2.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#nav ul{
	list-style-type: none;
	margin: 0px;
	display: inline;
}
#nav li{
	display: inline;
	list-style-type: none;
	margin: 0px;
}
#nav a{
	color: #FFFFFF;
	background-image: url(images/navbox2.jpg);
	display: block;
	float: left;
	text-align: center;
	height: 32px;
	line-height: 30px;
	text-decoration: none;
	font-size: 12px;
	background-repeat: repeat-x;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 5px;
}
#nav a:hover{
	background-image: url(images/navbox1.jpg);
	text-decoration: none;


}
#nav a.activepage:link,
#nav a.activepage:visited,
#nav a.activepage:hover,
#nav a.activepage:active {
	background-image: url(images/navbox3.jpg);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#ie6fix a{
	width: 130px;
}

#rightcolumn{
	width: 200px;
	background-color: #670300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 20px;
	margin-left: 25px;
	border: 3px solid #666666;
	min-height: 450px;
	height: auto;
	height: 450px;
}
#rightcolumn a{
	color: #66FFFF;
	text-decoration: none;
}
#rightcolumn h2{
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}

#section1{
	width: 490px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
}
#section1 img{
	padding: 2px;
	float: left;
	margin-right: 25px;
	border: 1px solid #666666;
}
#section2{
	width: 490px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
}
#section2 img{
	padding: 2px;
	float: left;
	margin: 0px 25px 25px 0px;
	border: 1px solid #666666;
}
#section3{
	width: 490px;
}
#section3 h3{
	font-size: 14px;
	color: #FFCC33;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCC33;
	padding-bottom: 5px;
}
#footer{
	font-size: 9px;
	color: #670300;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a{
	color: #000000;
	text-decoration: none;
}
#footer .gray{
	color:#333333;
	}
#form{
	color: #FFFFFF;
	padding: 2px;
	border: 1px dashed #999999;
	background-color: #670300;
}
.small{
	font-size:10px;
	color:#CCCCCC;
}
