
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  line-height: 15px;
  background-color: #E0E0E0;
  /*background-image:  url("../../assets/images/bg-blue.gif");*/
  background-position: left top;
  /*background-repeat: repeat-x;*/

  padding: 0px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
}

#body_wrapper {
  display: block;
  position: relative;
  width: 800px;
  /*height: 546px;*/
  left: 50%;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: -370px;
  /*border: 1px solid #5F5F5F;*/
  /*background-color: #DBDAB2;*/
  /*background-color: #D8D7B1;*/
  background-color: #FFFFFF;
}

img {
    border: 0;
    
}


#header_bar {
  font-size: 1px;
  line-height: 2px;
  width: 800px;
  height: 2px;
  /*background-color: #660033;*/
  background-color: #e0e0e0;  
  /*margin-bottom: 3px;*/
  
}
#header_wrapper{
  display: block;
  clear: both;
  width: 800px;
  padding: 0;
  margin: 0;

  /*border-bottom: solid 1px #CCCCCC;*/
  background-color: #FFFFFF;
}
#logo {
  display: block;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 12px;
  border: 0px;

}
#brand {
  display: block;
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px;
  width: 476px;  

}

#breadcrumbs{
  display: block;
  clear: both;
  width: 790px;
  height: 20px;
  padding: 5px 0px 0px 10px;
  /*border-bottom: solid 1px #CCCCCC;*/
  background-color: #FFFFFF;
}
#homepage_welcome {
	display: block;
	width: 800px;
	height: 250px;
	background-color: #FFFFFF;
	
}

#homepage_welcome_text {
	display: block;
	width: 200px;
	height: 250px;
	background-color: #F1F9EA;
	/*background-image:  url("../../assets/images/welcome_bg.gif");*/
	

}


#homepage_welcome_text ul {
    padding: 0px 0px 0px 10px;
    list-style: none;
    margin: 0px 0px 0px 10px;
}

#homepage_welcome_text ul li {
    background: url(../../assets/images/bullet10x5.gif) no-repeat 0 -1px;
    margin: 0;
    padding: 0;
    padding-left: 7px; /* This accompdates for the custom bullet */
}

#content {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 800;
    clear: both;
    color: #000000;    
    z-index: 50;
    min-height:400px;
}
/* cheat to get a grey line down the 3 column format without worrying about column size */

#content h1 { font-size: 13px; line-height: 15px; color: #33725B; font-weight: bold; margin: 0; padding: 10px 10px 10px 10px; }
#content h2 { font-size: 11px; line-height: 13px; color: #33725B; font-weight: bold; margin: 0; padding: 10px 10px 5px 10px; }
#content h3 { font-size: 10px; line-height: 13px; color: #33725B; font-weight: bold; margin: 0; padding: 10px 10px 5px 10px; }
#content h4 {  }
#content h5 {  }
#content h6 {  }
#content p { font-size: 11px; line-height: 13px; font-weight: normal; margin: 0; padding: 0; padding: 0 10px 10px 10px; }

#content ul li { font-size: 11px; line-height: 13px; font-weight: normal; padding: 0px 0px 0px 0px;}
#content ul a { text-decoration: none; }
#content ul a:hover { text-decoration: underline; }

#content blockquote { padding: 10px; text-align: center; font-size: 11px; line-height: 13px; color: #666666; margin: 0px; }
#content cite { font-weight: bold; font-size: 11px; line-height: 13px; color: #666666; text-align: right; font-style: italic; }

#content select { z-index: 0; font-size: 11px; }

#content ol {
    margin-top: 0px;
}



#content ul.bullet {
    margin: 0 0 0 5px;
    padding: 0px 5px 0px 0px;
    list-style-type: none;
    
}
#content ul.bullet li {
    padding: 0;
    margin: 0px 0 5px 5px;
    padding-left: 7px;
    background-image: url(../../assets/images/bullet10x5.gif);   
    background-repeat: no-repeat;
    
}

h1 { font-size: 14px; line-height: 15px; color: #33725B; font-weight: bold; margin: 0; padding: 10px 5px 10px 10px; }
h2 { font-size: 13px; line-height: 13px; color: #33725B; font-weight: bold; margin: 0; padding: 10px 5px 5px 10px; }
h3 { font-size: 12px; line-height: 11px; color: #33725B; font-weight: bold; margin: 0; padding: 5px 5px 5px 5px; }
h4 {  }
h5 {  }
h6 {  }


hr {	
	align: left;
	height: 1px;
	margin: 5px 5px 0px 5px;
	background-color: #7FB673;
}




a:link {
	color: #990066; 
	text-decoration: none;
}
a:visited {
	color: #990066; 
	text-decoration: none;
}
a:hover {
	color: #990066; 
	text-decoration: underline;
}
a:active {
	color: #990066; 
	text-decoration: none;
}
p {
	margin: 0px;
	padding: 5px 0px 0px 10px;
}


#hpColumns {
    
    border:none;
    padding:0;
    margin:0;
    /*background-color: #F1F9EA;*/
    width: 800px;
}

.td1 {
    /*background-color: #F1F9EA;    */
    border-right: 1px solid #ccc;
    width: 250px;
    
}
.td2 {
    /*background-color: #FFFFFF;    */
    width: 250px;
    
}
.td3 {
    /*background-color: #F1F9EA;    */
    border-left: 1px solid #ccc;
    width: 300px;
}


#hpColumns td.border {
    border-right: 1px solid #ccc;
    
}



#hpColumns tr {
    vertical-align:top;
}


#hpColumns tr.header td.border {
    border-right: 1px solid #fff;
}

#footer_bar {
	width: 800px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	background-color: #660033;
	line-height: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}

