/* CSS Document */

img{
display:block;
}

body{
background:#000000;
color:#999999;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:1.5em;
}

a{
color:#666666;
text-decoration:underline;
}

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

#outerbox{
margin-left:auto;
margin-right:auto;
width:820px;
height:480px;
border: 1px solid #333333;
}

#topbox{
width:820px;
height:60px;
border-bottom:1px solid #333333;
border-top:none;

}

#bottombox{
width:820px;
height:420px;
}

#content1{
width:225px;
height:420px;
border-right:1px solid #333333;
float:left;
text-align:right;
font-weight:bold;
background-image:url(../images/content1Back.jpg);
background-repeat:no-repeat;
background-position:top left;
}

#content1 a{
text-decoration:none;
}

#content1 a:hover{
}

#content1 ul{
margin-top:10px;
margin-right:10px;
}

#content1 ul li{
list-style:none;
}

#content2{
width:273px;
height:400px;
border-right:1px solid #333333;
float:left;
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
}

#content3{
width:300px;
height:420px;
float:left;
}

#content4{
width:563px;
height:410px;
float:left;
padding-top:10px;
padding-left:10px;
padding-right:20px;
padding-bottom:10px;
}

#mainPageContent{
width:593px;
height:420px;
float:left;
}


#topmenu{
float:right;
display:inline;
margin-left:0px;
margin-top:20px;
color: #333333;
font-weight:bold;
font-size:11px;
}

#topmenu ul li{
list-style:none;
display:inline;
padding-left:8px;
padding-right:8px;
/*border-left:1px solid #333333;*/
}

/*#topmenu ul li.first{
border-left:none;
}*/

#topmenu a{
text-decoration:none;
}

#footer{
width:820px;
margin-top:10px;
margin-left:auto;
margin-right:auto;
text-align:center;
color:#666666;
}

#footer ul li{
list-style:none;
display:inline;
padding-left:10px;
padding-right:10px;
border-left:1px solid #333333;
}

#footer ul li.first{
border-left:none;
}

.important{
color:white;
font-weight:bold;
}

.data table{
line-height:1em;
}

.formData{
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}


