/* CSS design */

body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

.header_bkg{
	background:url(../images/site/sky.jpg) repeat-x top left;
}

.selected_menu_top{
	background:url(../images/site/menu_icon_top.png) no-repeat bottom;
	height:21px;
}
.selected_menu_bottom{
	background:url(../images/site/menu_icon_bottom.png) no-repeat bottom;
	height:21px;
}

.menu_spacer{
	width:20px;
	height:0px;
}

.date_time_caption{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#BAD5E3;
	font-weight:bold;
	border:0px;
	background:none;
	width:300px;
}
.header{
	background:url(../images/site/header_bar_left.png) no-repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#BAD5E3;
	font-weight:bold;
}
.menu_header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#BAD5E3;
	font-weight:bold;
}
.menu_header a {
	font-weight:bold;
	text-decoration:none;
	color:#BAD5E3;
}
.menu_header a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#BAD5E3;
}
.menu_header a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
.header_bar_left{
	padding-left:7px;
	padding-top:5px;
}
.header_bar_right{
	background:url(../images/site/header_bar_right.png) no-repeat right top;
	padding-right:7px;
	padding-top:5px;
}

.footer_bkg{
	background:url(../images/site/city.png) no-repeat bottom left;
}

.footer{
	height:135px;
	background:url(../images/site/version.png) no-repeat bottom right;
}
.menu_footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CDE5B4;
	font-weight:bold;
	padding-right:7px;
}
.menu_footer a {
	font-weight:bold;
	text-decoration:none;
	color:#CDE5B4;
}
.menu_footer a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#CDE5B4;
}
.menu_footer a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}

.contact_info_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#CDE5B4;
	line-height:30px;
}
.contact_info{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#CDE5B4;
	line-height:18px;
}
.contact_info a {
	font-weight:bold;
	text-decoration:none;
	color:#CDE5B4;
}
.contact_info a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#CDE5B4;
}
.contact_info a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}

