body, table, form, div {
	font-family: Arial, Tahoma,Verdana, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: normal;
	padding: 0px;
	margin: 0px;

}
body {
	position:relative;
	background-color: #5D5D5D;
}
div { overflow:hidden;}
ul {  
	list-style-type: square;
	margin-top: 12px;
	margin-bottom: 12px;
}
li {
	margin-top: 4px;
	margin-bottom: 4px;
}	
/****************************************************************/
/*                       Containter                            */
/****************************************************************/
#container {
	background-color: #FFFFFF;
	width: 758px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
/****************************************************************/
/*                       Main Content                           */
/****************************************************************/
#header {
	display: block;
	height: 110px;
	width: 100%;
}
#summit_photo {
	display: inline;
	width: 81px;
	height: 110px;
	float: left;
	background-image: url(../template/photos/summit.jpg);
}
.logo {
	display: inline;
	background-image: url(../template/misc/logo.gif);
	background-repeat: no-repeat;
	height: 71px;
	width: 208px;
	margin: 14px 0px 0px 20px;
	float: left;
}
#slogan {
	display: inline;
	background-image: url(../template/misc/slogan.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 224px;
	margin: 34px 18px 0px 0px;
	float: right;
}
#main_partition {
	background: url(../template/misc/bg_strip.gif) repeat-y;
	width: 100%;
}
#top_grey_box_left {
	width: 218px;
	height: 26px;
	background-color: #A3A3A3;
	float: left;
}
#top_grey_box_right {
	width: 540px;
	height: 26px;
	background-color: #CCCCCC;
	float: right;
}
#white_rule {
	display: block;
	background-image: url(../template/misc/white_rule.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 100%;
	float: left;
	overflow: hidden;
}
#left_partition {
	width: 218px;
	height: auto;
	background-color: #CCCCCC;
	float: left;
}
#nav_menu_box {
	width: 100%;
	float: right;
	border-bottom: 1px solid #FFFFFF;
}
#nav_menu {
	width: auto;
	float: right;
	padding: 34px 22px 34px 22px;
}
#did_you_know_box {
	width: 100%;
	float: right;
}
#did_you_know_content {
	width: auto;
	float: right;
	padding: 22px 22px 22px 22px;
}
#right_partition {
	width: 540px;
	background-color: #FFFFFF;
	float: left;
}
#main_content {
	margin: 20px 20px 20px 20px;
}
#sidebar {
	width: 174px;
	float: right;
	margin: 15px 0px 15px 15px;
	padding: 12px;
	border: 1px solid #5D5D5D;
}
#sidebar_photo {
	width: 174px;
	margin-bottom: 5px;
}
/****************************************************************/
/*                         Footer                               */
/****************************************************************/
#footer {
	width: 100%;
	height: 102px;
	color: #CCCCCC;
	clear:both;
}
#footer_grey_box_left {
	width: 218px;
	height: 100px;
	background-color: #A3A3A3;
	float: left;
}
#footer_grey_box_right {
	width: 540px;
	height: 100px;
	background-color: #CCCCCC;
	float: right;
}
#address {
	float: left;
	padding: 13px 20px 0px 20px;
}
#footer_nav {
    float: right;
	padding: 27px 20px 5px 0px;
	width: 95%;
	text-align: right;
}
#credit {
	float: right;
	padding-right: 20px;
	width: 90%;
	text-align:right;
}
/****************************************************************/
/*                          Text                                */
/****************************************************************/
.featured_text {
	color: #333333;
}
.featured_text a {
	text-decoration: underline;
	color: #003792;
	font-weight: bold;
}
.featured_text a:hover {
	color: #FFFFFF;
}
.header_text {
	font-size: 24px;
	color: #837F82;
	margin-bottom: 4px;
	font-weight: normal;
}
.blue_body_text {
	color: #003A92;
}
.blue_bold_text {
	color: #003A92;
	font-weight: bold;
	line-height: 2em;
}
.blue_bold_text a {
	color: #003A92;
	font-weight: bold;
	text-decoration: none;
	display:block;

}
.blue_bold_text a:hover{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display:block;

}
.grey_body_text {
	color: #333333;
}
.footer_text {
	color: #FFFFFF;
}
.footer_links {
	font-size: 9px;
	color: #5D5D5D;
	line-height: 17px;
}
.footer_links a {
	color: #5D5D5D;
	text-decoration: none;
}
.footer_links a:hover {
	color: #FFFFFF;
}
#main_content h2 {
    font-size: 13px;
}