body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #263256;
	line-height: 22px;
}

body a {
	color: #0938d9;
	text-decoration: underline;
}

body a:hover {
	color: #556aa3;
	text-decoration: underline;
}

#main_container {
	margin: auto;
	width: 650px;
}

#upper_nav {
	position: relative;
	height: 104px;
}

#upper_nav_text {
	color: #5468a2;
	position: absolute;
	top: 22px;
	text-align: right;
	right: 0px;
	text-transform:uppercase;
	font-size: 11px;
	*padding-top: 8px;
}

#upper_nav_text li {
	display: inline;
	padding-left: 20px;
}

#upper_nav_text a {
	color: #5468a2;
	text-decoration: none;
}

#upper_nav_text a:hover {
	color: #314580;
	text-decoration: underline;
}

* html #main_nav {
	top:-5px;
}

#main_nav {
	position: relative;
	height: 114px;
}

#main_nav_text {
	color: #5468a2;
	position: absolute;
	text-align:right;
	right: 20px;
	top: 73px;
	text-transform: uppercase;
	width: 550px;
	font-size: 14px;
	*padding-top: 15px
}

#main_nav_text li {
	display: inline;
	padding-left: 15px;
}

#main_nav_text a {
	color: #5468a2;
	text-decoration: none;
}

#main_nav_text a:hover {
	color: #314580;
	text-decoration: underline;
}

* html #body_container {
	top: -10px;
}

#body_container {
	padding: 40px 40px 20px 40px;
	position: relative;
	border-width: 0px 1px 1px 1px;
	border-color: #a0abd9;
	border-style: solid;
}

#footer {
	margin: auto;
	postion: relative;
	height: 30px;
	text-align:center;
	padding-top: 7px;
	font-size: 11px;
	line-height: 18px;
}

#footer a {
	text-decoration:underline;
	color: #263256;
}

#footer a:hover {
	color: #263256;
}

.page_heading {
	text-transform: uppercase;
	font-weight: bold;
	background-color:#f6f7fa;
	padding: 5px;
	font-size: 18px;
}

.blurb_text_large {
	font-size: 18px;
}

#right_blurb {
	width: 100px;
	border: 1px solid #a0abd9;
	padding: 20px;
	text-align:center;
	font-weight: bold;
	text-transform: uppercase;	
}

.large_text {
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}

.larger_text {
	font-size: 20px;
	font-weight: bold;
	text-align:center;
}

.blurb_spacer {
	position:relative;
	float: right;
	top: 20px;
	padding: 0px 0px 30px 30px;
}
