body {
	margin: 5% 5% 5% 5%;
	padding: 0;
	font-size: 14px;
	background-color: #FFF;
}
html{
	scrollbar-arrow-color: #F5F5FF;
	scrollbar-base-color: #EEEEEE;
	scrollbar-face-color: #004E99;
	scrollbar-highlight-color: #EEEEEE;
	scrollbar-shadow-color: #EEEEEE;
	scrollbar-track-color: #004E99;		
}
#mainTable {
	margin: 0 auto;
	border: 1px solid #fff;
}
#mainTable td {
	padding: 20px;/*Pads each table cell in modern browsers*/
}
#maincontent {
	border-left: 1px dashed #fff;
	font-size: 14px;
	/*/*/font-size: 100%; /* */
}
#sidebar {
	width: 200px;
	font-size: 12px;
	/*/*/font-size: 85%; /* */

}
#header {
	background-color: #004E99;
	color: #ffffff;
}
#footer {
	background-color:#004E99;
	color: #ffffff;
}

td, p, ul {
		font: 12px georgia,verdana,arial,helvetica,sans-serif;
	color: #004E99;	
}
h1:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h2:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h1 { font-size: 160%; }
h2 { font-size: 140%; }

a.elButton {
	display: block;
	width: 150px;	
	color: White;
	font: 11px Georgia, Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	border: 1px outset White;
	background-color: #660000;
	padding: 2px 2px;
	margin: 1px;
	text-align: center;
}

.elButton a.hover {
	background-color: #CC6600;
	color: Yellow;
	padding-left: 2px;
	border: 1px inset Black;

}
.Menu{
	position: absolute;
	top: 115px;
	left: 10px;
	width: 140px;
	background-color: #FFFFFF;
	color: #339999;
	border: 1px groove #EFF2F4;
	text-align: center;
}
A.menulink {
	display: block;
	width: 140px;
	text-align: center;
	text-decoration: none;
	color: #009BCC;
	background-color: White;
	border: solid 1px #000000;
	font: 12px verdana, arial, helvetica, sans-serif;
}
a.menulink:hover{
	border: 1px solid #000;
	background-color: Yellow;
	color:red;
}
.skin0 {
	position: absolute; 
	text-align: center; 
	width: 140px;
	border: 1px solid #BCD1C7;
	background-color: #ffffff; 
	color: #99CCCC;
	font: 12px Georgia, Arial, Helvetica, Geneva, sans-serif;
	z-index:100;
	visibility:hidden;
} 
.menuitems {
	padding-left : 2px; 
	padding-right : 2px; 
}

h1,h2,h3,h4,h5,h6{
	font-family: Arial, Helvetica, sans-serif;
}
a {color: #5FC0B2;text-decoration:none}
a:link {color: #FF6600;}
a:visited {color: #FF00CC;}
a:hover {background-color: #FFFFCC; color: red;}

#sidebar a {
	/*/*/padding:0;
	display: block;
	border: 1px solid #fff;
	text-decoration: none;
	width: 160px; /* */
}
#sidebar a:link, #sidebar a:visited {
	color: #666;
}
#sidebar a:hover, #sidebar a:active {
	color: #FFFFFF;
	background-color: #CC0000;
	border: 1px solid #000;
}
#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999!important;
	border: 1px solid #999 !important; /* */
	text-decoration: none;	
}