/* CSS Document */


#wrap {
    width: 900px;
    margin: 0px auto 0px auto; /* top, right, bottom, left */
    padding: 10px;
    background-color: #222222;
}

#main{
/*margin:auto;*/
width:9000px;
margin:left;
background:#eeeeee;
padding-left:10px;
padding-top:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

body{
padding:0px;
margin:0px;
background:#222222;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#top_banner{
width:900px;
float:left;
clear:left;
padding-right:10px;
padding-top:10px;
}

#left_col_front{
width:250px;
height:790px;
float:left;
clear:left;
background:#eeeeee;
padding-top:10px;
padding-right:10px;
padding-bottom:10px;
padding-left:10px;
}

#right_col_front{
width:600px;
margin-left:270px;
background:#eeeeee;
padding-top:10px;
padding-right:10px;
padding-left:10px;
padding-bottom:1s0px;
clear:right;
height:800px;
}

p {
text-align:left;
color:#666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 18px;
text-decoration: none;
}

#left_col_front ul{
font-size: 14px;
line-height: 18px;
padding:0px;
margin-left:60px;
position:relative;
right:50px;
list-style:none;
text-align:left;
}

#left_col_front ul ul{
font-size: 8px;
line-height: 8px;
padding:0px;
margin:0px;
width:250px;
position:relative;
left:0px;
text-align:left;
text-transform:lowercase;
}

#left_col_front a{
	text-decoration:none;
	color:#0a5782;
}

#left_col_front a:hover{
color:#333333;	
}

#left_col_front .active{
color:#333333;
}


ul {
text-align:left;
color:#666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 18px;
text-decoration: none;
list-style-type: square;
list-style: none;
para-space:9px;
}
	
h1 {
text-align:left;
color:#444444;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:16px;
}

h2 {
text-align:left;
color:#111111;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 24px;
line-height:16px;
}

a.nav {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 18px;
text-decoration: none;
text-transform: uppercase;
color:#0072b1;
}

a.active {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 18px;
text-decoration: none;
text-transform: uppercase;
color:#314F83;
} 


a.small {
font-size:10px;
line-height:13px;
text-transform: Capitalize;
}


#right_col_front a {
	color:#888888;
	text-decoration:none;
}
