div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}

a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
}

div.menuBar {
  background-color: #3E548D;
  padding: 4px 20px 4px 20px;
  text-align: left;
}

div.menuBar a.menuButton {
  background-color: transparent;
  color: #FFFFFF;
  cursor: default;
  left: 0px;
  margin: 0px;
  padding: 4px 38px 4px 2px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  color: #FFFFFF;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #3E548D;
  color: #C1D3DD;
}

div.menu {
  background-color: #7E7E7E;
  left: 0px;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: 0px;
  filter:alpha(opacity=90);
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #FFFFFF;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #3E548D;
  filter:alpha(opacity=90);
}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -1em;
}





/* general styles */
	
BODY {
	padding: 0;
	margin: 0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-bottom: 20px;
}

TD {
	font-size: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

select {
	font-size: 11px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

INPUT {	
	font-size:11px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

H1 {
	margin: 0;
	padding: 0;
	padding-bottom: 5px; 
	margin-bottom: 15px;
	color:#6F0124;
	font-size: 18px;		  
	border-bottom: 1px solid lightgrey;
}

H2 {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	color:#6F0124;
	font-size: 16px;	
	font-weight: bold;  
}

H3 {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	color:#6F0124;
	font-size: 15px;	
	font-weight: bold;  
}

H4 {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	color:#6F0124;
	font-size: 14px;	
	font-weight: bold;  
}

H5 {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	color:#6F0124;
	font-size: 13px;	
	font-weight: bold;  
}

H6 {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	color:#6F0124;
	font-size: 12px;	
	font-weight: bold;  
}

P {
	margin-top: 1em;
	margin-bottom: 1em;
}

ul, ol {
	margin-top: 1em;
	margin-bottom: 1em;
}

A:link {
	COLOR: #6F0124;
	TEXT-DECORATION: none;
}

A:visited {
	COLOR: #6F0124;
	TEXT-DECORATION: none;
}

A:hover {
	COLOR: #6F0124;
	TEXT-DECORATION: underline;
}

/* navigation */
a.topnav_avtive {
	font-size: 12px;
	font-weight: bold;
	color: #C1D3DD;
	text-decoration: none;
}

a.topnav {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.topnav:link, a.topnav:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.topnav:hover {
	font-size: 12px;
	font-weight: bold;
	color: #C1D3DD;
	text-decoration: none;
}

.topsub {
	color: #505050;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.topsub, a.topsub:link, a.topsub:visited {
	color: #505050;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.topsub:hover {
	font-size: 12px;
	font-weight: bold;
	color: #505050;
	text-decoration: underline;
}

/* body styles */

#home_main {
	padding-top: 17px;
	padding-bottom: 40px;
}

#home_right {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 18px;
}

#maincontent {
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 45px;
}

#date {
	color: #87806C;
	text-align: right;
	padding-right: 17px;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	background: #E5DDC9;
}

#cookie {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	padding-left: 20px;
	line-height: 21px;
}

#cookie a {
	color: #222454;	
	font-weight: bold;
	font-size: 12px;
}

#cookie a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #222454;	
	text-decoration: underline;
}

a.footer:link, a.footer:visited {
	font-size: 12px;
	font-weight: bold;
	color: #878787;
	text-decoration: none;
}

a.footer:hover {
	font-size: 12px;
	font-weight: bold;
	color: #878787;
	text-decoration: underline;
}

a.quicklink:link, a.quicklink:visited {
	font-weight: bold;
	color: #007694;
	text-decoration: none;
}

a.quicklink:hover {
	font-weight: bold;
	color: #007694;
	text-decoration: underline;
}

/* header styles */

.navhdr {
	padding: 25 10 10 12;
	margin: 0;	
	color:#8A1C00;
	font-size: 13px;	
	font-weight: bolder;  
	text-transform: uppercase;
}

.quickhdr {
	margin: 0;
	padding: 0;
	color:#8A1C00;
	font-size: 12px;	
	letter-spacing: normal;
	text-transform: uppercase;
	font-weight: bold;  
	border-bottom: 2px dotted #CEC9C2;
	margin-bottom: 5px;
	width: 184px;
}

/* Homepage styles */
.about_t {
	font-size: 12px;
	font-weight: bold;
	color: #202020;
	text-decoration: none;
}
.about {
	font-size: 11px;
	color: #202020;
	text-decoration: none;
}

a.about_h:link, a.about_h:visited {
	font-size: 12px;
	font-weight: bold;
	color: #202020;
	text-decoration: none;
}

a.about_h:hover {
	font-size: 12px;
	font-weight: bold;
	color: #202020;
	text-decoration: underline;
}

.nhead_t {
	font-size: 12px;
	font-weight: bold;
	color: #0A1F56;
	text-decoration: none;
}
.nhead {
	font-size: 11px;
	color: #0A1F56;
	text-decoration: none;
}
a.nhead:link, a.nhead:visited {
	font-size: 11px;
	color: #0A1F56;
	text-decoration: none;
}

a.nhead:hover {
	font-size: 11px;
	color: #0A1F56;
	text-decoration: underline;
}


/* news styles */

.newslist01 {
	margin-top: 10px;
} 

.newslist01 li {
	list-style: url(images/dot.gif);
} 

.newslist02 {
	margin: 10 0 10 20;
} 

.newslist02 li {
	list-style: url(images/dot.gif);
	padding-bottom: 4px
} 

.newslist03 {
	margin: 10 0 20 10;
	list-style: none;
} 

.newslist04 {
	margin: 10 0 10 0;
	list-style: none;
} 

.newshdr {
	margin: 0;
	padding: 0;
	color:#8A1C00;
	font-size: 12px;	
	font-weight: bold; 
}

.newsclip {
   background: url(images/clipframe.jpg);
   background-position: top right; 
   background-repeat: no-repeat;
   padding: 8px 10px 0 0;
}

.newsclipheada {
  margin-top:0;
  margin-bottom: 0.5em;
  font-size:16px;
}

.newsclipheadb {
  margin-top:0;
  margin-bottom: 0.5em;
  font-size:14px;
}

/* "read more" styles */

a.more:link, a.more:visited {
	font-size: 11px;
	font-weight: bold;
	color: #6F0124;
	text-decoration: none;
}

a.more:hover {
	font-size: 11px;
	font-weight: bold;
	color: #6F0124;
	text-decoration: underline;
}

/* main section colors */

.command {
	background: #600903;
}

.soldier {
	background: #363425;
}

.family {
	background: #1E3E42;
}

.visitor {
	background: #544929;
}

.culture {
	background: #89430F;
}

.pa {
	background: #112241;
}

/* left navigation styles */

.leftnav ul {
	font-size: 11px;
	margin: 0;
	padding:0;
}

.leftnav li {
	list-style: url(images/blank_leftnav.gif);
	padding: 3 5 5 20;
	font-weight: bold;
	border-bottom: 1px solid #CEC9C2;
	list-style-position: outside;
}

.leftnav a { 
	font-weight: bold;
	COLOR: #007694;
}

.leftnav a:hover { 
	text-decoration: underline; 
	font-weight: bold;
	COLOR: #007694;
}

.leftnavOn {
	font-size: 11px;
	background: #ffffff;
	padding-top: 5px;
	border-bottom: 1px dotted #CEC9C2;
}

.leftnavOns {
	font-size: 11px;
	background: #ffffff;
	padding-top: 5px; 
}

.leftnavOn ul {
	margin: 0;
	padding:0;
}

.leftnavOn li {
	list-style: url(images/blank_leftnav.gif);
	padding: 3 5 5 0;
	margin-left: 20px;
	font-weight: bold;
	list-style-position: outside;
}

.leftnavOn a { 
	font-weight: bold;
	COLOR: #007694;
}

.leftnavOn a:hover { 
	text-decoration: underline;  
	font-weight: bold;
	COLOR: #007694;
}

.leftnavOn li#active {
	list-style: url(images/arrow_leftnav.gif);
	font-weight: bold;
	COLOR: #007694;
}

.subnav ul {
	font-size: 11px;
	margin: 0;
	padding:3 5;
	list-style: none;
	background: #ffffff;
	border-bottom: 1px solid #CEC9C2;
}

.subnav li {
	list-style: url(images/arrow_subnav.gif);
	list-style: none;
	padding: 0 5 0 0;
	margin-left: 25px;
	margin-bottom: 3px;
	font-weight: bold;
	border-bottom: none;
}

.subnav a { 
	list-style: none;
	font-weight: bold;
	COLOR: #007694;
}

.subnav a:hover { 
	text-decoration: underline; 
	font-weight: bold;
	COLOR: #007694;
}

.subnav li#active {
	list-style: url(images/arrow_subnav.gif);
	text-decoration: none; 
	font-weight: bold;
	COLOR: #8A1C00;
}

/* footer styles */

#footer {
	font-size: 10px;
	color: #87806C;
}	

#footer a:link { 	
	font-size: 10px;
	color: #007694;
	text-decoration: none;
}

#footer a:visited { 	
	font-size: 10px;
	color: #007694;
	text-decoration: none;
}

#footer a:hover { 
	font-size: 10px;
	color: #007694;
	text-decoration: underline;
}	

/* drop down navigation styles */

#Layer1 {
	left: 50%; 
	margin-left: -372px; 
	margin-top: 129px; 	
	font-size: 11px; 
	position: absolute; 
	width: 124px; 
	height: 200px; 
	z-index: 1; 
	visibility: hidden;
	color: #ffffff;
}

#Layer1 a {
	color: #ffffff;
}

#Layer1 a:hoover {
	color: #ffffff;
	text-decoration: underline;
}

#Layer2 {
	left: 50%; 
	margin-left: -247px; 
	margin-top: 129px; 	
	font-size: 11px; 
	position: absolute; 
	width: 123px; 
	height: 200px; 
	z-index: 1; 
	visibility: hidden;
	color: #ffffff;
}

#Layer2 a {
	color: #ffffff;
}

#Layer2 a:hoover {
	color: #ffffff;
	text-decoration: underline;
}

#Layer3 {
	left: 50%; 
	margin-left: -123px; 
	margin-top: 129px; 	
	font-size: 11px; 
	position: absolute; 
	width: 124px; 
	height: 200px; 
	z-index: 1; 
	visibility: hidden;
	color: #ffffff;
}

#Layer3 a {
	color: #ffffff;
}

#Layer3 a:hoover {
	color: #ffffff;
	text-decoration: underline;
}

#Layer4 {
	left: 50%; 
	margin-left: 1px; 
	margin-top: 129px; 	
	font-size: 11px; 
	position: absolute; 
	width: 124px; 
	height: 200px; 
	z-index: 1; 
	visibility: hidden;
	color: #ffffff;
}

#Layer4 a {
	color: #ffffff;
}

#Layer4 a:hoover {
	color: #ffffff;
	text-decoration: underline;
}

#Layer5 {
	left: 50%; 
	margin-left: 125px; 
	margin-top: 129px; 	
	font-size: 11px; 
	position: absolute; 
	width: 124px; 
	height: 200px; 
	z-index: 1; 
	visibility: hidden;
	color: #ffffff;
}

#Layer5 a {
	color: #ffffff;
}

#Layer5 a:hoover {
	color: #ffffff;
	text-decoration: underline;
}

#Layer6 {
	left: 50%; 
	margin-left: 250px; 
	margin-top: 129px; 	
	font-size: 11px; 
	position: absolute; 
	width: 124px; 
	height: 200px; 
	z-index: 1; 
	visibility: hidden;
	color: #ffffff;
}

#Layer6 a {
	color: #ffffff;
}

#Layer6 a:hoover {
	color: #ffffff;
	text-decoration: underline;
}

/* picture styles */

.pic_left {
	float: left; 
	margin: 3 10 5 0;	
}

.pcap_left {
	color=#727272;
	text-align: right;
	font: 8pt Tahoma;
}

.pic_right {
	float: right; 
	margin: 3 0 5 10;		
}

.pcap_right {
	color=#727272;
	text-align: left;
	font: 8pt Tahoma;
}

.pic_center {
	text-align: center;
	margin: 10 0 0 0;	
}

.pcap_center {
	color=#727272;
	text-align: center;
	font: 8pt Tahoma;
}

/* list styles */

.plain {
	margin: 10 0 10 25; 
	list-style: url(images/dot.gif);
}

.numberedlist {
	margin: 10 0 10 25;
}

.2column {
	width: 40%;
	vertical-align: top;
}

.loose li {
  margin-bottom: 0.5em;
}

.looser li {
  margin-bottom: 1em;
}

/* news article styles */

.article_sidehdr {
	background-color: #7E7E7E;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	padding-left: 10px;
}

.newslinks ul {
	margin: 10 0 20 10;
	list-style: none;
}

.newslinks li {
	margin-bottom: 5px;
}

.article_pic {
	text-align: center;
	padding-top: 10px;
}

.article_pcap {
	color=#727272;
	text-align: center;
	font: 8pt Tahoma;
}

/* other styles */

.plainquote {
	margin: 10 55 10 25;
    font-size: 10px;
}

.plainquote P {
    font-size: 10px;
}

.brdquote {
    margin: 10 55 10 25;
	padding: 0 10 0 10;
    font-size: 10px;
	border: 3px double lightgrey; 
}

.brdquote P {
    font-size: 10px;
	margin-bottom: 5px;
}

.sidelinkbox {
  float: right; 
  width: 160px; 
  margin: 0em 0em 1em 1em; 
  padding: 1em; 
  background-color: #EFEFEF; 
  border: 1px solid silver;
}

.sidelinkbox h5 {
  margin: 0 0 0.5em 0;
}

.sidelinkhead {
  margin: 0 0 0.5em 0;
}

.term {
	color: #8A1C00;
  font-weight: bold;
}

.tocbox {
  float: right; 
  width: 160px; 
  margin: 0em 0em 1em 1em; 
  padding: 1em; 
  background-color: #EFEFEF; 
  border: 1px solid silver;
}

.tocbox h5 {
  margin: 0 0 0.5em 0;
}

.tocbox ul {
  margin: 0 0 0.5em 2em;
}

.tocbox ol {
  margin: 0 0 0.5em 2em;
}

.narrowbox {
  width: 150px;
}

/* photo gallery styles */

table.album td {
	padding-top: 18px;
    padding-left: 0em; 
    padding-right: 0em; 
    padding-bottom: 0em;
	width: 174px;
	height: 160px;
    text-align: center;
	vertical-align: top;
	background-image: url(images/album_m.gif);
}

.album_title {
	font: 8pt Tahoma;
	margin-top: 2px;
	width: 128px;
	font-weight: bold;
}

table.gallery td {
	padding-top: 18px;
    padding-left: 0em; 
    padding-right: 0em; 
    padding-bottom: 0em;
	width: 174px;
	height: 160px;
    text-align: center;
	vertical-align: top;
	background-image: url(images/frame.gif);
}

.gallery_pic {
	margin: 0;
	text-align: center;	
}

.gallery_pcap {
	font: 8pt Tahoma;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
}

.gallery_thumb {
	border: 1px solid #777777;
}

.gallery_caption {
	font: 7pt Tahoma;
	margin-top: 2px;
	width: 128px;
}

#gallery_control {
	border-top: 1px solid lightgrey;
	margin-top: 10px;
	padding-top: 10px;
}

.popup_pic {
	text-align: center;
	padding-top: 50px;
}

.pic_big {
	text-align: center;
	border: 2px solid #777777;
}

/* video styles */

.video {
	width: 200px; 
	height: 200px; 
	border: 3px double lightgrey; 
	padding: 15px;
}

.video_thumb {
	text-align: center;
}

.video_cap {
  	margin-top: 5px;
  	margin-bottom: 10px;
  	font: bold 8pt Tahoma;
	text-align: center;
  }
  
.videolink_wmp {
	padding-left: 15px;
	background: url(images/icon_wmp.gif) no-repeat;
}

.videolink_quick {
	padding-left: 15px;
	background: url(images/icon_quick.gif) no-repeat;
}

.videolink_real {
	padding-left: 15px;
	background: url(images/icon_real.gif) no-repeat;
}

.popup_video {
	text-align: center;
} 

/* pop-up window styles */

.popup_top {
	background: url(images/popup_top.gif) repeat-x;	
	text-align: right;
	height: 20px;
}

.popup_btm {
	background: url(images/popup_btm.gif) repeat-x;	
	vertical-align: top;
	text-align: center;
	height: 48px;
} 

.popup_cap{
	font: 10pt Tahoma;
	font-weight: bold;
	padding-top: 10px;
}

/* table styles */

table.type_01 {
    border: 1px solid lightgrey;
}

table.type_01 td {
    padding: 5px;
    border: 1px solid lightgrey;
}

table.type_01 th {
    padding: 3px;
    border: 1px solid lightgrey;
    background-color: lightgrey;
}

table.type_01 col.special {
    background-color: lightgrey;
    font-weight: bold;
}

table.std {
  border-collapse: collapse;
  border: 1px solid #C0C0C0;
}

table.std td { 
  padding: 4px 0.5em 4px 0.5em;
  border: 1px solid #C0C0C0;
}

table.std th { 
  padding: 4px 0.5em 4px 0.5em;
  border: 1px solid #C0C0C0;
  background-color: #E6E6E6;
  font-size: 12px;
}

/* form styles */

table.form td {
	padding: 6 5 6 5;
	vertical-align: top;
}

table.form {
	 border: 10px solid #fff;
	 padding: 50px;
}

table.form th {
	font-size: 14px;
	padding: 10px;
	margin: 0;
	color: #8C824B;
	border-bottom: 2px solid #8C824B;
	text-transform: uppercase;	
}

table.form3 td {
	padding: 5;
	vertical-align: top;
}

table.form3 {
	 border: 10px solid #f7f5db;
	 background: #f7f5db;
}

.inputbox {
	background: #F9F5EB;
}

.formbox2 {

}

fieldset.right {
	width:200; 	
	text-align: right;
	padding: 10 10 10 10;
}

fieldset.left {
	width:200; 		
	padding: 10 10 10 17;
}

legend {
	font-weight: bold;
}

fieldset {
	padding: 10px;
}

/* BBS styles */

.bbs_bg {
	background: url(images/bbs_bg.gif) repeat-x;
	FONT-SIZE: 10px;
	font-weight: bold;
}

table.bbs td  {
	FONT-SIZE: 11px;
}

.line {
	background: url(images/grey_dot.gif) repeat-x;
}

.bbs_hdr {
	background: #F8F8F8;
	height: 30px;
	padding-left: 15px;
	border: 1px solid #cccccc;
}

.bbs_delete {
	background: #F8F8F8;
	height: 30px;
	padding: 15px;
	border: 1px solid #cccccc;
}

.hdr {
	FONT-SIZE: 12px;
	font-weight: bold;
}

.bbs_date {
	padding-right: 15px;
	text-align: right;
}

.bbs_by {
	padding-left: 15px;
}

.bbs_content {
	padding: 8 15 15 15;
}

.bbs_write {
	padding-right: 15px;
	text-align: right;
}


/* Hearts and Minds styles */

.postcard {
	margin-bottom: 20px;
	padding: 25px;
	width: 530px;
	height: 237px;   
	vertical-align: top;	
	background: url(images/hm_postcard.jpg) no-repeat;
}

.postcard p {
 	font-family: Comic Sans MS, arial;
	font-size: 11px;
}

.bluenote {
	margin-bottom: 20px;
	padding: 45 30 20 30;
	width: 310px;
	height: 282px;   
	vertical-align: top;	
	background: url(images/hm_bluenote.jpg) no-repeat;	
}

.bluenote p {
	font-family: 'Times New Roman',Times,serif;
	font-size: 13px;
}

.ylwnote {
	margin-bottom: 20px;
	padding: 40 30 50 30;
	width: 219px;
	height: 282px;   
	vertical-align: top;	
	background: url(images/hm_ylwnote.jpg) no-repeat;	
}

.ylwnote p { 	
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 11px;	
}

.pad { 	
	margin-bottom: 20px;
	padding: 40 60 42 60;
	width: 530px;
	height: 370px;   
	vertical-align: top;	
	background: url(images/hm_pad.jpg) no-repeat;	
}

.pad p {
 	font-family: 'Courier New',Courier,monospace;
	font-size: 12px;
}

.polaroid {
	margin-bottom: 20px;
	padding: 37 55 8 42;
	width: 310px;
	height: 282px;   
	vertical-align: top;	
	background: url(images/hm_polaroid.png) no-repeat;
}

.polaroid p {
	font-family: Comic Sans MS, arial;
	font-size: 11px;
}

/* Sitemap styles */

.sm_command {
	background: #600903;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	width: 100%;
}

.sm_soldier {
	background: #363425;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	width: 100%;
}

.sm_family {
	background: #1E3E42;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	width: 100%;
}

.sm_visitor {
	background: #544929;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	width: 100%;
}

.sm_culture {
	background: #89430F;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	width: 100%;
}

.sm_pa {
	background: #112241;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	width: 100%;
}

ul.sitemap {
	font-size: 11px;
	margin-left: 30px;
	padding: 0;
}

.sitemap li {
	list-style: url(images/sm_arrow.gif);
	padding: 0;
	font-weight: bold;
}

.sitemap a { 
	font-weight: bold;
	COLOR: #007694;
}

.sitemap a:hover { 
	text-decoration: underline; 
	font-weight: bold;
	COLOR: #007694;
}


ul.sitemap_sub {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 17px;
	padding: 0;
}

.sitemap_sub li {
	list-style: url(images/sm_arrow2.gif);
	padding: 0;
	font-weight: normal;
}

.sitemap_sub a { 
	font-weight: normal;
	COLOR: #007694;
}

.sitemap_sub a:hover { 
	text-decoration: underline; 
	font-weight: normal;
	COLOR: #007694;
}

/* Content module styles */

.module_text {
	padding-bottom: 0px;
}

.module_list {
	padding-bottom: 25px;
}

.module_video {
	padding-bottom: 25px;
}

.module_blockquote {
	padding-bottom: 25px;
}

.module_formmail {
	padding-bottom: 25px;
}

.module_table {
	padding-bottom: 25px;
}

.noclear {
  clear: none;
}

.clear {
  clear: both;
}






