
html, body
{
	margin:0px;
	padding:0px;
	border:0px;
	text-align:center;
	height:100.01%;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	color:#202020;
	background: #202c44;
}

a
{
	color: #b96715;
}

a:hover
{
	color: #fadc87;
}

b
{
	color: #b96715;
}

hr
{
	width: 50%;
	text-align: center;
}

h1
{
	font-size: 30px;
	color: #42516e;
}

h2
{
	font-size: 24px;
	color: #42516e;
}

h3
{
	text-align: center;
	font-size: 17px;
	color: #b96715;
}

blockquote
{
	font-style: italic;
}

#picture
{
	margin: 0px;
	padding: 0px 0px 0px 93px;
	width: 145px;
	text-align:left;
	color:	#fafaf2;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	display: block;
	background: url('images/header_pic.jpg') center top no-repeat;
}

#team-member
{
	margin: 0px 16px 16px 16px;
	float: left;
	display: block;
	width: 240px;
}

#team-member a
{
	font-size: 15px;
	font-weight: bold;
}

#picture img
{
	margin: 0px 0px 0px -93px;
}

#backfill
{
	margin:0;
	padding:0;
	background: url('images/bg.jpg') center top no-repeat;
	width:100%;
	text-align:center;
}

#main
{
	width:800px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	background:#fafaf2;
}

#headertop
{	
	display: block;
	height: 117px;
	margin:0px;
	padding:0px;
	text-align:left;
	background:#202c44 url('images/header_top.jpg');
}

#headerflash
{	
	float:right;
	display: block;
	height: 117px;
	margin:0px;
	padding:0px;
	text-align:left;
	background:#202c44;
}

#headerbottom
{	
	display: block;
	height: 29px;
	margin: 0;
	padding: 10px 0px 0px 100px;
	text-align:left;
	color: #fafaf2;
	font-size: 12px;
	background:#202c44 url('images/header_bottom.jpg');
}

	#headerbottom a
	{
		text-decoration: none;
		font-size: 12px;
		color: #fafaf2;
	}

	#headerbottom a:hover
	{
		text-decoration: underline;
	}

	
#navbar
{	
	
	width: 800px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #192b4f url('images/nav-bg.gif');
}

	#navbar a
	{
		display: block;
		float: left;
		padding: 12px 29px 2px;
		margin: 0px 1px;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 2px;
		color: #192b4f;
		background: url("images/nav-button.gif");
	}

	#navbar a.selected
	{
		padding: 9px 29px 5px;
		background: url("images/nav-selected.gif");
	}

	#navbar a:hover
	{
		padding: 9px 29px 5px;
		background: url("images/nav-selected.gif");
		
	}

	#navbar a.selected:hover
	{
		background: url("images/nav-selected.gif");
	}

	#navbar img
	{
		margin: 0px 0px 0px 0px;
		padding: 0px;
		display: block;
	}

#content
{	
	width: 770px;
	margin: 0;
	padding: 15px;
	text-align: left;
	font-size: 14px;
	line-height: 19px;
	color: #192b4f;
	background: #fafaf2;
}

#content-left
{	
	width: 450px;
	margin: 0px 20px 0px 0px;
	padding: 15px 15px 15px 0px;
	float: left;
	display: block;
}

#content-right
{	
	float: left;
	display: block;
	margin: 0;
	padding: 30px 0px 0px 0px;
}

#footer
{	
	width: 800px;
	height: 21px;
	margin: 0;
	padding: 60px 0px 0px 0px;
	font-size: 12px;
	text-align: center;
	background: #fafaf2 url('images/footer.gif');
}


