/* Copyright 2009 Roger May. All Rights Reserved.*/

body {
	font-family: 'Times New Roman', serif;
	color: #ffeece;
	background-color: #000000;
}
	
	#shell_frame {
		width: 914px;
		display: block;
		border-left: 4px solid #1E0000;
		border-right: 4px solid #2A0000;
	}

	#full_frame {
		width: 900px;
		display: block;
		text-align: justify;
		vertical-align: top;
		border-left: 3px solid #270000;
		border-right: 3px solid #370000;

	}
		
	#header_block {
		width: auto;
		display: block;
		height: 119px;
		text-align: left;

	}


	#left_block {
		width:210px;
		float:left;
		padding: 0px 0px 0px 0px;
		text-align: left;
	}

	#body_block {
		width:680px;
		float: left;
		padding: 10px 0px 0px 0px;
		text-align: justify;
		}

	#footer_block {
		margin: 6px 4px 0px 4px;
		width: auto;
		display: block;
		background-color: #120000;
		text-align: center;
		padding: 2px;
		border-top: 4px solid #320000;
		border-right: 4px solid #080000;
		border-bottom: 4px solid #320000;
		border-left: 4px solid #080000;
	}


	a {
		text-decoration: none;
		border: 0px;
	}

	a:link {
		color: #ff8800;
	}

	a:visited {
		color: #ff8800;
	}

	a:hover {
		color: #dd0000;
	}

	p { 
		font-size: 16px;
		text-align: justify;
		padding-left:5px;
		padding-top:0px;
		padding-bottom:0px
	}

	.header1 {
		font-weight:bold;
		font-size:26px;
		padding-left:1px;
		padding-top:8px;
		padding-right:5px;
		padding-bottom: 2px;
	}

	.subheader1 {
		font-weight: normal;
		font-style: italic;
		font-size: 18px;
		padding-left: 1px;
		padding-right: 5px;
		padding-bottom: 1px;
	}

	.header2 {
		font-size:13pt;
		font-weight:bold;
	}

	.footer1 {
		font-weight: bold;
		font-size: 13px;
		text-align: center;
		padding: 0px;
	}

	.footer2 {
		font-weight: normal;
		font-size: 12px;
		font-style: italic;
		text-align: center;
		padding: 0px;
	}

	ul {
		font-size: 16px;
		text-align: justify;
	}

	.bulletimagestyle { /*Absolute position bullet image. No need to modify*/
		position: absolute;
		left: -200px;
	}

	img {
		vertical-align:bottom;
	}