/* CSS Document */

body {
text-align: center;
margin: 0px;
padding: 0px;
background: #ffffff ;
}
.container {
width: 760px;
margin: 10px auto 0px auto;
background: #457303 url(images/navback.jpg) bottom left repeat-y;;
text-align: left;
border: #E69905 1px solid;
padding: 0px;
}

.header {
background-color: #ffffff;
height: 50px;
padding: 0px;
margin: 0px;
text-align:center;
}

.nav {
float: left;
width: 160px;
margin: 0px;
padding: 0px;
font-family: verdana, arial;
font-size: 12px;
font-weight: 700;
text-align: left;
color: #000000;
background: #457303 url(images/navback.jpg) bottom left repeat;
}

.nav ul {
display:block;
list-style-type: none;
margin: 0px;
padding: 0px;
}

.nav li a {
color: #fff;
display:block;
background-color: #F38B04;
text-decoration: none;
padding: 5px 0px 5px 10px;
border-bottom: 1px solid #ffffff;

}

.nav li a:hover {
background-color: #DA3D63;
}

.selected a{
background-color: #7AB006!important;

}

.content {
padding: 5px;
margin-left: 160px;
background-color: #ffffff;
/*border: #adadad 1px solid;*/
font-family: verdana, arial, helvetica;
font-size: 13px;
border: #F33C68 1px solid;
}

.fix {
width: 585px;
}

.cr {
text-align: right;
font-size: 10px;
}

.content a {
color: #88B34A;
font-weight: 700;
text-decoration:none;
}

.content a:hover {
text-decoration: underline;
}
.content ul {
list-style-type: square;
}

.content li {
margin: 0px 0px 5px -7px;
}

.portrait
{
float: right;
margin-right: 18px;
}
.title {
font-weight: 700;
font-size: 14px;
}

.contact {
border: 1px solid #EF9F04;
background-color: #FFEAC1;
padding: 3px;
width: 335px
}

.notice {
color:#FF0000;
font-weight: 700;
}

.input {
margin: 3px 3px 7px 3px;
}

.clear {
clear: both;
}

.footer {
height: 47px;
background: #457303 url(images/footerback.jpg) bottom left repeat;
}

