body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333333;
		margin-top:0px;

}

#mainTable {
	line-height: 1.5em;
	width: 700px;
	background-color: #FFFFFF;
 }
 
 #maincontent {
	font-size: 100%;
	vertical-align: top;
	padding: 10px;
	border-right-width: 10px;
	border-right-color: #cccccc;
	border-right-style: solid;
 }
 

 
 #navbox {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 85%;
 }


	#navbox ul {
	padding-left: 0;
    margin-left: 0;       		
    }
	
    #navbox li {
	list-style: none;
	margin: 0;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.15em;
	text-align: center;
    }
    #navbox li a {
           text-decoration: none; 
           color: #000000;
           font-weight: bold;
    }
    #navbox li a:hover {
	text-decoration: underline;
          color: #336699;
    }

 
 
 #current a {
 	color: #FFFFFF !important;
 	/*/*/background-color: #999999!important;
 	border: 2px dotted #999 !important; /* */
}

 #sidebar {
	width: 143px;
	vertical-align: top;
	background-color: #FFFFFF;
	text-align: left;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-image: url(images/sideback.gif);
	background-repeat: repeat-y;
	background-position: right;
 }
 
.sidebarnav{
	text-decoration:none;
	list-style-image: none;
	height: auto;
	width: 100px;
	border: thin solid #666666;
	border-top-color: #FFFFFF;
	border-top: 10px;
}
	
 
  #header {
	background-color: #999999;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
 }
 
 #footer {
	background-color: #333333;
	color: #FFFFFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 75%;
	padding-right: 10px;
	padding-left: 10px;
 }
 #footer a {
 color:#FFFFFF;
 font-weight:bold;
 text-decoration:none
 }
 
 #footer a:hover{
 text-decoration:underline;
 }
 
 td, p, ul {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
#maincontent a {
	font-weight: bold;
	color: #000099;
	font-variant: normal;
	text-decoration: none;
}

#maincontent a:hover {
	font-weight: bold;
	text-decoration: underline;
	
}

.thumbnail
{
float: left;
width: 80px;
margin: 0 15px 15px 0;
padding: 5px;
}

ul#nextback { 
list-style-type: none;
margin: 0;
padding: 0;
 }
 
ul#nextback .left
{
float: left;
width: 5em;
}

ul#nextback .right
{
float: right;
width: 5em;
}
