/* css document */

body
{

background-image: url(../images/background.jpg);
background-repeat: repeat-x;
background-color: #151827;
text-align: center;
font-family: arial, helvetica;
font-size: 14px;
}

h1,h2,h3,h4,h5,h6
{
color: #000000;
margin:5px 0px 5px 0px;
padding: 0px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 14px;}
h5 {font-size: 14px;}
h6 {font-size: 14px;}

hr
{ 
margin: 0px;
padding: 0px;
}


a
{
text-decoration:none;
color: #009900;
}

a:visited
{
color: #009900;
}

a:hover
{
color: #999999;
}

a:active
{
color: #009900;
}


form
{
font-size: 14px;
}

table
{
font-size: 14px;
}


#header,#mainContent,.pagedivider,#footer
{
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	width: 855px;
	text-align: left;
}

#header
{
background-color: #FFFFFF;
}

#header img
{
margin: 0px;
padding: 0px;
border: 0;
}




#mainContent
{
padding-bottom: 10px;
height: auto;
overflow: auto;
}

#leftContent
{
background-color: #FFFFFF;
margin: 0px;
padding: 0px;
float: left;
width: 50px;
overflow: auto;
}

#leftContent ul
{
border: 1px solid #6699CC;
margin: 0px 0px 10px 10px;
padding: 0px 0px 5px 0px;
width: 180px;
}

#leftContent ul li
{
margin: 5px 0px 0px 5px;
font-weight: bold;
}

#centerContent
{
background-color: #FFFFFF;
position: relative;
margin: 0 0 0 70px;
padding: 20px 0px 0px 0px;
width: 755px;
overflow: hidden;
}

html>body #centerContent
{
width:725px;
}

#centerContent ol li
{
margin-top:3px;
}

#centerContent ul li
{
list-style-type: square;
margin-top:3px;
}

#centerContent form table
{
margin-top: 10px;
width: 475px;
}

#centerContent form td{
padding: 5px 0px 5px 0px;}

.rightContent
{
margin: 0px 0px 0px 0px;
padding: 0px;
float: left;
width: 50px;
overflow: auto;
}

html>body .rightContent
{
width:100px;
}

.rightContentBox
{
margin: 10px 0px 0px 0px;
padding: 10px;
background-color: #CCDEED;
float: left;
width: 250px;
overflow: auto;
}

html>body .rightContentBox
{
width:230px;
}

.pagedivider
{
border: none;
color: none;
background: #666666 url(../images/page_dividerX.gif) repeat-x scroll center ;
height: 20px;
text-align: center;
}
.pagedivider hr
{
display:none;
}

#footer
{
padding: 10px 0px 10px 0px;
color: #999999;
text-align: center;
font-size: 10px;
}


#bottomMenu
{
height:35px;
}

#bottomMenu ul
{
margin: 7px 0px 0px 0px;
padding: 0px;
list-style-type: none;
text-align: left;
font-size: 14px;
font-weight: bold;
}

html>body #bottomMenu ul
{
margin: 0px;
padding: 4px;
}

#bottomMenu li
{
margin:0px;
padding: 0px 10px 0px 10px;
display: inline;
}

#bottomMenu a, a:active
{
margin: 0px
padding: 0px;
text-decoration: none;
text-align: center;
color: #FFFFFF;
}

#bottomMenu a:visited
{
color: #FFFFFF;
}

#bottomMenu a:hover
{
color: #015db4;
}


.tiny 
{
text-align: center;
font-size: 9px;
}
