body{
margin:0;
padding: 0;
/*line-height: 1.5em;*/
}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
/*margin: 0; 
padding:0;*/
height: 130px; /*Height of top section*/
background: URL(images/topborder2.gif);
border-left: 2px solid #AFD1AF;
border-right: 2px solid #AFD1AF;
border-top: 2px solid #AFD1AF;
border-bottom: 2px groove #AFD1AF;
voice-family: "\"}\"";
voice-family: inherit;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 140px 0 150px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 150px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
border-left: 2px solid #AFD1AF;

}

#rightcolumn{
float: left;
width: 140px; /*Width of right column*/
margin-left: -142px; /*Set left margin to -(RightColumnWidth)*/
border-right: 2px solid #AFD1AF;
}

#footer{
clear: left;
width: 100%;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #000092;
text-decoration: none;
}
UL 
 {
 font-family: trebuchet,verdana, arial, helvetica, sans-serif;
 font-size: 10pt; font-style: normal; text-align: left; 
 } 

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
H1 
 {  
 font-family: trebuchet,verdana, arial, helvetica, sans-serif; 
 font-size: 18pt; font-weight: 700; color: #000092; text-align: center; 
 }

H2
{
 font-family: trebuchet,verdana, arial, helvetica, sans-serif;
 font-size: 14pt; font-weight: 700; text-align: left; 
 }
P
 { 
 margin-left: 5px;
 font-family: trebuchet,verdana, arial, helvetica, sans-serif; 
 font-size: 10pt; font-style: normal; text-align: justify; 
 } 
TD
 { 
 font-family: trebuchet,verdana, arial, helvetica, sans-serif; 
 font-size: 10pt; font-style: normal; text-align: left; 
 } 
P.footer 
{
background: #E1E9E1;
font-family: trebuchet,verdana, arial, helvetica, sans-serif; 
font-size: 8pt; font-weight: 700; color: #000092; text-align: center; 
} 
TD.footer 
{ 
font-family: trebuchet,verdana, arial, helvetica, sans-serif; 
font-size: 8pt; color: #000092; text-align: center; 
} 

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#leftmenu
{
margin: 50px 0 0 0;
}

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 120px; /* Width of Menu Items */
background: #EEE4E4;
border-bottom: 1px solid #AFD1AF;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 120px; /*sub menu width*/
background: #EEE4E4;
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #000092;
font-weight: 500;
text-decoration: none;
/* background: #EEE4E4; */
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: #DCF2DC;
}

.suckerdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
}
.navboxsearch {
  background-color: #DEECDE;
  border-bottom: 2px solid #AFD1AF;
  font-family: Trebuchet, Verdana, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 500;
  margin: 2px 2px 2px 6px;
  padding: 2px;
}
/*.submit-button {
	margin-left: 4px;
	clear: both;
	color: #000;
	background: #FF8C00;
	border: 1px #9cf outset;
}*/
.SubmitButton {
	background-color: #FFFFFF;
	/*border-color: 9999CF;
	border-style: double;
	border-width: 1;
	color: #000000;*/
	font-size: 9px;
	font-weight: 600;
}

P.topnav {
	/*width: 550px;*/
	background-color: #D4E2D4; 
	font-family: Trebuchet, Verdana; 
	margin-top: 10px;
	margin-left: 55px;
	font-size: 8pt; 
	font-style: normal;
	color: #000000; 
	text-align: center; 
}
a.topnav:link {
	background: transparent;
	font-size: 8pt; 
	font-weight: 500; 
	color: #0000FF;  
	border: none;
}

a.topnav:visited {
	background: transparent;
	font-size: 8pt; 
	font-weight: 500; 
	color: #0000FF; 
	border: none;
}

a.topnav:hover {
	background: transparent;
	font-size: 8pt;
	color: #FF0000;
	border: none;
}

A:link
 { 
 color: #0000FF; text-decoration: none;
 }
A:visited
 {  
 color: #FF0000; text-decoration: none;
 }
A:hover
{
color: #0000FF; text-decoration: underline;
}	


