body {
	background-color: #000099;
	margin: 10px;
	padding: 10px;
	text-align: center;
	background-image: url(images/bg.gif);
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	list-style-type: square;
}


strong {
	color: #0044AA;
}


h1 {
	font-size: 11px;
	font-weight: bold;
	color: #0044AA;
	margin-bottom: 20px;
	padding-bottom: 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	background-color: #0044C1;
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0;
	padding: 0;
	clear: both;
}

a:link, a:visited {
	color: #0044AA;
}

a:hover, a:active {
	text-decoration: none;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 750px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}

	div#header {
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
	}
	
	div#content {
	margin: 10px 0 0 0;
	padding: 0;
	background-color: #FFFFFF;
	}
	
		div#contentleft {
	float: left;
	width: 380px;
	padding: 0 0 0 10px;
	background-color: #FFFFFF;
		}
		
		div#contentright {
			float: right;
			width: 341px;
			margin: 0;
			padding: 0 10px 0 0px;
		}
		
			div#contentright p {
	font-weight: bold;
	color: #0044C1;
	font-size: 10pt;
			}
			
	div#contentright p.yellow{
	color:#FFFF33;
	font-size: 12px;
	}

div#contactinfo {
	clear: both;
	background: url("images/footerbg.gif") repeat-x;
	height: 50px;
}

	div#contactinfo p {
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		margin: 3px auto 3px auto;
		padding: 3px auto 3px auto;
	}
	
	div#contactinfo p a {
		font-size: 12px;
		color: #000;
		font-weight: bold;
	}

div#copyright, div#copyright a {
	font: 9px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #0044AA;
}


ul#column {
	width:100px;
	height:auto;
	float:left;
	list-style-position: outside;
	padding-left: 15px;
	}
	
	ul#column li {
	list-style-image: url(images/bullet.gif);
	}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin-bottom: 10px;
}
img.right {
	float: right;
}
.clear {
	clear: both;
}

