body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	min-width: 860px;
}

img {border: 0px;}

blockquote {
	padding: 30px;
	padding-top: 10px;
	margin: 0px;
	background-color: #ffcc66;
	font-size: 14px;
	font-style: italic;
/*	background-image: url(images/blockquote.jpg); */
}

a {
	color: #cc3333;
}

a:hover {
	color: #243f90;
}

a:active {
	color: #243f90;
}

a:visited {
	color: #990000;
}

#content_container {
	text-align: center;
	margin: 0 auto;
}

#top_banner {
	background-color: #676767;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 145px;
	text-align: center;
	margin: 0 auto;
}

#top_menu {
	background-image: url(images/menu_background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	height: 30px;
	text-align: center;
	margin: 0 auto;
}


#top_menu ul {
	padding: 0px;
	margin: 0px;
	height: 30px;
}

#top_menu li {
	display: inline;
	width: 115px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

#top_menu li img {
	width: 115px;
	height: 30px;
	border: 0px;
}

#top_menu li a img:hover {
	background-position: 0px -30px;
}

#top_menu li a img:active {
	background-position: 0px 30px;
}

#top_menu_current {
	background-position: 0px 30px;
}

.button_about {
	background-image: url(images/about_button.jpg);
}

.button_help {
	background-image: url(images/help_button.jpg);
}

.button_resources {
	background-image: url(images/resources_button.jpg);
}

.button_apply {
	background-image: url(images/apply_button.jpg);
}

.button_news {
	background-image: url(images/news_button.jpg);
}

#middle {
	text-align: center;
	margin: 0 auto;
}

#shell {
	margin: 0 auto;
	text-align: center;
	width: 792px;
}

#left_arm {
	width: 140px;
	float: left;
	text-align: left;
	font-size: 10px;
}

#right_arm {
	width: 140px;
	float: right;
}

#page_content{
	margin: 20px 0px 0px 0px;
	width: 500px;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	text-align: left;
}

#footer
{
	height: 30px;
	line-height: 30px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
}

#footer a, #footer a:visited, #footer a:hover, #footer a:active {
	color: #FFFFFF;
}

table{
	margin: 0px 0px 20px 0px;
	width: 490px;
}

#page_header{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

h2{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.no_bullet {
	margin: 0px 0px 20px 0px;
	list-style-type: none;
}

.secondary{
	list-style-type: disc;
	margin: 0px 0px 10px 0px;
}

.tertiary{
	list-style-type: circle;
	margin: 0px 0px 5px 0px;
}

.resource {
	font-weight: bold;
	color: #333333;
}

.break {
	clear: both;
}