/* CSS Document */
body
{
width:100%;
height:100%;
background-color:#f4f4f4;
color:#8c8e8f;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

a, a:active, a:visited
{
text-decoration:underline;
color:#8c8e8f;
}

a:hover
{
text-decoration:none;
}

h1
{
margin:0px;
padding:0px;
margin-bottom:10px;
font-size:16px;
letter-spacing:normal;
color:#007ebc;
}

h2
{
margin:0px;
padding:0px;
margin-bottom:10px;
font-size:14px;
letter-spacing:normal;
color:#666666;
}


#wrapper
{
float:left;
width:100%;
height:100%;
text-align:center;
background-color:#FFFFFF;
}

#container
{
clear:both;
margin: 0px auto;
margin-top:6px;
width:800px;
}

#header
{
height:114px;
float:left;
width:800px;
}

#logo
{
float:left;
width:352px;
height:114px;
}

#search
{
float:right;
height:70px;
width:328px;
padding-top:44px;
background-image:url(../images/search_background.gif);
}
	#searchForm
	{
	height:23px;
	float:right;
	}
	#searchInput
	{
	height:20px;
	width:150px;
	font-size:12px;
	border:1px solid #b4b4b4;
	margin:0px 5px 0px 0px;
	float:left;
	}

#nav
{
float:left;
width:800px;
background-color:#0096d4;
height:44px;
}
#nav a:hover
{
opacity:0.5;
filter: alpha(opacity = 50);
zoom: 1;
}
#footerWrapper
{
clear:both;
border-top:1px solid #e5e5e5;
text-align:center;
}
#footer
{
height:25px;
text-align:right;
margin: 0px auto;
padding-top:17px;
width:800px;
color:#a7a6a6;
}
#footer a
{
color:#a7a6a6;
}
#footer a:hover
{
color:#8c8e8f;
};