body, table, form, div {
	font-family: Arial, Tahoma,Verdana, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}
body {
	margin: auto;
	position: relative;
	background: #E1E0E0 url(../template/misc/bg_strip.gif) repeat-x;
}
:root {
	overflow-y: scroll !important;
}
p {
	margin-top: 0px;
	margin-bottom: 8px;
}
input, textarea {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	line-height: 16px;
	font-size: 12px;
}	
/****************************************************************/
/*                      Containters                           */
/****************************************************************/
#container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 14px;
}
#outer_wrapper {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../template/misc/side_shadows.png);
	float: left;
}
#inner_wrapper {
	width: 758px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
/****************************************************************/
/*                       Main Content                           */
/****************************************************************/
#top_shadow {
	display: block;
	width: 770px;
	float: left;
}
#bot_shadow {
	display: inline;
	height: 7px;
	width: 770px;
	background: url(../template/misc/bot_shadow.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 14px;
	float: left;
}
#header {
	display: block;
	height: 128px;
	width: 758px;
}
#logo_home {
	display: block;
	background-image: url(../template/misc/logo_home.gif);
	background-repeat: no-repeat;
	height: 121px;
	width: 758px;
	border-bottom: 1px solid #787878;
	float: left;
}
#flash_box {
	width: 758px;
	height: 310px;
	background-color: #091322;
	float: left;
}
#main_partition {
	width: 758px;
	border-top: 1px solid #787878;
	background: #FFFFFF url(../template/misc/bg_home.gif) no-repeat;
	float: left;
}
#left_partition {
	display: inline;
	width: 445px;
	margin: 40px 0px 30px 40px;
	float: left;
}
#right_partition {
	display: inline;
	width: 211px;
	margin: 60px 40px 30px 0px;
	float: right;
}
#left_partition1 {
	display: inline;
	width: 445px;
	margin: 10px 0px 30px 40px;
	float: left;
}
#right_partition1 {
	display: inline;
	width: 211px;
	margin: 30px 40px 30px 0px;
	float: right;
}
.photo_box {
	display: block;
	width: 209px;
	margin-bottom: 20px;
}
.photo_box_alt {
	display: block;
	width: 209px;
	margin-bottom: 1px;
}
/****************************************************************/
/*                         Footer                               */
/****************************************************************/
#footer {
	width: 758px;
}
#footer_home {
	width: 758px;
	margin-top: 70px;
}
#footer_nav {
	float: right;
	padding-right: 17px;
}
#address {
	float: right;
	padding: 5px 0px 17px 0px;
	text-align: right;
}

/****************************************************************/
/*                          Text                                */
/****************************************************************/
.blue_header_text {
	font-size: 16px;
	color: #1C489F;
	font-weight: bold;
}
.ice_blue_header_text {
	font-size: 16px;
	color: #0D769C;
	font-weight: bold;
}
.grey_header_text {
	font-size: 15px;
	color: #333333;
	font-weight: bold;
}
.blue_body_text {
	color: #1C489F;
	font-weight: bold;
}
a.blue_body_text:link {
	color: #1C489F;
	text-decoration: underline;
	font-weight: bold;
}
a.blue_body_text:visited {
	color: #1C489F;
	text-decoration: underline;
	font-weight: bold;
}
a.blue_body_text:active {
	color: #1C489F;
	text-decoration: underline;
	font-weight: bold;
}
a.blue_body_text:hover {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}
.caption_text {
	font-size: 10px;
	font-style: italic;
	padding-bottom: 20px;
	line-height: 11px;
}
.caption_text_alt {
	font-size: 10px;
	font-style: italic;
	float: right;
}
.footer_text {
	font-size: 9px;
	color: #444444;
}
.footer_nav, .footer_nav a {
	font-size: 9px;
	color: #444444;
	text-decoration: none;
}
.footer_nav a:hover {
	color: #123780;
}			
.footer_blue_text {
	font-size: 9px;
	color: #1D479F;
	font-weight: bold;
}
.input_text {
	color: #333333;
}
.error_text {
	color: #FF0000;
	font-weight: bold;
}
