html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #78B2DC;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	background-image: url(/themes/282squadron/images/main_back_strip.gif);
	background-repeat: repeat-x;
}
#top_header {
	width: 1020px;
	margin-bottom: 0px;
	background-color: #FFF;
	margin-top: 0px;
	background-image: url(/themes/282squadron/images/top_bar.jpg);
	height: 32px;
	float: left;
}
#main_header {
	background-color: #0b3376;
	height: 177px;
	width: 1020px;
	float: left;
}
#top_menu {
	float: left;
	background-color: #ffffff;
	height: 40px;
	width: 1020px;
	z-index: 999;
}	
#menu_holder {
	float: left;
	width: 170px;
	background-color: #ddefff;
	padding-bottom: 16px;
	min-height: 580px;
}
#main_body {
	float: right;
	width: 822px;
	background-color: #ffffff;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	min-height: 580px;
}

#moto {
	background-image: url(/themes/282squadron/images/top_bar_1.jpg);
	width: 1020px;
	height: 28px;
	float: left;
}

#main {
	margin: auto;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
	width: 1020px;
	background-color: #ffffff;
	min-height: 100%;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.address_block {
	font-size: 10px;
	float: left;
	width: 130px;
	padding-left: 15px;
	padding-top: 25px;
	line-height: 12px;
}
.address_block p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #2D458F;
	line-height: 16px;
}
.black {
	font-weight: bold;
	color: #000;
}
.address_block p a {
	color: #2D458F;
	text-decoration: none;
	font-weight: bold;
}
#menu_holder ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.date {
	font-size: 10px;
	color: #bc0c3b;
}

.news_story {
	float: left;
	width: 180px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #558BC2;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main .thirdColumn .news_story p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.news_story p a {
	color: #2D458F;
	text-decoration: none;
}
.news_story p img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.news_story_img img {
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #548AC8;
}
.news_story p {
	font-size: 10px;
	line-height: 15px;
}
.news_story_img {
	width: 182px;
	margin-bottom: 5px;
}
#news_title {
	padding-left: 10px;
}
.news_story p a:hover {
	color: #bc0c3b;
	text-decoration: underline;
}
.main-intro-text p a:hover {
	color: #2D458F;
}
.address_block p a {
	color: #bc0c3b;
	text-decoration: underline;
}
#main_menu li a:hover {
	color: #003;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003;
}
#footer {
	float: left;
	background-color: #2D458F;
	height: 18px;
	width: 1010px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #FFF;
	font-size: 10px;
}
* html #main {height:100%} 