/* CSS Document */
body {
margin: 0;
background-color: #CCCCCC;
background-position: top center;
font-size: 10px;
color: #000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#intro{
margin: 30px auto;
width: 729px;
height: 500px;
}

#intro p{
font-size: 110%;
}

#intro p a{
color: #666666;
text-decoration: underline;
}

.introheader {
font-size: 140%;
font-weight:bold;
}

#wrapper {
margin: 0px auto;
background-color:#FFFFFF;
background: #FFF url(../images/bg.jpg) repeat-y  0;
width: 770px;
}

#banner {
height: 135px;
background-image:url(../images/banner_nocurve.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
}

#leftmenu {
margin-top: 10px;
width: 150px;
background-color:#666666;
float:left;
}

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

#leftmenu li a {
height:1%;
}

#leftmenu ul li a {
display:block;
color:#FFFFFF;
font-weight:bold;
background-color:#666666;
border-bottom: 1px solid #CCCCCC;
text-decoration:none;
padding: 6px;
}

#leftmenu ul li a:hover {
color:#000000;
background-color:#cccccc;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
}

#content {
background-image:url(../images/content_corner.jpg);
background-repeat:no-repeat;
margin-left: 150px;
margin-top: 0px;
margin-bottom: 10px;
background-color:#FFFFFF;
line-height: 1.2;
width: 430px;
}

#content p{
margin-top: 10px;
margin-left:10px;
margin-right: 10px;
font-size: 110%;
}

#content h1{
margin-top:0;
margin-left:10px;
font-size: 140%;
font-weight:bold;
}

#content h3{
margin-left:10px;
font-size: 120%;
font-style:italic;
}

#content h2{
font-size: 105%;
font-weight:bold;
margin-left: 10px;
}

#content a{
color:#666666;
font-size: 100%;
font-weight:bold;
text-decoration:none;
}

#content a:hover{
text-decoration:underline;
}

#content ul{
list-style-type:square;
}

#content ul li{
font-size:110%;
}

#rightfloat {
margin-top:10px;
margin-right: 10px;
margin-bottom: 5px;
float:right;
width: 150px;
background-color: #E9E9E9;
border-style:dotted;
border: 1px #000000;
}

#rightfloat p{
margin-top:0;
text-align:center;
}

#footer {
clear:both;
margin: 0;
height: 35px;
background-image:url(../images/bgfooter_nocurve.jpg);
background-repeat:repeat-y;
}

#footer p{
margin-left: 10px;
font-size: 100%;
color:#FFFFFF;
}

.footerimg{
border:none;
float:right;
}

.clearit{
clear: both;
}

.leftimage{
margin-right: 5px;
margin-bottom: 5px;
float:left;
border: solid 1px #000000;
}

.rightimage{
margin-left: 5px;
margin-bottom: 5px;
margin-top: 5px;
float:right;
border: solid 1px #000000;
}

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

.submit input
{
margin-left: 100px;
}

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

.submit input
{
color: #000000;
background: #EFEFEF;
border: 2px outset #666666;
margin-bottom: 10px;
}

fieldset
{
margin: 10px;
border: 1px solid #000099;
width: 40em
}

legend
{
margin-left: 20px;
margin-bottom: 10px;
color: #E7E63E;
background: #000099;
border: 1px solid #781351;
padding: 2px 6px
}