html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, em, font, img,small, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
}
#mainContent div.content table {
	width: 100%;
	max-width: 690px;
}
#mainContent div.content table td {
	overflow: hidden;
}
#mainContent div.content table td:nth-child(1) {
	max-width: 70px;
}
#mainContent div.content table td:nth-child(2) {
	max-width: 310px;
}
#mainContent div.content table td:nth-child(3) {
	max-width: 70px;
}
#mainContent div.content table td:nth-child(4) {
	max-width: 70px;
}
#mainContent div.content table td:nth-child(5) {
	max-width: 100px;
}
#mainContent div.content table td:nth-child(6) {
	max-width: 70px;
}

a img{border:none;}
h2, h3, h4, h5, h6{margin-bottom:10px;}
a{color:#0044cc;text-decoration:underline;}
a:hover{text-decoration:none;}
.shadow{
	-moz-box-shadow:-1px -1px 5px #CCCCCC;
  	-webkit-box-shadow:-1px -1px 5px #CCCCCC;
	box-shadow:-1px -1px 5px #CCCCCC;
	}
.clear{clear:both;}
p{padding-bottom:10px;}
.floatright{float:right;margin-left:8px;}
.floatleft{float:left;margin-right:8px;}
blockquote{
	font-size:13px;
	background:#e8f1fd;
	padding:8px;
	margin-bottom:15px;
	font-family: monaco, verdana, sans-serif;
	}
	
	blockquote p{
	padding-bottom:0;
	}

/***********************************************/

html{
	font-size:14px;
	font-family:helvetica, arial, sans-serif;
	color:#1f1f1f;
	background:#EFEAE4;
	}
	
#wrapper{
	width:1200px;
	margin:20px auto 0;
	}
	
#mainContent{
	width:730px;
	float:right;
	position:relative;
	}
	
#content{
	padding:20px;
	background:#fff;
	line-height:20px;
	font-size:15px;
	}
	
#content ul, #content ol{margin-bottom:10px;list-style-position:inside;}

#titlearea{
	margin-bottom:15px;
	padding-bottom:6px;
	border-bottom:1px dotted #ccc;
	}
	
	#titlearea span{
	font-size:13px;
	color:#777777;
	}
	
h1{
	font-size:27px;
	line-height:28px;
	}
	
#nav{
	background:#F7F3F0;
	height:49px;
	line-height:49px;
	border-bottom:1px solid #eee;
	}
	
#nav ul{margin-left:20px;}

#nav ul li{
	display:inline;
	margin-right:20px;
	list-style-type:none;
	border-right:1px solid #d3d3d3;
	padding-right:20px;
	}
	
#nav ul li a{
	color:#838383;
	}
	
#logo{
	background:#EFEAE4;
	font-size:18px;
	height:155px;
	line-height:50px;
	text-align:center;
	color:navy;
	font-weight:bolder;
	}
	
#sidebar{
	width:230px;
	float:left;
	line-height:18px;
	}

#sidebar_right{
	width:230px;
	float:right;
	line-height:18px;
	padding: 0 3px;
	}	
	
p.sidebarheadings{
	font-weight:bold;
	
	}

#sidebarlinks{
	padding:10px 10px 10px 10px;
	background:#fff;
	
	}
	
	#sidebarlinks ul, #sidebarlinks ol{
	margin-bottom:15px;
	line-height:17px;
	font-size:14px;
	}
	
	#sidebarlinks ul li{
	list-style-type:none;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
	}

#sidebarlinks_right{
	padding:10px 10px 10px 10px;
	background:#fff;
	
	}
	
	#sidebarlinks_right ul, #sidebarlinks_right ol{
	margin-bottom:15px;
	line-height:17px;
	font-size:12px;
	}
	
	#sidebarlinks_right ul li{
	list-style-type:none;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
	}	
	
#footer{
	width:730px;
	float:right;
	margin:20px auto;
	font-size:13px;
	}