/* CSS Document */

body{background:#1f3735 url(../images/background.jpg) repeat-x top left; margin-top: 20px; color: #cccccc; font-size: 80%; font-family:"Times New Roman", Times, serif;}
a {
color: #666666;
}
h4{text-align: left; font-size: 160%; color: #cdc391;}
h5{text-align: left; font-size: 120%; color: #cdc391;}
h1{text-align: left; color: #cdc391;}

a:hover{
color: #999999;
}

.leftDiv{float: left; width: 500px; text-align: left; position: relative; top: 0px; left: 0px; background: #1d3331;}

.leftDiv a{
text-decoration: none;
color: #666666;
padding: 3px 3px 3px 0;
border-right: 0px solid #ddddaa;
font-weight: bold;}

.leftDiv a:hover{
 color: #cdc391;
 border-color: #666666;}

.rightDiv{float: right; width: 490px; text-align: justify; position: relative; top: 0px; left: 0px; background: #1d3331;}

.leftDivBig{float: left; width: 650px; text-align: left; position: relative; top: 0px; left: 0px; background: #1d3331;}

.leftDivBig a{
text-decoration: none;
color: #666666;
padding: 3px 3px 3px 0;
border-right: 0px solid #ddddaa;
font-weight: bold;}

.leftDivBig a:hover{
border-color: #666666;}

.rightDivSmall{float: right; width: 290px; text-align: justify; position: relative; top: 0px; left: 0px; background: #1d3331;}

table {font-size: 100%;}

.tabHead {color: #ffffff;
background: #999999 url(../images/tabback.jpg) repeat-y top right;
font-weight: bold;}

.menuouter {margin-top: 20px;
background:#172c2a;
width: 100%;
}

.menu {
color: #aaaaaa;
font-weight: bold;
font-size: 120%;
background:#172c2a;
}
.menu td{}

.menu a{text-decoration: none; display: block; padding: 5px; color: #cccccc;}
.menu a:hover{background:#cccccc; color:#172c2a; }

.tabMenu {font-family: Comic Sans MS, Arial, sans serif;}

.scroller{
border-left: 3px solid #cccccc;
border-top: 2px solid #cccccc;
border-right: 0px solid #cccccc;
border-bottom: 1px solid #cccccc;
height: 399px;
width: 150px;
background: #666666;
overflow:auto; 
	padding: 0px 0px 0px 0px;	
	text-align: left;
	scrollbar-face-color: #666666;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #eeeeee;
	scrollbar-arrow-color: #CCCCCC;
}

.scrollerlong{
border-left: 3px solid #cccccc;
border-top: 2px solid #cccccc;
border-right: 0px solid #cccccc;
border-bottom: 1px solid #cccccc;
height: 450px;
width: 150px;
background: #666666;
overflow:auto; 
	padding: 0px 0px 0px 0px;	
	text-align: left;
	scrollbar-face-color: #666666;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #eeeeee;
	scrollbar-arrow-color: #CCCCCC;
}

.container{width: 100%; text-align: center;}
.header{width: 990px; margin-left: auto; margin-right: auto; text-align: left; margin-bottom: 20px;}
.mainBody{width:990px; background: #1d3331; padding: 20px 0px; margin-left: auto; margin-right: auto; text-align: left;}
