@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

body{
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
background-color:#373737;
}

h1{
font-size:18px;
font-weight:bold;
padding:0 0 10px 0;
}

h2{
font-size:16px;
font-weight:bold;
padding:0 0 10px 0;
}

h3{
font-size:14px;
font-weight:bold;
padding:0 0 10px 0;
}

p{
text-align:justify;
padding:0 0 10px 0;
}

li{
list-style-type:circle;
list-style-position:inside;
font-weight:bold;
padding:5px 0;
text-align:justify;
}

#container{
width:960px;
height:auto;
margin:0 auto;
}

#title{
width:960px;
height:210px;
background-image:url(images/layout/title.jpg);
background-repeat:no-repeat;
}

#content{
width:900px;
height:auto;
padding:10px 30px;
background-image:url(images/layout/content.jpg);
background-repeat:repeat-y;
}

#footer{
width:900px;
height:55px;
padding:13px 30px;
background-image:url(images/layout/footer.jpg);
background-repeat:no-repeat;
}

#footer h2{
font-size:12px;
padding:0;
letter-spacing:1px;
text-align:center;
}

.rightCol{
width:660px;
height:auto;
float:right;
}


.leftCol{
width:230px;
height:auto;
float:left;
}

.clear{
clear:both;
height:0px;
font-size:0px;
overflow:hidden;
}

.floatRight{
float:right;
}

.floatRightM{
float:right;
margin:0 0 10px 10px;
}

.floatLeft{
float:left;
}

.floatLeftM{
float:left;
margin:0 10px 10px 0;
}

.blackBox{
width:640px;
height:auto;
background-color:#000000;
border:#373621 1px solid;
padding:10px;
margin:0 0 10px 0;
}

.boldText{
font-weight:bold;
}

.blue{
color:#0099FF;
}


#menu{
width:228px;
height:auto;
margin:0 0 10px 0;
float:left;
border:#979998 1px solid;
}

#menuBtn {
	height:auto;
	width:228px;
	clear: both;
	margin-top:0px;
	overflow: hidden;
	background-color:#000000;
}

#menuBtn ul {
width:220px;
height:auto;
	margin: 4px;
	padding:0;
	list-style-type: none;
	clear: both;
}

#menuBtn li{
padding:0;
}

#menuBtn ul li {
width:220px;
height:30px;
	background-color:#333333;
	margin:0 0 5px 0;
	float: left;
	color:#000000;
	font-size: 12px;
	padding:0;
	list-style-type: none;
}
	
#menuBtn ul li a {
	display:block;
	padding:8px 10px;
	text-decoration: none;
	color:#999999;
	overflow:hidden;
}

#menuBtn ul li a:hover {
background-color:#999999;
color:#FFFFFF;
}


:link, :visited {
	color:#0099FF;
	text-decoration: none;
}
:link:hover, :visited:hover {
	color: #FFFFFF;
}
:link:active, :visited:active {
	color: #0099FF;
}

.mLink{
width:910px;
height:auto;
text-align:center;
}

.mLink :link, .mLink :visited, .mLink :link:active, .mLink :visited:active {
color: #222222;
font-weight: normal;
font-size:10px;
}

.mLink :link:hover, .mLink :visited:hover{
color:#FFFFFF;
}

