body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E0DFE3;
	padding: 0px;
	margin: 0px;
}

hr {

	border: none 0;
	border-top: 1px dashed #0099FF;
	width: 90%;
	height: 1px;
	
}

h1 {
	font-size: 125%;
	color: #6699CC;
}

h2 {
	font-size: 120%;
}

td, p, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1: first-child {
	margin-top: 0px;
}

h2: first-child {
	margin-top: 0px;
}

#mainTable {
	width: 720px;
	border: 1px solid #000000;
	/*/*/line-height: 1.5em; /* */
 }
 
 #mainTable td {
 	padding: 20px; /*Pads each table cell in modern browsers*/
 }

#mainContent {
	background: #ffffff;
	border-left: 1px solid #333;
	font-size: 14px;
	font-size: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
 }
 
 #mainContent a {
	color: #6699FF;
	font-size: 12px;
	text-decoration: underline;
}	

#mainContent a:visited {
	font-size: 12px;
	color: #6699CC;
	text-decoration: underline;
}

#mainContent a:hover {
	font-size: 12px;
	color: #6699CC;
	text-decoration: none;
}

#sidebar {
	background: #ffffff;
	width: 200px;
	border-top: 1px solid #333;
	vertical-align: top;
	font-size: 14px;
	font-size: 85%;
	background-repeat: repeat-x;
}

#sidebar h2 {
	color: #6699CC;
}

#sidebarmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 185px;
}

#sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 120% Verdana, Arial, Helvetica, sans-serif;
}

#sidebarmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 169px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: black;
background-color: #ffffff;
border-bottom: 1px solid #90bade;
border-left: 7px solid #70a4c7;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#sidebarmenu li a:hover {
background-color: #b3cbe3;
border-left-color: #1c64d1;
}

#sidebarmenu div.menutitle{
color: black;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: #ffffff;
font: bold 120% Verdana, Arial, Helvetica, sans-serif;
}

#header {
	background-image: url(../images/header_bg.jpg);
	background-color: #ffffff;
	color: #FFFFFF;
}

#header h1 {
	display: none;
}

#footer {
	background-color: #666;
	color: #FFFFFF;
}


