@charset "utf-8";
/* CSS Document */

body {
background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#wrapper {
width: 790px;
margin: 10px auto;
background: url(../images/body_shadow_L.gif) repeat-y left top;
}

#banner {
margin-left:10px;
background: #FFFFFF url(../images/body_shadow_R.gif) repeat-y right top;
}

#content {
margin-left:160px;
width: 630px;
line-height: 1.2;
padding-bottom: 10px;
background: #FFFFFF url(../images/body_shadow_R.gif) repeat-y right top;
}

#content p{
margin: 0 10px;
padding-top:10px;
}

#content h1{
font-size: 140%;
font-weight:bold;
margin-left: 10px;
margin-bottom:0;
text-decoration:underline;
padding-top: 5px;
margin-top:0;
}

#content h2{
font-size: 120%;
font-weight:bold;
margin-left: 10px;
margin-bottom:0;
text-decoration:underline;
padding: 0;
}

#leftmenu {
margin-top:10px;
margin-left:10px;
margin-bottom: 5px;
width: 150px;
float: left;
background-image:url(../images/left_bg.jpg);
background-repeat: repeat-y;
}

.lefttop {
background-image:url(../images/left_top.jpg);
background-repeat:no-repeat;
height: 10px;
}

#leftmenu h1{
margin-top:0;
color:#FFFFFF;
font-weight:bold;
font-size:115%;
text-align:center;
text-decoration:underline;
}

#leftmenu p{
color:#FFFFFF;
margin-left:10px;
margin-top: 20px;
font-size:95%;
}

#leftmenu p a{
color:#CCCCCC;
}

.underline {
text-decoration:underline;
font-size:115%;
font-weight:bold;
}

#leftmenu ul {
list-style:none;
margin-right:5px;;
margin-bottom:5px;
margin-top:0;
margin-left:5px;
padding: 0px;
font-size: 100%;
text-align:left;
display:block;
}

#leftmenu li a {
height:1%;
}

#leftmenu ul li a {
display:block;
color:#000000;
background-color:#FFFFFF;
text-decoration:none;
padding: 5px;
margin-bottom: 4px;
}

#leftmenu ul li a:hover {
background-color:#D3D3D3;
color:#000000;
}

#content_bottom {
height:10px;
margin-left:10px;
background: #000099 url(../images/body_shadow_R.gif) repeat-y right top;
}

#footer {
margin-left: 10px;
background-color:#B1B1B1;
float:left;
width: 550px;
height: 45px;
}

#footer h1{
font-size:80%;
margin-bottom: 4px;
color:#000000;
margin-left: 10px;
}

#footer p{
font-size:100%;
font-weight:bold;
color:#000000;
margin:0 10px;
padding-top: 4px;
padding-bottom:6px;
}

#footer p a {
color:#000000;
text-decoration:underline;
}

#footer_right{
background: #B1B1B1 url(../images/body_shadow_R.gif) repeat-y right top;
width: 230px;
float:right;
margin: 0;
padding:0;
height: 45px;
}

#footer_right p{
margin-top:4px;
}

.footerimg {
margin-left: 15px;
margin-top: 5px;
border:none;
}


#clearit{
clear:both;
}

.image {
border:1px solid #000000;
margin: 5px;
}

label
{
width: 8em;
float: left;
text-align: right;
margin-right: 0.8em;
display: block;
}

.submit input
{
margin-top: 5px;
margin-left: 90px;
}

input, textarea, select
{
color: #000000;
background: #CCCCCC;
border: 1px solid #333333;
}

.submit input
{
color: #FFFFFF;
background: #0000CC;
border: 2px outset #d7b9c9;
margin-bottom: 10px;
}

fieldset
{
margin: 10px;
border: 1px solid #333333;
width: 45em;
}

legend
{
margin-left: 20px;
margin-bottom: 10px;
color: #FFFFFF;
background: #0000CC;
border: 1px solid #333333;
padding: 2px 6px;
}