body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	background-repeat: none;
	background-position: 0 0;
}
	
a:link
{
	color: #5384bd;
}
	
a:visited
{
	color: #660000;
}
	
a:hover, a:active
{
	color: #ffffff;
	background-color: #5384bd;
}
	
h1
{
	color: #0A50A1;
	font: 150% arial, hevetica, sans-serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}
	
h1
{
	text-align: center;
	color: #0A50A1;
	font: 150% arial, hevetica, sans-serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}
	
h2
{
	text-align: center;
	width: auto;
	color: ffffff;
	background: #0A50A1;
	font: 130% arial, hevetica, sans-serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}
	
h2 a
{
	text-decoration: none;
}
	
h3
{
	color: #5384bd;
	font: 110% arial, hevetica, sans-serif;
	font-weight: bold;
	margin-top: 0;
}
	
#container
{
	margin: 0;
	width: 100%;
	text-align: left;
}

/* HEADER STYLES */
#header
{
	height: 100px;
	position: relative;
	background-color: #0A50A1;
	background-image: url("assets/nav/dots_top.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}
	
#header h1
{
	font-size: 4px;
	text-align: right;
	color: #0A50A1;
	margin: 0;
	padding: 0;
}
	
/* ADVERTISING STYLES */	
#ad_topbanner
{
	text-align: center;
	float: right; 
	clear: left; 
	margin: 20px 0 0 0;
	width: 468px;
	height: 60px;
}
#topbanner {
	margin: 0;
	padding: 0;
	float: right;
}
	
#ad_skyscraper
{
	text-align: center;
	clear: bottom; 
	margin: 0 0 0 0;
	width: 120px;
	height: 600px;
}

#ad_box
{
	width: 300px;
	height: 250px;
	text-align: center;
	clear: bottom; 
	float: right;
	padding: 2px;
	border: 1px solid #5384bd;
	margin: 0 0 10px 10px;
}

#ad_btmbanner
{
	text-align: center;
	margin: 0px;
	width: 468px;
	height: 60px;
}

/* LEFT SIDEBAR STYLES */
#left_sidebar
{
	float: left;
	width: 125px;
	height: 100%;
	background-color: #0A50A1;
	background-image: url("assets/nav/dots_left.gif");
	background-repeat: no-repeat;
	clear: bottom; 
}
	
#left_sidebar ul
{
	margin-top: 30px;
	margin-left: 10px;
	list-style-type: none;
}

#left_sidebar li a
{
	color: #ffffff;
	font: 100% arial, hevetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	line-height: 165%;
}


	
/* MAIN NAV STYLES */
#mainnav
{
	background-color: #5384bd;
	background-repeat: repeat;
	background-position: 0 0;
	color: #ffffff;
	padding: 4px 0;
}
	
#mainnav ul
{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
}
	
#mainnav li
{
	display: inline;
}
	
#mainnav li a
{
	font: 100% arial, hevetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	color: #fff;
	padding: 0 10px;
	border-right: 1px solid #fff;
}
#contents
{
	margin: 10px 10px 0px 140px;
}
	
#contents p
{
	line-height: 165%;
}
	
.blogentry
{
	border-bottom: 1px solid #5384bd;
}
	
.blogentry ul
{
	list-style-type: none;
	text-align: right;
	margin: 1em 0;
	padding: 0;
	font-size: 95%;
}
	
.blogentry li
{
	display: inline;
	padding: 0 0 0 7px;
}
	
.imagefloat
{
	float: left;
	padding: 2px;
	border: 1px solid #5384bd;
	margin: 10px 10px 10px 10px;
}
	

#skipmenu
{
	position: absolute;
	right: 5px;
	top: 5px;
}
	
#skipmenu a, a:hover
{
	color: #ffffff;
	font: 70% arial, hevetica, sans-serif;
	text-decoration: none;
}

a.white, a.white:hover, a.white:visited, a.white:active
{
	color: #ffffff;
	font: 70% arial, hevetica, sans-serif;
	text-decoration: none;
}

a.ads, a.ads:hover, a.ads:visited, a.ads:active
{
	color: #000000;
	font: 70% arial, hevetica, sans-serif;
	text-decoration: none;
}
/* FOOTER STYLES */	
#footer
{
	clear: both;
	color: #ffffff;
	background-color: #5384bd;
	text-align: center;
	padding: 5px;
	font: 80% arial, hevetica, sans-serif;
}

#footer a, a:hover
{
	font: 100% arial, hevetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
}

#footer a.ads, a.ads:hover
{
	font: 100% arial, hevetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
