* {
	margin:		0;
	padding:	0;
}
body {
	text-align:	left;
	min-width:	770px;
	font-family:	verdana, arial, sans serif;
	font-size:		11px;
	padding-top:		5px;
}
h1 {
	width:				100%;
	margin-bottom: 		10px;		
	background-color:	#B22222;
	text-align:			left;
	font-size:			12px;
	font-weight:		bold;
	line-height:		20px;
	text-indent:		5px;
	color:				#ffffff;
}
h1 a {
	color:				#ffffff;
}
h3 {
	font-size:			12px;
}
img {
	border:				0px;	
}
form {
	display:			inline;	
}
fieldset {
	border:				1px solid #B22222;
	background-color:	#EDEFF0;
	padding:			5px;
}
input {
	border:				1px solid #B22222;
	background-color:	#EDEFF0;
	font-size:			10px;
}
select {
	border:				1px solid #B22222;
	background-color:	#EDEFF0;
	font-size:			10px;
}
input.radio {
	border:				0px;
	background-color:	#ffffff;
	width:				15px;
}
a {
	text-decoration:	none;
	color:				#800000;
}
#wrapper {
	width: 				890px;
	position: 			relative;
	left: 				50%;
	margin-left:		-430px;
}
#branding {
	position:			relative;
	width:				888px;
	height:				91px;
	border:				1px solid #0D141C;
	margin-bottom:		3px;
	background-color:	#ffffff;
}
#mainNav {
	width:				170px;
	float:				left;
}
#content {
	width:				720px;
	float: 				right;
}
#mainContent {
	width:				540px;
	min-height:			10px;
	float:				left;
	border-left:		10px solid #ffffff;
}
#secondaryContent {
	width:				170px;
	float:				right;
	background-color:	#D0D5D9;
}
#footer {
	width: 				890px;
	position: 			relative;
	left: 				50%;
	margin-left:		-430px;
	clear:				both;
	text-align:			center;
	height:				30px;
	width:				890px;
	padding-top:		20px;
}