html,body{height:100%;}
body {
	margin: 0 10% 0 10%;
	padding: 0;
	background-color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	color:#333;
	}

ul { 	 
		text-align: left; 
		margin-bottom: 1em; 
		list-style:none;
		line-height:2em;
		font-size:1em;
		width:auto;
		padding-bottom:70px;
		}
ul li, a:link, a:visited {
		color:#A5A2BF;
		font-size:1.1em;
		font-weight:300;
		}

p {
	font-size:0.8em;
	line-height: 1.4em;
	}



#mainTable {
	margin: 15px auto;
	border: 1px solid #000;
	/*/*/line-height: 1.5em; /* */
	background-color:#70699F;
	width:700px;

}

#content {
	background-color:#FFF;
	border: 1px solid #333;
	margin: 10px 25px;
	padding: 10px;
	overflow: auto;
	width:550px;
	height:480px;
	min-height:100%;
	}
* html #content{height:510px;} 
#content a, #footer a {
	color:#A5A2BF;
	text-decoration:none;
	font-weight:500;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
#content a:hover{
		color:#ccc;
		font-weight:500;
		text-decoration:none;
		}
#title_left img{
	border:0;
	padding: 5px;
}	
#page_title img {
	padding-top:70px;
	padding-right: 25px;
	float:right;
}

#sidebar {
	width: 120px;
	font-size: 12px;
	/*font-size: 85%; */
	padding:0;
}
* html #sidebar img {margin-bottom:-2px;}
#header {
	background-color: #70699F;
	padding-right:15px;
}
#header img{margin:5px; border:0;}

#footer {
	background-color: #70699F;
	color: #333;
	padding:0;
}
#footer_text{ float:right; padding-right:30px;}

td, p, ul {
	font-family: Georgia, "Times New Roman", Times, serif;
}


#sidebar a {
	/*/*/padding: 3px;
	display: block;
	color:#A5A2BF;
	text-decoration:none;
	font-weight:500;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	line-height: 1em;
	font-size:18px;
	width: 120px; /* */
}
#sidebar a:link, #sidebar a:visited {
	color: #A5A2BF;
	font-size:18px;
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:active, #footer a:hover, #footer a:active {
	color:#fff;
	text-decoration:none;

}

#sidebar ul {
	/*/*/padding-left: 1em;
	list-style-type: none;
	margin-left: 1em; /* */
}

#sidebar li {
	/*/*/margin: 0px 0px 6px 0px; /* */
}

#contact_content {
	text-align:left;
	padding:0;
}

