
	body {
		background: url(../images/background.jpg) repeat;
		margin: 0;
		padding: 0;
		font-size: 11px;
		font-family: Tahoma, Verdana, sans-serif;
	}
	
	
	#container {
		width: 808px;
		margin: 0 auto;
		font-family: Tahoma, Arial, Lucida Grande, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
		font-size: 12px;
		line-height: 1.4em;
		color: #003366;
	}
	
	#header {
		height: 93px;
		text-align: center;
	}
	
	ul, li {
		margin: 0;
		padding: 0;
	}

/* Navigation */

	#navigation {
		position: absolute;
		top: 102px;
		white-space: nowrap;
	}

	#navigation ul {
		height: 15px;
		color: #4068e7;
		font-size: 14px;
		padding-left: 276px;
	}
		
	#navigation li{
		display: inline;
		list-style-type: none;
		padding-right: 20px;
	}
		
	#navigation li a {
		color: #003366;
		text-decoration: none;
	}
		
	#navigation li a:hover,a:hover {
		color: #6699FF;
		text-decoration: none;
	}

/* Banners | Navigation, Top, Bottom*/

	#nav_banner {
		clear: both;
	}
	
	#infobanner_top {
		position: absolute;
		top: 137px;
		padding-left: 9px;
		clear: both;
	}

	#infobanner_bottom {
		clear: both;
	}

/* Content */

	#content {
		background: url(../images/content_background.png) repeat-y;
	}
	
	#content .full {
		padding: 25px;
	}
	
	#content .left {
		padding-left: 25px;
		padding-right: 515px;
		line-height: 1.25;
	}
	
	#content .right {
		float: right;
		padding-right: 9px;
	}
	
	#sidebar {
		float: right;
		width: 250px;
		padding-left: 10px;
	}
	
	#sidebar .box {
		margin: 0 0 5px;
		padding: 10px;
		border: 1px solid silver;
		background-color: #FEFFE6;
		color: #505050;
		line-height: 1.5;
		font-size: 0.85em;
	}
	
	#articles {
		padding: 0px 15px 0px 15px;
		line-height: 1.5;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
	}
	
	ul.content {
		margin-left: 35px;
	}
	
	li.content {
		padding: 0px 0px 15px 10px;
	}
	
	h1 {
		font-weight: bold;
		font-size: 14px;
		color: #0066CC;
	}
	
	h2 {
		font-weight: bold;
		font-size: 12px;
		color: #009900;
	}

	h3 {
		font-weight: bold;
		color: #CC00FF;
	}
	
/* Footer */

	#footer {
		text-align: center;
		font-size: 9px;
		color: #4068e7;
	}
	
	.lgfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #94a1e2;
}
a {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	}

.itemcolor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4f8cc5;