/* CSS Document */
body{
margin:0px;
padding:0px;
}
body, input, select, textarea {
font-size:11px;
color:#333333;
font-family:Trebuchet MS, Verdana;
text-align:left;
}
/* WRAPPER ******************************/
#wrapper {
width:600px;
height:auto;
margin:auto;
background-color:#ffffff;
background-image:url(../images/postdivision_bg.gif);
background-repeat:no-repeat;
text-align:left;
}
/* HEADER ******************************/
#header {
width:auto;
height:130px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
/*
background-image:url(../images/dof.png);
*/
background-repeat:no-repeat;
text-align:right;
font-size:10px;
}

/* NAVBAR ******************************/
#navbar {
font-size:10px;
width:540px;
height:25px;
margin:0px 30px 0px 30px;
padding:0px;
font-weight:bold;
background-image:url(../images/menubar.png);
background-repeat:no-repeat;
}
#navbar ul{
margin:0px;
padding:0px;
/*padding-top:6px;*/
background-color:#00ff00;
}
#navbar ul li {
float:left;
display:block;
height:20px;
margin-left:1.5em;
padding:5px 10px 0px 10px;
}

#navbar a {
text-decoration:none;
color:#AAAAAA;

}
#navbar a:hover {
color:#000000;
}

/* CONTENT ******************************/
#content {
width:540px;
height:100%;
margin:0px 30px 30px 30px;
}
p {
margin:0px 30px 30px 30px;
text-align:justify;
clear:both;
}
img {
margin:0px;
padding:0px;
border:none;
}
table {
width:540px;
}
td {
padding:2px;
}
hr {
clear:both;
color:#FFFFFF;
border:1px solid #DDDDDD;
margin:10px 0px 10px 0px;
}
input, select, textarea {
width:125px;
}
input.button {
width:62px;
text-align:center;
}
input.check {
width:auto;
}
/* THUMBS ******************************/
div.thumbs {
width:160px;
padding:8px;
float:left;
}
img.thumbs {
width:160px;
height:auto;
margin:0px;
padding:0px;
border:none;
}
p.thumbs {
margin:0px;
text-align:left;
}
h1 {
width:540px;
height:50px;
background-image:url(/images/h1_bg.jpg);
background-repeat:no-repeat;
font-size:30px;
font-weight:bold;
color:#D1D1D1;
margin:0px;
padding:0px 0px 0px 10px;
border:none;
}
h2 {
font-size:10px;
font-weight:normal;
width:160px;
height:17px;
background-image:url(/images/tab160x20.jpg);
background-repeat:no-repeat;
padding:3px 0px 0px 4px;
margin:0px;
color:#333333;
}
h3 {
font-size:14px;
font-weight:normal;
padding:0px 0px 0px 0px;
margin:30px 0px 5px 30px;
color:#598527;
clear:both;
}

a {
font-size:12px;
text-decoration:none;
color:#FF9900;
font-size:11px;
}
a:hover {
text-decoration:underline;
}
a.back {
text-decoration:underline;
float:right;
margin-right:10px;
height:25px;
}
li
{
  list-style-position:outside;
}
/* FOOTER ******************************/
#footer {
width:560px;
height:47px;
background-image:url(../images/footer_bg.jpg);
background-repeat:no-repeat;
color:#555555;
font-size:9px;
margin-top:25px;
margin-left:20px;
text-align:center;
clear:both;
}
