/* 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: #16538d;
color: #000;
}
a img 
{
border:none; 
}
#wrapper
{
background: url(../images/bg_y.gif) repeat-y;
text-align: left;
margin: 0 auto;
padding: 0;
width: 1200px;
}
#top
{
background: url(../images/banner.gif) no-repeat;
width: 1200px;
height: 132px;
margin: 0;
padding: 0;
line-height: 30px;
font-size: 16px;
}

#top ul
{
margin: 0;
padding: 72px 0 0 220px;
}
#top li
{
margin: 0;
display: inline;
list-style-type: none;
padding: 0 5px;
}
#top a:link, #top a:visited
{
color: #fff;
text-decoration: none;
}
#top a:hover, #top a:active
{
color: #000;
}

#menu
{
float: left;
margin: 0 0 0 220px;
padding: 0 0 0 10px ;
width: 140px;
font-size: 15px;
font-weight: bold;
}
#menu ul
{
margin: 0 0 0 0;
padding: 0;

}
#menu li
{
margin: 15px 0 0 0;
list-style-type: none;
padding: 0 0 5px 0;

}
#menu a:link, #menu a:visited
{
color: #000;
text-decoration: none;

}
#menu a:hover, #menu a:active
{
color: #F56C28;
background-color: #F3EDDE;
}
#content
{
padding: 0 0 0 20px;
float: left;
font-size: 12px;
line-height: 18px;
width: 700px;
}
#content a:link, #content a:visited
{
color: #16538D;

}
#content a:hover, #content a:active
{
background-color: #16538D;
color: #fff;
text-decoration: none;
}
.leftcolumn
{
float: left;
width: 540px;
}
.rightcolumn
{
float: left;
width: 160px;
}
/*
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-size: 20px;
padding: 1em 0 0.5em 0;

}
h2
{

}
#footer
{
clear: both;
width: 1200px;
height: 12px;
}
#footer a:link, #footer a:visited
{


}
#footer a:hover, #footer a:active
{

}

