@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #003;
}
#logo {
	height: 85px;
	width: 400px;
	float: left;
	padding-bottom: 10px;
}


#main {

}
#mainarea {
	width: 990px;
	background-image: url(../Images/MainAreaWhite2.png);
	background-repeat: repeat-y;
	background-position: center -5px;
	padding-left: 10px;
	padding-top: 10px;
}
#mainarea a{
	color: #333;

}
#mainarea a:hover{
	color: #999;
}
#registrationarea {
	height: 620px;
	width: 320px;
	float: left;
	border-right: 1px solid black;
	padding-right: 5px;
	padding-left: 5px;
}
#mainText {
}


#maintext {
	width: 625px;
	height: 620px;
	float: right;
	padding: 0px 5px;
}
#maintextFull {
	width: 970px;
	padding: 0px 10px 0px 10px;
	overflow: auto;
}


.twoColFixLt #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#headerMain {
	margin-bottom: 5px;
	height: 100px;
}
#navbar {
	height: 100px;
	width: 600px;
	float: right;
}
#navbar a{
	color: #FFF;
	text-decoration: none;

}
#navbutton:hover a{
	color: #FFF;
	text-decoration: none;

}
#navbuttonright:hover a{
	color: #FFF;
	text-decoration: none;

}
#navbuttonleft:hover a{
	color: #FFF;
	text-decoration: none;

}
#navbutton {
	height: 25px;
	width: 90px;
	float: right;
	background-image: url(../Images/ButtonTemplate.jpg);
	text-align: center;
	padding-top: 10px;
	color: black;
	font-size: 10pt;
}
#navbuttonright {
	height: 25px;
	width: 90px;
	float: right;
	background-image: url(../Images/ButtonRight.png);
	text-align: center;
	padding-top: 10px;
	color: black;
	font-size: 10pt;
}
#navbuttonleft {
	height: 25px;
	width: 90px;
	float: right;
	background-image: url(../Images/ButtonLeft.png);
	text-align: center;
	padding-top: 10px;
	color: black;
	font-size: 10pt;
}
#navbutton:hover {
	height: 25px;
	width: 90px;
	float: right;
	background-image: url(../Images/ButtonTemplateActive.png);
	text-align: center;
	padding-top: 10px;
	color: #FFF;
	font-size: 10pt;
	cursor: pointer;
}
#navbuttonright:hover {
	height: 25px;
	width: 90px;
	float: right;
	background-image: url(../Images/ButtonRightActive.png);
	text-align: center;
	padding-top: 10px;
	color: #FFF;
	font-size: 10pt;
	cursor: pointer;
}
#navbuttonleft:hover {
	height: 25px;
	width: 90px;
	float: right;
	background-image: url(../Images/ButtonLeftActive.png);
	text-align: center;
	padding-top: 10px;
	color: #FFF;
	font-size: 10pt;
	cursor: pointer;
}
#register {
	height: 35px;
	text-align: right;
	padding-top: 5px;
	width: 500px;
	float: right;
	font-size: 10pt;
	margin-bottom: 25px;
	color: white;
}
#bodybox {


}
#flashcontent {
	height: 200px;
}
#footer {
	height: 65px;
	background-image: url(../Images/Footer.png);
}
#footer a{
	color: black;

}
#footer a:hover{
	color: #666;

}






.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLt #mainContent {
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
