/* CSS Document */
body{
background-color:#E3E8EA;
font-family:Arial,sans-serif;
font-size:13px;
padding-bottom:30px;}

a:link, a:visited, a:active, a:hover{
text-decoration:none;}

#main{
width:780px;
margin:auto;
margin-bottom:30px;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
background-color:#FFFFFF;
display:table;
background-image:url(../images/left_bottom_cube.jpg);
background-repeat:no-repeat;
background-position:bottom left;}

#head{
height:53px;
background-repeat:no-repeat;}


#left{
border:none;
width:163px;
background-color:#284B61;
float:left;
}

#left a:link, #left a:visited, #left a:active, #left a:hover{
color:#FFFFFF;}

#left ul{
padding:40px 0px 150px 5px;}

#left ul li{
background-image:url(../images/menu_item.jpg);
background-repeat:no-repeat;
background-position:left top;
height:25px;
margin-bottom:3px;
padding: 4px 0px 0px 5px;
font-size:12px;
}


#right{
float:right;
width:580px;
background-color:#FFFFFF;
padding:25px 20px 50px 10px;
line-height:1.3em;}

#right h1{
font-size:16px;
font-weight:bold;
color:#284B61;
margin-bottom:25px;}

#right h2{
font-size:14px;
font-weight:bold;
color:#284B61;
margin-top:15px;
margin-bottom:15px;}

#right strong{
color:#284B61;
font-weight:bold;}

#right p{
margin-bottom:8px;}


#right a:link, #right a:visited, #right a:active, #right a:hover{
color:#0000EE;
font-weight:bold;
font-size:13px;
text-decoration:underline;
}



#right ul{
margin-left:30px;
margin-bottom:30px;}

#right ul li{
margin-bottom:10px;}

#right ol{
margin-top:20px;
margin-left:50px;
margin-bottom:30px;
list-style-type:decimal;
}

#right ol li{
margin-bottom:10px;}

#footer{
clear:both;
}

.center{
margin-top:20px;
text-align:center;}

#right table tr td{
padding-bottom:20px;
}



/* Form */
form p textarea{
border: 1px solid #284B61;
}

form p input{
border: 1px solid #284B61;
height:18px;
width:210px;
}

form p label{
float:left;
width:150px;
margin-right:15px;
background-color:#284B61;
padding:0px 3px 0px 4px;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
margin-bottom:5px;
}

form p input.submit{
width:384px;
background-color:#284B61;
color:#FFFFFF;
font-weight:bold;
height:22px;}

