body 
{
font-family: Verdana, Arial, Helvetica, sans-serif;  
background-image: url(images/gradient_blue.gif);
background-repeat: repeat-x;
background-color: #2171b1;
font-size: 9pt;
text-align: center;
margin-top: 10px;
}

a:link 
{
color: #262262; 
font-weight: normal;
text-decoration: underline;
}

a:visited 
{
color: #262262; 
font-weight: normal;
text-decoration: underline;
}

a:hover 
{
color: #1b75bc; 
font-weight: normal;
text-decoration: underline;
}

a:active 
{
color: #262262; 
font-weight: normal;
text-decoration: underline;
}

h1
{
color: #1b75bc;
font-size: 10pt;
padding: 0;
}

h2
{
color: #1b75bc;
font-size: 10pt;
padding: 0;
}


#container
{
margin-left: auto;
margin-right: auto;
width: 900px;
background-color: #fff;
border-top: 2px solid #262262;
border-bottom: 2px solid #262262;
border-left: 2px solid #262262;
border-right: 2px solid #262262;
text-align: left;
}

#mainbody
{
clear: both;
margin: 0px;
overflow-x: hidden; 
overflow-y: hidden;
}

#leftsidebar
{
float: left;
margin: 20px 0 0 0;
padding: 0px;
width: 180px;
}

#rightsidebar
{
float: right;
margin: 5px;
padding: 0px;
width: 200px;
}

#rightsidebar p
{
font-size: 8pt;
}

#rightsidebar ul
{
font-size: 8pt;
}

#content
{
float: left;
padding: 0px;
width: 480px;
}

#contenthome
{
float: left;
padding: 0px;
width: 680px;
}


/*--- header -------------------------------------------------*/

#header
{
float: left;
width: 900px;
height: 34px;
background-image: url(images/gradient_yellow.gif);
border-bottom: 2px solid #262262;
border-top: 2px solid #262262;
overflow-x: hidden; 
overflow-y: hidden;
}

#top{
clear: both;
height: 178px;
width: 900px;
border-bottom: 2px solid #262262;
}

#topnav
{
text-align: left;
width: 900px;
height: 200px;
}

#topleft  
{
float: left;
font-size: 0.75em;
text-align: left;
margin-left: 5px;
margin-top: -15px;
width: 200px;
}

#topright
{
float: right;
text-align: right;
font-size: 0.75em;
width: 675px;
}


/*--- footer ------------------------------------------------*/

#footer
{
clear: both;
margin-left: auto;
margin-right: auto;
width: 900px;
color: #fff;
height: 20px;
}

#footerleft /*--- copyright ---------*/
{
float: left;
font-size: 8pt;
text-align: left;
margin-left: 5px;
width: 400px;
}

#footerright /*--- navigation ---------*/
{
float: right;
margin-right: 5px;
text-align: right;
font-size: 8pt;
width: 400px;
}

#footerright a
{
color: #fff; 
font-weight: normal;
text-decoration: underline;
}

#footerleft a
{
color: #fff; 
font-weight: normal;
text-decoration: underline;
}


/*--- nav upper right ---------------------------------------------*/

#navcontainer1
{
height: 34px;
margin: 0;
}

#navcontainer1 ul
{
border: 0;
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
}

#navcontainer1 ul li
{
display: block;
float: right;
margin: 0;
padding: 0;
text-align: left;
}

#navcontainer1 ul li a
{
color: #4e3b30;
font-size: 8pt;
display: block;
height: 15px;
margin: 2px 7px 3px 7px;
text-align: center;
text-decoration: none;
width: 80px;
}

#navcontainer1 ul li a:hover
{
color: #fff;
}

#navcontainer1 li a:active
{
color: #fff;
}

#navcontainer1 li #active a
{
color: #fff;
}

#navcontainer1 ul li a#current
{
color: #fff;
}


/* --- nav left side -------------------------------------------- */

#navcontainer3 ul
{
font-weight: bold;
list-style-type: none;
margin: 0;
padding: 0;
}

#navcontainer3 ul a
{
color: #262262;
display: block;
padding: 8px 15px;
text-decoration: none;
font-size: 8pt;
width: 160px;
}

#navcontainer3 ul a:hover
{
color: #1b75bc;
text-decoration: none;
}

#navcontainer3 a:active
{
color: #262262;
text-decoration: none;
}

#navcontainer3 a:link.activelink 
{
background-color: #1b75bc;
color: #98d393;
}

#navcontainer3 a:visited.activelink
{
background-color: #1b75bc;
color: #98d393;
}

#navcontainer3 a:hover.activelink
{
background-color: #1b75bc;
color: #98d393;
}

/*------------------------------------*/


#navcontainer2, #navcontainer2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	height: 19px;
}

#navcontainer2 li{
	float: left;
}


#navcontainer2 a {
	color: #fff;
	text-decoration: none;
	float: left;
	overflow: hidden;
	font-size: 8pt;
}

#navcontainer2 a:hover,
#navcontainer2 a.selected,
#navcontainer2 a:hover.selected,
#navcontainer2 a:active {
	color: #262262;
	text-decoration: none;
	background-position: 0 -40px;
}

.navLink a{
	width: 160px;
	height: 30px;
	background: url(images/button3.gif);
	background-repeat: no-repeat;
}




/*--- table 1 ------------------------------------------------*/

#content table.table1
{
border-collapse: collapse;
border-spacing: 0px;
}

#content table.table1 th  
{
background-color: #90bade;
border-color: #333;
border-width: 1px;
border-style: solid;
color: #000;
padding: 0 1.0em;
vertical-align: top;
}

#content table.table1 td  
{
padding: 10px;
vertical-align: top;
}

#contentwide table.table2
{
border-collapse: collapse;
border-spacing: 0px;
}

#contentwide table.table2 th  
{
background-color: #90bade;
border-color: #333;
border-width: 1px;
border-style: solid;
color: #000;
padding: 0 1.0em;
vertical-align: top;
}

#contentwide table.table2 td  
{
padding: 10px;
vertical-align: top;
}