/* Main Layout */

body {
    color: #333;
    text-align: left;
    font: normal 11px/19px "Lucida Grande", arial, verdana, helvetica, sans-serif;
    background: #7D8B72;
	padding: 0;
	margin: 0;
	}

a {
	color: #006488;
	font-weight: bold;
  }
a:hover {
			color: #3581a1;
			text-decoration: underline overline;
		}

ul {
	list-style: square;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 0em;
	}
	
blockquote {
				margin-left: 0;
				padding-left: 1em;
			}
  
#header {
			background: #7D8B72;
		}
		 
#header-inner {
				width: 760px;
				min-height: 100px;
				margin: 0 auto;
				color: #FFFFFF;
			  }

.bodyband	   {
				background: #A4A693;
			   }
			   
.bodyband .hilite	{
						color:#ffffff;
					}

.bodyband .thin {
				   width: 760px;
				   color: #ffffff;
				   text-align: center;
				   margin: 0 auto;
			   	}
				
.bodyband .thick {
					width: 760px;
					min-height: 50px;
					margin: 0 auto;
					color: #ffffff;
					text-align: left;
			   	  }
			  
.bodyband a { color: #ffffff; }

.bodyband a:hover { text-decoration: underline overline; }

			  
#content-body {
				background: #ffffff;
				min-height: 600px;
				margin: 0 auto;
			  }
			  
#content-inner {
					width: 760px;
					text-align: left;
					margin: 0 auto;
			   }

.info-wide {
				background: url(/images/bg_nav-block.gif) top left repeat-x;
				min-height: 115px;
				width: 760px;
				text-align: left;
				margin: 0 auto;
			}
			
.info-normal {
				background: url(/images/bg_nav-block.gif) top left repeat-x;
				min-height: 115px;
				float: left;
				width: 230px;
				margin: 10px;
				text-align: left;
			  }
			  
.info-double {
				background: url(/images/bg_nav-block.gif) top left repeat-x;
				min-height: 115px;
				float: left;
				width: 460px;
				margin: 10px;
				text-align: left;
			  }

fieldset {
				background: #ffffff;
				margin: 10px;
			  }
legend {
				background: #ffffff;
				font-weight: bold;
			  }
			 
 
.tagline {
			font-weight: bold;
			color: #852C04;
		 }
		 				
.bigdeal {	color: #ffcc00;
		font-size: 1.5em;
	 }

.sidebar-left {
				background: #b0cfd2;
				min-height: 115px;
				float: left;
				width: 230px;
				margin: 10px;
				text-align: left;
			  }
			  
.sidebar-right {
				background: #b0cfd2;
				min-height: 115px;
				float: right;
				width: 230px;
				margin: 10px;
				text-align: left;
			  }
					   
TR.rowOdd TD {
				background: url(/images/bg_nav-block.gif) top left repeat-x;
			 }
		
TR.rowEven TD {
				background-color: #ffffff;
		 	  }

