/* CSS Document */
*
{
margin: 0;
padding: 0;
}
#content ul { margin: 1em 2em; }
p
{
margin: 1em 0 1em 0;
}
body
{
font-family: Arial, Helvetica, sans-serif;
text-align: center;
background: #112F58;
color: #fff;
}
a img 
{
border:none; 
}

#wrapper
{
background: url(../images/bg_content_y.gif) repeat-y;
text-align: left;
margin: 0 auto;
padding: 0;
width: 1200px;
}
#container
{
background: url(../images/bg_full.gif) no-repeat;
text-align: left;
margin: 0 auto;
padding: 0;
width: 1200px;
}
#top
{
background: url(../images/banner.gif) no-repeat;
width: 1200px;
height: 207px;
}
#top a
{
width: 1200px;
height:207px;
display: block;
text-decoration:none;
}
#top a span {
visibility: hidden;
}
#menu
{
float: left;
margin: 0 0 0 150px;
padding:  0;
width: 150px;
height: 400px;
font-size: 13px;

}
#menu ul
{
margin: 5px 0 0 0;
padding: 0 10px;
width: 130px;
}
#menu li
{
background: url(../images/bg_menu_li.gif) no-repeat bottom center;
margin: 7px 0 0 0;
list-style-type: none;
padding: 0 0 5px 0;

}
#menu a:link, #menu a:visited
{
padding: 0 0 0 3px;
color: #fff;
text-decoration: none;
}
#menu a:hover, #menu a:active
{
color: #264C80;
background-color: #AB7319;
}
#content
{

font-size: 14px;
line-height: 24px;
margin: 0 0 0 320px;
padding: 0 0 0 10px;
width: 650px;
}
#content a:link, #content a:visited
{
color: #fff;

}
#content a:hover, #content a:active
{

color: #E99600;
text-decoration: none;
}
/*
If you don't want linked images witin the content area to have the same mouse-over as textlinks give the
element a class (<a href="website.com" class="nohighlight"><img src"..."></a> and add the following code to stylesheet:
#content a.nohighlight:hover 
{
background: none;
}
*/
h1
{
font: italic 24px "Times New Roman", Times, serif;
letter-spacing: 1px;
padding: 1em 0 0.5em 0;
}
h2
{

}
#footer
{
clear: both;
background: url(../images/footer.gif) no-repeat;
width: 1200px;
height: 40px;
}
#footer a:link, #footer a:visited
{


}
#footer a:hover, #footer a:active
{

}
.homepageintromessage
{
font: 14px Arial, Helvetica, sans-serif;
line-height: 38px;
}
.homepageintromessage span
{
	font-size: 24px;
	margin: 0 0 0 20px;
}
