/* CSS Document */

BODY
{
    background-position: center center;
    background-image: url(../images/bg.png);
    background-attachment: fixed;
    background-repeat: repeat;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    padding: 0px;
}

.header
{
    background-position: center center;
    width: 930px;
    background-image: url(../images/header.gif);
    height: 19px;
    margin: 0 auto;
    padding: 0px;

}

.mid_column{
    background-position: center center;
    width: 930px;   
    margin: 0 auto;
    padding: 0px;
}

.block_btm{
width:930px;
height:45px;
    margin: 0 auto;
    padding: 0px;

}

.blocks1{
width:200px; 
height:35px;
background-color:#333333; 
float:left;
color:#C2F203;
padding:5px 15px;
font-weight:bold;
font-size:13px;
}

.blocks2{
width:203px; 
height:35px;
background-color:#333333; 
float:left;
color:#C2F203;
padding:5px 15px;
font-weight:bold;
font-size:12px;
}

.main_content_area{
    background-color: #FFFFFF;
    width: 930px;
    padding-top: 15px;
    margin: 0 auto;
    padding: 0px;
    height: auto;
}

.footer
{
   width: 930px;
    margin: 0 auto;
    padding: 0px;
}


.title{
	color:#FFFFFF;
	padding-top: 15px;
	float:left;
	width:200px;
	height:50px;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}

.navigation{
float:right;
padding-top:35px;
padding-right:15px;
color:#FFFFFF;}

.content_area{
    width: 720px;
    float: left;
    border-right: 1px #CCFF00 solid;
}

.sub_content{
	background-color:#49555B;
	width:199px;
	float:right;
	color: #FFFFFF;
	margin-right:5px;
    margin-left: 2px;
margin-top:10px;
}

.sub_nav{
width:180px;
padding:7px;
color:#49555B;
border-right: 1px #CCFF00 solid;
font-size:large;
margin-top:10px;
    margin-right: 8px;
    font-weight: 700;
}

h2{
font-size:18px;
margin:0px;
}

.content_area2{
    width: 510px;
    float: right;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 15px;
    margin-left: 5px;
margin-top:10px;
}
a:active {
    color: #000000;
    background-color: #0033CC;
}


a:link {color: #0000FF
}   
a:visited {color: #6666CC}
a:hover {color: #006699}  

.scroller{
overflow:auto;
width:150px;
height:200px;
border: solid 1px #CCCCCC;
list-style:none;}

.nav{
text-decoration:none;
color:#FFFFFF;
color:#FFFFFF;
font-weight:bold;
font-size:10px;}

.nav:visited{
text-decoration:none;
color:#FFFFFF;
}

.nav:hover{
text-decoration:none;
color:#FFFFFF;}

ul.menu{
margin:0px;
padding:5px;
list-style:none;
width:110px;}

img.screenshot{
width:60px;
height:50px;
float:right;}
