/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 1.5em;	
	background: #6D883B url("../images/greenBG.jpg") top center no-repeat;
	height: 100%;
	width: 100%;
	text-align: center;
}

a {
	color: #436BB3;
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a:visited :hover {
	color: #EF3C47;
}

form {
	margin-bottom: 20px;
}

h1{
	font-size: 21px;
	margin: 10px 0 15px 10px;
	color: #E0AF02;
}

h2{
	font-size: 15px ;
	color: #E0AF02;
	margin: 15px 5px 0 15px;
}

h2 + table,  h2 + form{
	margin-top: 7px;
}

h3{
	font-size: 13px;
	color: #666;
	margin: 5px 0 0 20px;
}

hr {
	margin: 0 auto 15px;
	width: 85%;
	display: block;
}

p {
	margin: 0 15px 10px 20px;
}

ol, ul {
	margin: 0 15px 10px 50px;
}

table {
	margin: 0 2% 10px;
	border: 1px solid #DEDEDE;
	border-collapse: collapse;
	width: 96%;
}

td, th {
	vertical-align: top;
	padding: 2px;
	border: 1px solid #DEDEDE;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 1.25em;
}
td.bottom, th.bottom {
	vertical-align: bottom;
}

th {
	background: #E0AF02;
	color: #FFF;
	text-align: center;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#nonFluid {
	width: 980px;
	margin: 280px auto 0;
	background: #FFF;
	text-align: left;
}

#masthead {
	height: 200px;
	width: 100%;
}

#bar {
	background: #E0AF02;
	height: 22px;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-style: italic;
	padding-top: 4px;
}

#leftBar {
	float: left;
	width: 150px;
	margin: 10px 0 50px;
	
}

#content, #contentWide {
	float: left;
	width: 590px;
	margin: 15px 0 10px;
	border: 1px solid #66631A;
	border-width: 0 0 0 1px;
}

#contentWide {
	width: 800px;
}

#column, #columnNB, #columnThird {
	float: left;
	
	width: 290px;
	margin: 0 0 10px;
	overflow: visible;
}
#columnThird {
	width: 30%;
	margin: 0 2% 10px 0;
}

#columnNB {
	border: none;
}

#boxYellow, #boxGreen, #boxBlue, #boxRed, #boxPurple {
	float:right;
	width: 190px;
	margin: 15px 10px 0 0;
	border: 2px solid #E0AF02;
}

#boxRed h2, #boxYellow h2, #boxGreen h2, #boxBlue h2, #boxPurple h2 {
	width: 185px;
	margin: 0 0 5px;
	padding: 3px;
}

#boxYellow p, #boxGreen p, #boxBlue p, #boxRed p, #boxPurple p {
	margin: 0 7px 7px;
	line-height: 1.35em;
}

#boxRed h2 {	
	background: #EF3C47;
	color: #FFF;
}

#boxYellow h2 {	
	background: #E0AF02;
	color: #FFF;
}

#boxGreen h2 {	
	background: #6D883B;
	color: #FFF;
}

#boxBlue h2 {	
	background: #436BB3;
	color: #FFF;
}

#boxPurple h2 {	
	background: #7E6696;
	color: #FFF;
}

#boxGreen {
	border: 2px solid #6D883B;
}

#boxBlue {
	border: 2px solid #436BB3;
}

#boxRed {
	border: 2px solid #EF3C47;
}

#boxPurple {
	border: 2px solid #7E6696;
}

#copyright{
	margin: 10px auto 0 ;
	text-align: right;
	font-size: 10px;
	clear: both;
}

/***********************************************/
/* Layout Divs  Specifics                      */
/***********************************************/
#leftBar a:link:hover, #leftBar a:visited:hover {
	text-decoration: underline;
}

#leftBar h2 { 
	margin: 0 10px 3px 15px;
	line-height: 1em;
}

#leftBar ul { 
	margin: 0 10px 10px 40px;
	list-style: disc;
	line-height: 1.4em;
	font-size: 12px;
}

#leftBar ul ul { 
	margin:0 10px 0 15px;
}

#leftBar ul li { 
	margin:0;
}

#leftBar ul li a:link, #leftBar ul li a:visited, #rightBar h2 a{
	font-weight:normal;
	text-decoration: none;
	color: #666;
}

#leftBar ul li a:link:hover, #rightBar h2 a:hover{
	text-decoration: underline;
}

#content img, #contentWide img{
	float: left;
	position: relative;
	z-index: 10;
	margin: 0 25px 0 -130px;
}

#content img.freeR, #contentWide img.freeR{
	float: right;
	margin: 0 5px 0 10px;
}

#content img.freeL, #contentWide img.freeL {
	float: left;
	margin: 0 10px 0 5px;
}

/***********************************************/
/* Classes                                     */
/***********************************************/
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}
.center {
	text-align: center;
}

.right {
	text-align: right;
}

th.right {
	width: 25%;
}

tr.notVer th {
	background: #000;
	text-align:right;
}

tr.notParentVer th {
	background: #CCC;
	color: #333;
	text-align:right;
}

img.floatR {
	float: right;
	margin: 3px 0 5px 10px;
}

img.floatL {
	float: left;
	margin: 3px 10px 5px 0;
} 

span.hiite {
	color: #E0AF02;
	font-weight: bold;
	font-size: 18px;
}

.total {
	float: right;
	font-weight: bold;
}

.notVer {
	color: #FFF;
	background: #666;
}

.notParentVer {
	color: #333;
	background: #CCC;
}

.notVer a  {
	color: #FFF;
}

.notVer a:hover, .notVer a:visited :hover {
	color: #E0AF02;
}

.notParentVer a:hover, .notParentVer a:visited :hover {
	color: #FF9;
}

.noShow {
	background: #F00;
	color: #FFF;
}

.smaller {
	font-weight: normal;
	font-size: 12px;
}

.hideIt {
	display: none;
}
