/* CSS Document */
body
{
padding: 0;
background-color: #fff;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
#wrapper
{
background-image:url(../images/bannerbg.jpg);
background-repeat: repeat-x;
margin: 0;
padding: 0;
}


#banner
{
background-image:url(../images/banner.jpg);
width: 1200px;
height: 183px;
background-repeat: no-repeat;

}
#box
{
width: 283px;
height: 73px;
position: relative;
top:15px;
left: 400px;
}
#menu
{
margin-top: 5px;
float: left;
background-image:url(../images/menu.jpg);
background-repeat: no-repeat;
width: 188px;
height: 480px;
}

#menubg
{


background-position: right top;

}
#menu ul
{
list-style-type: none;
margin: 0 0 0 0px;
padding: 0;
}
#menu li
{
list-style-type: none;
margin: 0;
padding: 14px 0 0 0;
}
#menu a:link, #menu a:visited	
{
text-decoration: none;
color: #000;
font-size: 14px;
font-weight: bold;
padding: 0 0 0 26px;

}
#menu a:hover, #menu a:active
{
background-image: url(../images/mo.gif);
background-repeat: no-repeat;
background-position: left 50%;
color: #095C3F;
}
#content
{
float: right;
padding: 5px;
width: 600px;
color: #014493;
font-size: 14px;

}
#content a:link, #content a:visited
{
color: #014493;
}

#content a:hover, #content a:active
{
color: #ff0000;

}
#content img
{
padding: 0.5em;
}
#footer
{
clear: both;
background-color: #ff0000;
margin: 0;

height: 25px;
}

#footer a
{
color: #fff;
text-decoration: none;
line-height: 29px;
}
#footer a:hover
{
color: #004593;
}
h1
{
font-size: 24px;
color: #004798;
font-style: italic;
letter-spacing: 1px;
border-bottom: 1px solid #ff0000;
}
h2
{
font-size: 15px;
font-weight:bold;
}
