#shell_container {
	width: 800px;
	background-position: center;
	background-color: #AEB0A1;
	border: 1px solid #FFFFFF;
}
body {
	background-image: url(pics/body_bg.jpg);
	background-attachment: fixed;
	margin: 0px;
	padding-bottom: 30px;
	background-color: #E8E9EC;
	height: 100%;
}
#top_menu {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #000000;
	background-image: url(pics/top_menu_bg.jpg);
	height: 53px;
	width: 725px;
	padding-left: 20px;
	padding-top: 10px;
}
#top_menu a {
	text-decoration: none;
	background-image: url(pics/top_menu_v_line.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 13px 12px 10px;
	color: #000000;
	float: left;
}

#top_menu a:hover {
	text-decoration: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
#body_container {
	font-family: Helvetica, Arial;
	font-size: 12px;
	width: 800px;
	float: left;
}
#col a{
	color: #E95529;
	text-decoration: underline;
}/* specificity = 1  */

#col a:hover {
	text-decoration: none;
}
#title_container {
	width: 100%;
	font-family: Helvetica, Arial;
	font-size: 16px;
	color: #000000;
}
h1 {
	font-size: 18px;
	color: #E95529;
	font-weight: bold;
	font-family: Helvetica, Arial;
	background-image: url(pics/h1_plane.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	position: relative;
	z-index: auto;
	left: -30px;
	clear: left;
	padding-bottom: -10px;
}
.h2 {
	font-size: 14px;
	color: #5E7A8E;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer {
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
	background-color: #37525F;
	float: left;
	width: 780px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#footer a {
	color: #333333;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#footer a:hover{
	text-decoration: underline;
}
#header {
	width: 800px;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #37525F;
	vertical-align: middle;
}
#header a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
#header a:hover{
text-decoration: underline;

}
.red_text {
	font-weight: bold;
	color: #FF0000;
}
.red_outline {
	padding: 10px;
	display: block;
	border: 1px solid #FF0000;
}
li {
	padding-top: 5px;
	list-style-image: url(pics/bullet.gif);
}
input {
	border: 1px solid #CCCCCC;
	background-color: #EFF5F5;
}
textarea {
	border: 1px solid #CCCCCC;
	background-color: #EFF5F5;
}
#location_container {
	float: left;
	width: 770px;
	height: 24px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B8C6CF;
	background-color: #5E7A8E;
	padding-left: 30px;
	clear: left;
	border-top-width: 1px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#location_container a {
	color: #B8C6CF;
	text-decoration: none;
}
#location_container a:hover {
	text-decoration: underline;
}
.button {
	background-image: url(pics/bg_button.jpg);
	background-repeat: repeat-x;
	padding-right: 4px;
	padding-left: 4px;
	color: #000000;
	border-top: 1px solid #E9EEF1;
	border-right: 1px solid #63869A;
	border-bottom: 1px solid #455E6B;
	border-left: 1px solid #E9EEF1;
	text-decoration: none;
}
button a {
	color: #FF0000;
	text-decoration: none;
}/* specificity = 2  */

.download  {
	padding: 10px;
	display: block;
}
.download a {
	border: 1px dashed #FF1313;
	padding: 15px 10px 10px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(pics/download.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.download a:hover {
	border: 1px solid #FF0000;
	display: block;
	text-decoration: underline;
}
#col_right {
	padding: 10px;
	float: right;
	width: 202px;
	background-color: #AEB0A1;
	height: 100%;
	background-image: url(pics/shim.gif);
	background-repeat: repeat-y;
}

#cap_green {
	background-image: url(pics/cap.gif);
	background-repeat: no-repeat;
	float: left;
	width: 192px;
	color: #FFFFFF;
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-size: 12px;
	height: 19px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	position: static;
	z-index: auto;
}
#col_green {
	width: 185px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #8A9023;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: auto;
	position: static;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#col_green ul{
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#cap_blue {
	background-image: url(pics/cap_blue.gif);
	background-repeat: no-repeat;
	float: left;
	width: 557px;
	color: #FFFFFF;
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-size: 12px;
	height: 14px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
}
#col_blue {
	width: 555px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #37525F;
	display: block;
	padding-bottom: 10px;
	float: left;
	clear: left;
	color: #C9D2D3;
	font-weight: normal;
	padding-top: 10px;
}
#col_left {
	width: 578px;
	background-color: #FFFFFF;
	float: left;
}
.pic {
	border: 1px solid #ffffff;
}
.pic a:hover {
	border: 1px solid #E85625;
}
#col {
	width: 518px;
	background-color: #FFFFFF;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.hr_line {
	border-top: 1px solid #999999;
	padding-top: 10px;
	padding-bottom: 10px;
}
#col_grey_left {
	padding: 10px;
	float: left;
	width: 202px;
	background-color: #AEB0A1;
	height: 364px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#col li {
	list-style-type: square;
}
.h3 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Helvetica, Arial;
	background-image: url(pics/plane_sub_2.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
li {
	list-style-type: square;
}
#footer2 {
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	clear: both;
}
#footer2 a{
	
	color: #666666;
	text-decoration: none;
}
#footer2 a:hover{
	
	text-decoration: underline;
}
