/*--[ layout ]-----------------------------------------------------*/
body {  padding: 0;   margin: 0;   background-image: url("images/background.gif");  font-family: Arial, Helvetica, Sans-Serif;  font-size:13px;  }
#container {  width: 800px;   }
#content_main {  vertical-align:top;  background-color:#FFFFFF;   padding: 45px 80px 30px 50px;  }
#content_main_singlecol {  padding-left: 180px;  }
#content_sub {  width:200px;  background-color:#E4F3ED;  border-right: 1px solid #CCCCCC;  }
#content_sub div {  padding:15px;   font-size:11px;  color:#808080;  }
#frame {   border:1px solid #000000;  }#foot {  clear: both;  }

/*--[ common ]-----------------------------------------------------*/
h1 {} 

/* use for branding only */
h2 {  color:#ABABAB;  font-size:20px;  font-weight:normal;  letter-spacing: .05em;  text-transform:uppercase;  font-family: Times New Roman, Times, Serif;  }
h3 {  font-size:12px;  padding-top:15px;  letter-spacing: 0.10em;  text-transform:uppercase;  }
h4 {  font-size:12px;  text-transform:uppercase;  }
h5 {  color:#000000;  font-size:11px;  font-weight:normal;  }
p {line-height:150%;}
div#content_main p {line-height:200%;}
div#content_main li {line-height:200%;}
a{color:#1CAE6E; text-decoration: none;}
a:hover {text-decoration: underline;}
.em {  font-size:12px;  color:#808080;  }  

/* use for slanted small grey text only */
.strong {font-size:15px}  

/* use for right arrow only */	
/*--[ navigation ]-------------------------------------------------*/
.nav {  padding:0;   margin:0;  list-style-type:none;  text-transform:uppercase;  font-size:11px;  display:table;  white-space:nowrap;  }
.nav li {  display:inline; float:left;  }
.nav a {  display:block;   position:relative;  text-decoration:none;   float:left;   color:#FFFFFF;   background:#1A754A;   padding:2px 8px;   width:auto;  }
.nav a:hover {  color:#FFFFFF;   background:#1A9A77;  }
.withDivider {  border-right: 1px solid #CCCCCC;  }  
.menuContainer {  border-top: 1px solid #CCCCCC;  border-bottom: 1px solid #CCCCCC;  }
.subnav {  float:right;  font-size:11px;  margin-top:5px;  margin-bottom:5px;  margin-right:5px;  }

/*.subnav a {color:#000000;}*/
a.subnavlink  {color:#000000;}		
.copyright {  float:left;  font-size:11px;  margin-top:5px;  margin-left:5px;  }