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;
	}
	
	ol, ul{
	list-style-position:inside;
	}

	a{
	color: #0044cc;
	text-decoration:underline;
	}
	
	a:hover{
	text-decoration:none;
	}
	
	.yellow{background:yellow;}
	
	.floatleft{float:left;margin-right:10px;}
	.floatright{float:right;margin-left:10px;}

body {
	background: url(bg.gif) repeat-x;
	color: #333333;
	font-size: 12px;
	font-family: verdana, arial, times new roman;
 	margin: 0px auto 0px ;
	}
	
#header {
	background:#00355F;
	width: 900px;
	height: 50px;
	margin: 0px auto 0px ;
	line-height: 50px;
	}
	
	#header span{
	color:#fff;
	font-weight:bold;
	font-size: 22px;
	font-family: arial, sans-serif;
	}

#content {
	width: 860px;
	margin: 0px auto 0px;
	padding:0;
	}
	
	#content h1 {
	color: #333333;
	font-size: 26px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #C0C0C0;
	}
	
	#content h2 {
	color: #333333;
	font-size: 20px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	}
	
	#content h2 a {
	color: #0044cc;
	font-size: 26px;
	}
	
	#contentleft {
	background: #FFFFFF;
	display: inline;
	float: left;
	width:490px;
	margin: 0px 20px 0px 0px;
	padding: 20px 0px 0px 0px;
	}
	
	#contentleft p{
	padding: 0px 0px 15px 0px;
	line-height: 17px;
	font-size: 14px;
	}
	
#contentleft ol, #contentleft ul{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentleft ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
	
#contentleft ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}

#sidebar {
	background: #F2F2F2;
	display: inline;
	float: right;
	width: 300px;
	margin: 0px;
	padding: 15px 20px 20px 20px;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	}

#sidebar p{
	padding: 5px 0px 0px 0px;
	line-height: 17px;
	}
	
#sidebar h2 {
	color: #00355f;
	font-size: 13px;
	font-family: verdana, arial, times new roman;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #C0C0C0;
	}
	
#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}