html,body{
	margin:0;
	padding:0;
	color:#0030FF;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
		}
p{
		margin:0 10px 10px;
		}
a:link, a:visited, a:active{
		display:inline;
		text-decoration:none;
		font-weight:bold;
		}
a:hover		{
		text-decoration:none;
		display:inline;
		font-weight:bold;
		}

#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	height:247px;
	background-position: absolute;
	background-color: #FFFFFF;
  		}
  		
#container{
	text-align:left;
	color:#000000;
	width:780px;
	margin:0 auto;
	background-image: url(/images/bg.gif);
		}
		
#navigation{
	padding-top:2.5px;
	padding-bottom:10px;
	margin-bottom:-1px;
	height:100%;
	color:#FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	width:165px;
	background-position: absolute;
	background-color: #000066;
	float: left;
		}

#extra{
		border-left:2px solid #000000;
		border-bottom:0px solid #000000;
		border-top:0px solid #000000;
		padding-top:5px;
		padding-bottom:5px;
		margin-bottom:0px;
		height:100%;
		color:#FFFFFF;
		float:left;
		width:165px;
		}
		
#footer{
	color: #000066;
	clear:both;
	width:100%;
	background-color: #FFFFFF;
		}

#footer p{
	margin:0;
	padding:5px 10px;
	border-bottom-style: none;
	text-align: center;
		}

#footer a{
		color:#990000;
		text-decoration:underline;
		font-weight:normal;
		font-size:12px;
		
		}

#content{
	float:right;
	width:560px;
	margin-right: 0px;
		}

#content p{
	line-height:1.4;
	padding-left:5px;
	font-size:105%;
		}
		
#filler {
	background-color: #000066;
	height: 10px;
		}
		
ul 		{
  		list-style-image: url(/images/bullet.gif);
		color:#FFFFFF;
		}
		
ol		{
		color:#FFFFFF;
		list-style-type:disc;
		}
		
H3{
	padding-left: 20px;
		}
		
H2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#0030FF;
	margin-left:5px;
		}
h5 {
	font-size: 16px;
	color: #0030FF;
	margin-left: 5px;
}

		
H4 	{
	padding-left: 5px;
	color: #FFFFFF;
		}
		
a img	{
		border:0px;
		}


img.inline	{
		display:block;
		padding:5px;
		border:0px;
		}
		
img.right	{
		display:block;
		padding:5px;
		border:0px;
		float:right;
		clear:right;
		}

img.left	{
		display:block;
		padding:5px;
		border:0px;
		float:left;
		clear:left;
		}
