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

body{
background-color: #141414;
margin: 0;
font-size: 12pt;
}

br.b{
clear: both;
}


/* Wrappers */
#mainWrapper{
width: 1000px;
}

#headerWrapper{
width: 1000px;
position: relative;
}

#leftColWrapper{
float: left;
width: 246px;
/*
background-image: url(../images/left_side.png);
background-repeat:no-repeat;
*/
}

#menuLeftWrapper{
height: 302px;
width: 206px;
}
#subMenuWrapper{
height: 51px;
width: 479px;
position: absolute;
top: 57px;
left: 272px;
}

#joinIcon{
margin-top: 1px;
}

#mainContent{
width: 738px;
height: 459px;
float: left;
background-image:url(../images/content_box.png);
background-position: top center;
background-repeat: no-repeat;
margin-left: -30px;
font-size: 12pt;
}
#contentBox{
margin: 24px 20px;
width: 670px;
height: 400px;
overflow: auto;
clear: both;
color: #292527;
font-family: Verdana, Arial, Helvetica, san serif;
font-size: 10pt;
background-color: white;
padding-right: 20px;
}
#footer{
margin-top: 10px;
background-image:url(../images/footer.png);
background-position: center center;
background-repeat:no-repeat;
width: 730px;
height: 62px;
text-align:center;
}
#footerContent{
padding: 20px;
font-family: verdana;
font-size: 10px;
color: #888;
}

h1{
	font-size: 1.5em;
	color: #5C6BA1;
	display: inline;
}
h2{
	font-size: 1.2em;
	color: #E19300;
	display: inline;
}
em{
	font-weight: bold;
	color: #B22222;
	font-style: normal;
	font-size: 1.05em;
}
a:link{
	color: #292527;
	text-decoration: none;
	font-weight: bold;
}
a:active{
   color: #292527;
	text-decoration: underline;
	font-weight: bold;
}
a:visited{
   color: #292527;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #FFB401;
	text-decoration: underline;
	font-weight: bold;
}
.footer a:link{
	color: #292527;
	text-decoration: none;
	font-weight: bold;
}
.footer a:active{
   color: #292527;
	text-decoration: underline;
	font-weight: bold;
}
.footer a:visited{
   color: #292527;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover{
	color: #FFB401;
	text-decoration: underline;
	font-weight: bold;
}