body, table, form, div {
	font-family: Arial, Tahoma,Verdana, sans-serif;
	color: #444444;
	font-size: 12px;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}
body {
	margin: auto;
	position: relative;
	background: #E2F0FC url(../template/misc/bg_strip.jpg) repeat-x;
}
:root {
	overflow-y: scroll !important;
}
p {
	margin-top: 0px;
	margin-bottom: 8px;
}
a img {
	border: 0; 
}
/****************************************************************/
/*                       Containter                            */
/****************************************************************/
#container {
	width: 760px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/****************************************************************/
/*                       Main Content                           */
/****************************************************************/
#header {
	width: 100%;
}
#clouds {
	height: 58px;
	width: 100%;
	background: url(../template/misc/clouds.jpg) no-repeat;
}
#logo_home {
	height: 58px;
	width: 100%;
	background: url(../template/misc/logo_home.gif) no-repeat;
}
#flash_box {
	width: 100%;
	height: 235px;
}
#main_partition {
	width: 100%;
	clear: both;
}
#welcome_partition {
	display: block;
	width: 269px;
	padding: 27px 13px 0px 19px;
	float: left;
}
#welcome_text {
	width: 269px;
	padding-top: 18px;
}
#featured_partition {
	display: block;
	width: 453px;
	margin-top: 27px;
	background: url(../template/misc/featured_bg.gif) repeat-y;
	float: right;
}
#featured_box_left {
	position: relative;
	display: inline;
	width: 197px;
	padding: 0px 13px 0px 13px;
	border-left: 1px solid #1B8DEC;
	float: left;
}
#featured_box_right {
	position: relative;
	display: inline;
	width: 197px;
	padding: 0px 13px 0px 13px;
	border-left: 1px solid #1B8DEC;	
	float: left;
}
.featured_header {
	display: block;
	width: 198px;
	height: 28px;
	margin-bottom: 9px;
}
.featured_photo {
	display: block;
	width: 198px;
	height: 83px;
}
.featured_text {
	margin-top: 11px;
	font-size: 11px;
	padding-bottom: 30px;
}
#bottom_block {
	display: block;
	height: 30px;
	width: 760px;
	margin: 0 auto; 
}
/****************************************************************/
/*                         Footer                               */
/****************************************************************/
#footer {
	display: inline;
	width: 720px;
	height: 55px;
	margin: 30px 19px 0px 0px;
	padding-bottom: 10px;
	float: right;
	text-align: right;
}
#address {
	width: 720px;
	float: right;
	padding-top: 5px;
}
#footer_nav {
    width: 720px;
	float: right;
}
#credit {
	width: 720px;
	float: right;
	padding-top: 10px;
}
/****************************************************************/
/*                          Text                                */
/****************************************************************/
.body_text {
	color: #444444;
}
a{
	text-decoration: underline;
	color: #444444;
	font-weight: bold;
}
a:hover {
	color: #2E85D0;
}
.footer_text {
	font-size: 10px;
	color: #444444;
	font-weight: bold;
}
.footer_blue_text {
	color: #1B8DEC;
}
.footer_blue_text_alt {
	font-size: 12px;
	color: #1B8DEC;
	font-weight: bold;
}
.footer_links {
	font-size: 10px;
	color: #444444;
	font-weight: bold;
}
.footer_links a{
	color: #444444;
	text-decoration: none;
}
.footer_links a:hover{
	color: #AAAAAA;
}			
.footer_links_alt {
	font-size: 10px;
	color: #444444;
}
.footer_links_alt a {
	color: #1B8DEC;
	text-decoration: none;
}
.footer_links_alt a:hover {
	color: #AAAAAA;
}			
