/* CSS Document */
html {
scrollbar-arrow-color: #A1A1A1;
scrollbar-3dlight-color: #A1A1A1;
scrollbar-highlight-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-track-color: #F8F8F8;
scrollbar-darkshadow-color: #A1A1A1;}

body{
margin:0 auto;
text-align: left;
padding: 0;
font: 10px Arial, Verdana, Tahoma, Sans-serif;
color:#FFFFFF;
background-color: #363636;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
}

a:visited {color: #FFF;text-decoration:none;}
a:link {color:#FFF;text-decoration:none;}
a:hover {color: #FFF;text-decoration:underline;}
a:active {color: #FFF;text-decoration:underline;}


/********************** Wrapper's **********************/
.wrapper{
width: 702px;
min-height:900px;
float: left;
background-image: url(images/wrapperbg.jpg);

}

html>body .wrapper{
width: 701px;
min-height:900px;
float: left;
background-image: url(images/wrapperbg.jpg);

}



/********************** Navigation **********************/
.nav{
margin-top: 170px;
width: 147px;
height: 50px;
background-image: url(images/navbg.jpg);
background-repeat: no-repeat;
text-align: left;
}
.nav ul{
list-style-type:none;
text-align:left;
margin:0;
padding:0;

}


.nav li{
margin: 0 auto;
padding: 0 auto;
text-decoration: none;
list-style: none;
border-bottom: white solid 1px;

}
html>body .nav li{
width: 148px;
}
.nav a{
font: 11px Arial, Verdana, Tahoma, Sans-serif;
width: 138px;
height: 19px;
padding-left: 10px;
padding-top: 5px;
display: block;
color: white;
font-weight: bold;

}

.nav a:hover{
background-color: #f98514;
text-decoration: none;
width: 138px;
}
/********************** Content **********************/
.side{
float: left;
width: 149px;
background-image: url(images/sidebg.jpg);
background-repeat: no-repeat;
}
.side p{
font: 13px  Verdana, Arial,  Tahoma, Sans-serif;
color:#FFFFFF;
margin: 0px;
margin-top: 10px;
width: 140px;
text-align: right;
font-weight: bold;
}



.logo{
width:552px;
height: 292px;
float: left;
}




.flash_side{
width: 150px;
height: 108px;
margin-top: 0px;
}
html>body .flash_side{
width: 150px;
height: 108px;
margin-top: 99px;
}



.main{
float: left;
width: 500px;

background-image: url(images/contentbg.jpg);
background-repeat: no-repeat;
padding-left:52px; 
}
.main p{
color: black;
text-align: left;
font-size: 12px;
width:480px;
}



/********************** Font Types **********************/
h1{
color: #f98514;
float:left;
width:480px;
font-size: 14pt;
margin-top: 10px;
font-weight: bold;
text-align: left;
}






