@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/page_bg.jpg);
	background-repeat:repeat-x;
	background-color:#3773a6;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:980px;
	height:100%;
}

#header {
	background-color:#FFFFFF;
	width:980px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#logo {
	float:left;
	position:relative;
	top:26px;
	margin-left:8px;
	margin-right:12px;
}

#menu_bar {
	position:relative;
	font-family:segoe UI;
	font-size:18px;
	text-decoration:none;
	color:#000000;
	top:64px;
	width:500px;
	float:left;
}

#menu_btn {
	float:left;
	margin-left:20px;
}

a {
	color:#000000;
	text-decoration:none;
}

A:link
{
    text-decoration:none;
}

A:hover
{
    text-decoration:none;
    color:Red;
}

#tagLine {
	position:relative;
	top:30px;
	font-family:Lucida Calligraphy;
	font-size:16px;
	width:200px;
	float:right;
	margin-right:6px;
	margin-left:6px;
}

#midSection
{
	font-family:segoe UI;
	font-size:18px;
	color:#FFFFFF;
}

#sectionHeading {
	width:980px;
	font-family:segoe UI;
	font-size:24px;
	font-weight:bold;
	background-image:url(images/heading_bg.png);
	margin-bottom:12px;
}

#textBody {
	width:980px;
	font-family:segoe UI;
	font-size:16px;
	margin-top:8px;
	margin-bottom:8px;
	text-align:left;
}

#footer   {
    background-color: White;
    text-align: center;
    position:fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
	font-family:segoe UI;
	font-size:11px;
	padding-top:4px;
	padding-bottom:4px;
	/*display:none;*/
}

img{
	border-style:none;
}