@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px 10%;
	padding: 0px;
}

#mainTable {
	border: 1px solid #000000;	
 }

 
#maincontent {
	vertical-align: top;
 	border-left: 2px dotted #333;
 	font-size: small;
	padding: 5px;
	/*/*/font-size: 100%; /* */
 } 
 
#maincontent a {
	text-decoration: underline;	
	font-weight: bold;
}

#maincontent a:link, body a:visited {
 	color: #3366FF;
}
 
 #quote {
	display: block;
 	border: 2px solid #CCC;
	color: #FFFFFF;
	font-style: italic;
 }
  
 #header {
	height: 150px;
 	background-image: url(../images/banner.gif);
 }
 
 #sidebarbg {
  vertical-align: top;
  background:url(../images/menu.gif);
  height:1350px;
  width:150px; 
 }
 
 #sidebar {
    vertical-align: top; 	
 }
 
 #sidebar a {
 	/*/*/padding: 3px;
 	text-decoration: none;
 	line-height: 1.5em; 
 }
 #sidebar a:link, #sidebar a:visited {
 	color: #FFFFFF;
 }
 #sidebar a:hover, #sidebar a:active {
 	color: #0000FF; 	
 }
 
  #rightbar {
    vertical-align: top;
	text-align: right; 		
	color: #000000;
	width: 130px;
 }
 
 #rightbar a {
  	text-decoration: none;
 	line-height: 1.5em;
	padding-right: 5px 
 }
 #rightbar a:link, #rightbar a:visited {
 	color:  #3366FF;
 }
 #rightbar a:hover, #rightbar a:active {
 	color: #000000;
	background-color: #CCCCCC;	
 }
 
  #footer {
 	background-color: #CCCCCC;
 	color: #FFFFFF;
	font-size: x-small;
 }
 
  #footer a { 	
 	text-decoration: none;
 	line-height: 1em; 
	color: #FFFFFF;	
 }

 #footer a:hover, #footer a:active {
 	color: #0000FF;
 }