body {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	background-color: #CC9999;
	padding: 0px;
	margin-top: .5%;
	margin-right: 3%;
	margin-bottom: 0px;
	margin-left: 3%;
}

#mainTable {
			width: 95%;
			color: #FBE697;
			/*border: 2px solid #000033;*/
			border: none;
			/*/*line-height: 1.5em; /* */
}

#maincontent {
    width: 750px;	
    border-left: 2px dotted #333;
    font-size: 14px;
    color: #000033;
    padding: 30px 30px;
    background-color: #FFFFFF;
}
 
#sidebar {
    width: 50px;
    font-size: 75%;
    font-family: sans;
    vertical-align: top;
    background-color: #CCCCCC;
    color: #000000}
 
#header {
    background-color: #660000;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
}

#home {
    font-size: 0.5em;
}

#home a {
    color : #FFFFFF;
}
 
#footer {
    background-color: #660000;
    color: #FFFFFF;
    font-size: 14px;
}

#footer a:visited {
 	color: #FFFFFF;
 }
 
 td, p, ul {
 	font-family: Georgia, Times, serif;
 }
 
 h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/
 h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/
 h3:first-child {margin-top: 0;}/*starts first h3 in TD flush top*/
 
 h1 { font-size: 160%; }
 h2 { font-size: 140%; }
 h3 { font-size: 75%; }
 
 #contenttable {
 	font-size: 13px;
 	text-align: left;
 	width: 100%;
 	border: 0;
}
 
 #tableheader {
 	background-color: #FFFF99;
 }
 
 #tablerow {
 	background-color: #FFFFFF;
 }
 
 #tablealtrow {
 	background-color: #FFFFCC;
 }
 
 #sidebar a {
 	/*/*/padding: 3px;
 	display: block;
 	border: 2px dotted #CCC;
 	text-decoration: none;
 	line-height: 1em;
 	width: 100px;
; color: #000000 }
#sidebar a:visited {
 	color: #666;
; background-color: #FFFFFF}
 
 #sidebar a:hover{
 	color: #003300;
 	background-color: #FF9999;
 	border: 2px solid #000;
 }
 
 #sidebar ul {
 	/*/*/padding-left: 3px;
 	margin-left: 3px;
 	list-style-type: none; /* */
 }
 
 #sidebar li {
 	/*/*/margin: 0px 0px 6px 0px; /* */
 }
 
 #current a {
 	color: #FFFFFF !important;
 	/*/*/background-color: #999999!important;
 	border: 2px dotted #999 !important; /* */
 }

.image-right {
	float: right;
	padding: 10px;

}

#footer a:link {
    color: #FFCCCC;
}

#sidebar a:active
{
    color: #000000;
    background-color: #FFFFFF;
    border: 2px solid #000;
} 


 
 #sidebar a:link {  	color: #000000;
 } #current a:link { color: #FF0000!important; background-color: #999999!important; border: 2px dotted #999 !important; }
#maincontent a:link { color: #990000!important; background-color: #FFFFFF!important; border: 2px #FFFFFF dotted!important; }
