body {
	background-color: #255C89;
}
div.wrapper {
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 810px;
}
#outercontainer {
	float:left;
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px solid #FFFFFF;
	width:800px;

}
#header1
{
   float:left;
   width:800px;
   height: 79px;
}
#header2
{
    clear: left;
	float:left;
	width:800px;
	height: 139px;
	background-image: url(/images/headerbak.jpg);
	background-repeat: repeat-x;
	padding-left: 0px;
}
#innercontainer {
	float:left;
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px solid #FFFFFF;
	width:800px;
	background-image: url(/images/mainbak.gif);
	background-repeat: repeat-y;

}
#leftpane
{
   float:left;
   width:192px;
   padding-left: 47px;
   padding-right: 3px;
}
#rightpane
{
	float:right;
	width: 535px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(/images/rightpanetop.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #F7F7F7;
	padding-bottom: 10px;
}
#menu
{
   float: left;
   width: 192px;
   
}
#forum
{
	clear:left;
	float: left;
	width: 192px;
	margin-top: 15px;
	background-color: #E0EFEC;
   
}
#leftfoot
{
   clear:left;
   float: left;
   width: 192px;
   
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #3589C7;
	font-weight: normal;
	margin-top: 2px;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003366;
	font-weight: normal;

}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;

}

#menu a, #menu a:link, #menu a:visited, #menu a:active
{
	display:block;
	height: 20px;
	width: 164px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3488C6;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 27px;
	padding-top: 2px;
	padding-bottom: 2px;

}
#menu a:hover
{
	display:block;
	height: 20px;
	width: 164px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #379EDE;
	font-weight: bold;
	text-decoration: none;
	padding-left: 27px;
	padding-top: 2px;
	padding-bottom: 2px;
}

a, a:link,a:visited,a:active
{
	color: #990000;
	text-decoration: underline;

}
a:hover
{
	color: #000066;
}
#footer
{
	clear:both;
	float:left;
	width:800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #3589C7;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.smalltext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;

}
.blue
{
	color: #003366;

}
