html,body{height:100%;}

body {
background-color:#F7F7F7;
margin:0;
padding:0;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
width: 810px;
padding-top:10px;
margin-left:auto;
margin-right:auto;
margin-top:0;
background-color:#fff;
border-left:1px dashed #ccc;
border-right:1px dashed #ccc;
border-bottom:1px dashed #ccc;
min-height:100%;
overflow:auto;
}

#header{
margin:10px;
margin-top:0;
border-bottom:28px solid #167C49;
border-left:5px solid #167C49;
border-top:5px solid #167C49;
border-right:5px solid #167C49;
height:210px;
width:780px;
}

#left_col{
margin-left:10px;
_margin-left:5px;
width:210px;
float:left;
text-align:left;
height:100%;
min-height:100%;
}

#left_col #left_col_nav ul{
margin: 0px;
padding: 0px;
border: none;
list-style: none;
}

#left_col #left_col_nav li{
  width:190px;
height:21px;
line-height:21px;
}

#left_col #left_col_nav .on a{
background-image:url(../images/arrow.gif);
background-repeat: no-repeat;
}

#left_col #left_col_nav .sub a {
  background-color:#C3C3C3;
  padding-left:25px;
}

#left_col #left_col_nav .subon a {
background-image:url(../images/arrow.gif);
background-repeat: no-repeat;
  background-color:#C3C3C3;
  padding-left:25px;
}

#left_col #left_col_nav a{
padding-left:10px;
font-size:11px;
display:block;
text-decoration:none;
background-color:#ACABAC;
height:20px;
color:#fff;
border-bottom: 1px solid #fff;
}

#left_col .col_header{
background-image:url(../images/col_header_bg.gif);
background-repeat:no-repeat;
width:190px;
height:47px;
border-bottom:1px solid #fff;
}

#left_col .col_header h1 {
font-size:1.1em;
font-weight:lighter;
color:#fff;
display:inline;
padding-left:10px;
}

#centre_col{

text-align:left;
width:370px;
float:left;


padding-right:10px;

background-image:url(../images/bg_head.gif);
background-repeat:no-repeat;
}

#centre_col hr{
  height:1px;
  color:#CCCCCC;
}

#centre_col #centre_col_top h1{
margin:0;
padding:0;
display:inline;
font-size:1.1em;
color:#339966;
font-weight:lighter;
}

#centre_col #centre_col_big h1{
color:#333;
font-size:1.0em;
font-weight:lighter;
line-height:26px;
}

#centre_col #centre_col_big_again h1{
font-size:1.1em;
font-weight:lighter;
line-height:26px;
color:#006633;
}

#centre_col #centre_col_wrap .big{
color:#333;
font-size:1.0em;
font-weight:lighter;
}

#centre_col #centre_col_wrap p, li {
font-size:0.7em;
color:#333;
line-height:16px;
}

#centre_col #centre_col_wrap a {
color:#339966;
font-weight:bolder;
text-decoration:none;
}

#centre_col #centre_col_wrap a:hover {
color:#339966;
font-weight:bolder;
text-decoration:underline;
}

#centre_col #centre_col_top h2{
margin:0;
padding:0;
display:inline;
font-size:0.75em;
color:#006633;
font-weight:lighter;
}

#right_col{
height:100%;
height:600px;
text-align:left;
margin-right:10px;
_margin-right:5px;
width:200px;
float:left;
background-image:url(../images/bg_right.gif);
background-repeat:repeat-y;
}

#right_col .col_header{
background-image:url(../images/col_header_bg_right.gif);
background-repeat:no-repeat;
width:170px;
height:47px;
border-bottom:1px solid #fff;
}

#right_col .col_header h1 {
font-size:1.1em;
font-weight:lighter;
color:#fff;
display:inline;
padding-left:10px;
}

#right_col .caption {
  background-image:url(../images/bg_caption.gif);
  background-repeat:repeat-y;
  
  width:170px;
 
 color:#fff;
 line-height:22px;
 font-size:11px;
 display:block;
 border-bottom:11px solid #fff;
}

#right_col .caption a{
text-decoration:none;
color:#fff;
}

#right_col .caption a:hover{
  text-decoration:underline;
color:#fff;
}

#right_col #right_col_box {
width:179px;
background-color:#fff;
float:right;
}

#right_col #right_col_box #right_col_sub_box img{
  display:block;
}

#right_col #right_col_box #right_col_sub_box {
float:right;
width:170px;
 background-color:#319A63 ;
}

#clear_all {
clear:all;
}

#footer{
text-align:left;
margin-left:auto;
margin-top:5px;
margin-right:auto;
background-color: #319A63;
width:812px;
height:20px;
}

#footer p {
padding:5px;
font-size:0.7em;
color:#fff;
}

#form {
line-height: 25px;
width: 280px;
margin-left: 20px;
}

#form label {
float: left;
font-size:11px;
}

#form input {
float: right;
font-size:11px;
}