/* 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;

}
a img 
{
border:none; 
}
#wrapper
{
text-align: left;
margin: 0 auto;
width: 950px;
border: 1px solid #707276;
}
#top
{
background:   url("../images/banner.gif") no-repeat;
width: 950px;
height: 114px;

}
#top a
{
width: 950px;
height:114px;
display: block;
text-decoration:none;
}
#top a span {
visibility: hidden;
}
#menu
{
background: #143d8d;
text-align:center;
width: 950px;
line-height: 30px;
font-size: 14px;

}
#menu ul
{

}
#menu li
{
margin: 0;
display: inline;
list-style-type: none;
padding: 0 20px;
}
#menu a:link, #menu a:visited
{
font-size:14px;
font-style: italic;
font-weight: bold;
color: #fff;
text-decoration: none;
}
#menu a:hover, #menu a:active
{
color: #d11341;

}
#content
{
background: #fff;
font-size: 14px;
line-height: 18px;
margin: 0 auto;
width: 950px;
}
#content a:link, #content a:visited
{
color: #143d8d;

}
#content a:hover, #content a:active
{
background-color: #143d8d;
color: #fff;
text-decoration: none;
}
.left
{
background: #fff;
width: 130px;
padding: 0 0 0 10px;
float: left;
border-left: 2px solid #bbbbbb;
border-right: 2px solid #bbbbbb;
font-size:12px;
margin:10px 5px 5px 5px;
}
.empty
{
background: #fff;
width: 130px;
padding: 0 0 0 10px;
float: left;
border-left: 2px solid #ffffff;
border-right: 2px solid #ffffff;
font-size:12px;
margin:10px 5px 5px 5px;
}
.left a
{
text-decoration:none;

}
.right
{
background: #fff;
width: 700px;
padding: 0 0 0 10px;
float: left;
}
h1
{
font-size: 20px;
color: #143d8d;
padding: 1em 0 0.5em 0;
border-bottom: 1px solid #bbbbbb;
}
h2
{

}
#footer
{
clear: both;
background: #143d8d;
text-align:center;
width: 950px;
line-height: 30px;
font-size: 14px;
}
#footer a:link, #footer a:visited
{
font-size: 11px;
color: #fff;
text-decoration: none;
}
#footer a:hover, #footer a:active
{
text-decoration: underline;
}
