/* CSS Document */

body{
margin-top: 0;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
text-align:center;
background-color: #CCCCCC;
font-size:12px;
line-height: 20px;
}
body* {
margin:0;
padding:0;
text-decoration:none;
border:none;
color:#666666;
list-style-type:none;
}
#wrap {
text-align:left;
margin-left:auto;
margin-right:auto;
width: 760px;
margin-top: 10px;
border: solid 1px #FFFFFF;
background-image:url(images/bg.jpg);

}
h1{font-size:15px}
h2{font-size:14px}
h3{font-size:13px}
h4{font-size:12px}
h5{font-size:11px}
h6{font-size:10px}

#topbar{
background-image:  ;
height: 107px;
background-image: url(images/topbg.jpg);

}
#head1 {
color:#FFFFFF;
height: 25px;
line-height:25px;
font-weight: bold;
background-color:#6688BB;
padding-left: 200px;
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
}
#head2 {
color:#FFFFFF;
height: 25px;
line-height:25px;
font-weight: bold;
text-transform:uppercase;
background-color:#BBCCCC;
padding-left: 200px;

}
/* NAVIGATION MAIN */
#navcontainer { width: 180px; margin-top: 0;  }

#navcontainer ul {
margin-top: 0;
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-weight:bold;
line-height: 27px;
font-size:11px;
}

#navcontainer ul ul {
margin-top: 0;
margin-left: 0px;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-weight:bold;
line-height: 16px;
font-size:10px;
}
#navcontainer ul ul a {
display: block;
padding-left: 10px;
height:18px;
background: none;
}
#navcontainer ul ul a:hover {
display: block;
padding-left: 10px;
height:18px;
background: none;
}
#navcontainer a {
display: block;
padding-left: 5px;
width: 175px;
background-image:url(images/navbg.jpg);
height:27px;
}

#navcontainer a:link, #navlist a:visited {
color: #CC9900;
text-decoration: none;
}

#navcontainer a:hover {
background-color: #369;
color: #CC3300;
}

#main{
margin-top: 0; 
}

#left {
margin-top: 0;
float:left;
width: 175px;
}
#right {
margin-top: 0;
float: right;
width: 565px;
}
#col1{
margin-top: 0;
float:left;
width: 360px;
padding-top: 5px;
}
#col2{
margin-top: 0;
float:right;
width: 160px;
padding-top: 5px;
}
#footer{
	margin-left:auto;
	margin-right:auto;
color:#FFFFFF;
text-align: right;
width: 760px;
font-size:10px;
}
#clear{
clear:both;
}

a:link{
	color: #CC9900;
	}
a:visited{
	color: #CC9900;
	}
a:hover{
	color: #CC3300;
	}