/*Site stylesheet*/

body {  
	background-attachment: scroll;
	background-color: #262626;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}


/*Main Container*/
#MainText {
	background-color: #D3D4D0;
	list-style-position: outside;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	vertical-align: top;
	padding-top: 20px;

}

/*Header Section*/
#header {
	background-color: #EFEFEF;
	width: 900px;
	border-collapse: none;
}
.logo {
	font-family: "Century Gothic";
	font-size: 36px;
	font-weight: normal;
	color: #6CE508;
	text-align: left;
	padding: 10px 10px;
}

/*Header Site Navigation Bar*/

.tab1, .tab1 a:link, .tab1 a:visited, .tab1 a:hover, .tab1 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
}



.textnav {
	font-size: 0.85em;
	font-weight: normal;
	color: #868686;
	padding: 2px;
	background-color: E8FAE2;
	border: 1px solid #CFE1CA;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	width: 80px;
}
.textnav, .textnav a:link, .textnav a:visited {
	text-decoration: none;
	color: #868686;
	}
.textnav a:hover, .textnav a:active {
	text-decoration: none;
	color: #646464;
}



.nav1 {
	height: 30px;
	font-size: 0.8em;
	font-weight: normal;
	color: #868686;
	text-align: center;
	vertical-align: middle;
	display: block;
	background-repeat: repeat-x;
	background-image: url(../images/navbg.jpg);
	background-position: center center;
	padding-top: 15px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.nav1 a:link, .nav1 a:visited {
	text-decoration: none;
	color: #AFAB93;
	}
.nav1 a:hover, .nav1 a:active {
	text-decoration: none;
	color: #646464;
}

.nav1On {
	font-size: 0.75 em;
	text-align: left;
	background-color: #C4C7D8;
	border-top-color: #E0DECF;
	border-bottom-color: #E0DECF;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	color: #FFFFFF;
	text-decoration: none;
	padding:2px;
	height: 20px;
	width: 90px;
	font-weight: bold;
	}
	.nav1On a:link{
	background-color: #C4C7D8;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	}
	.nav1On a:visited {
	background-color: #C4C7D8;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	}
	.nav1On a:hover{
	background-color: #C4C7D8;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	}
	.nav1On a:active{
	background-color: #C4C7D8;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	}

/*Main editable content section*/

}
.mainCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	list-style-type: square;
	list-style-position: outside;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.2em;

}

.mainCopy a:link {
color: #868686;
text-decoration: none;
}
.mainCopy a:visited {
color: #868686;
text-decoration: none;
}
.mainCopy a:hover {
color: #646464;
text-decoration: underline;
}
.mainCopy a:active {
color: #868686;
text-decoration: none;
}

/*Main Text Headings*/

h1 {font-size:1.5em;
font-family: Century Gothic, Helvetica, Verdana;
font-weight: bold;
text-align: left;
color: #0591C2;}

h2 {
font-size:1.1em; 
font-weight: bold;
font-family: Century Gothic, Helvetica, Verdana;
color: #6CE508;
line-height: 1.7em;
padding-bottom: 0.0em;
}

h3 {
font-size:0.9em; 
font-family: Helvetica, Verdana, Arial, sans-serif;
line-height: 1.5em;
font-weight: bold;
color: #646464;
}
h4 {font-size:0.8em; 
font-family: Helvetica, Verdana, Arial, sans-serif;
text-decoration: underline;
color: #A9ADC8;
}
h5 {font-size:0.8em; 
font-family: Helvetica, Verdana, Arial, sans-serif;
font-style: italic;
}

/*Main Text Lists*/
ul {
}

li {
list-style-type: square;
list-style-position: outside;
}
UL LI
{
list-style-position: outside;
list-style-type: square;
padding-bottom: 10px;
}
UL LI LI
{
list-style-type: disc;
}
UL LI LI LI
{
list-style-type: decimal;
}

OL LI
{
list-style-position: outside;
list-style-type: decimal;
padding-bottom: 10px;
}
OL OL LI
{
list-style-type: lower-alpha;
}
OL OL OL LI
{
list-style-type: lower-roman;
}

.blocktext1 {
	text-align: justify;
	font-style: italic;
	padding: 10px;

}
.blocktext2 {
text-align: justify;
font-size: 0.75em;
color: #E7F0EF;
background-color: #E8FAE2;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
}

#hrRed{
	width: 400px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	border: thin dotted #646464;
	align: center;
}
.h2Box a:link, .h2Box a:visited, .h2Box a:hover, .h2Box a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6CAFD6;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 1.7em;
	line-height: normal;
	text-decoration: none;
	width: 80%;
	align: center;

}
.h2Box { 	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6CAFD6;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 1.7em;
	line-height: normal;
	text-decoration: none;
	width: 90%;
	align: center;
 } 

/*Tables*/

#tablehead {
	background-color: #3B325D;
	color: #FFFFFF;
	font-family: CenturyGothic, Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	font-weight: bolder;
	vertical-align: middle;
	text-align: center;
	height: 15px;
	display: block;
	padding: 5px;
	border: 1px solid #FFFFFF;
}

.tablehead { 
	background-color: #646464;
	color: #FFFFFF;
	font-family: CenturyGothic, Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	font-weight: bolder;
	vertical-align: middle;
	text-align: center;
	height: 15px;
	display: block;
	padding: 5px;
	border: 1px solid #FFFFFF;
 }
 
.tablerowhead {
	vertical-align: top;
	line-height: 1em;
	font-size: 0.70em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#tabletext, .tabletext{
	vertical-align: top;
	line-height: 1em;
	font-size: 0.70em;
	padding: 5px;
}

.tabletextcentre {
	valign: top;
	align: center;
	line-height: 1em;
	font-size: 0.70em;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}



.tablerowheadBdr {
	border: 1px solid #646464;
	line-height: 1em;
	font-size: 0.70em;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	vertical-align: top;

}
.tabletextBdr {
	border: 1px solid #646464;
	valign: top;
	align: center;
	line-height: 1em;
	font-size: 0.70em;
	padding: 5px;
	vertical-align: top;
}
.tabletextcentreBdr {

	border: 1px solid #646464;
	vertical-align: top;
	line-height: 1em;
	font-size: 0.7em;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

.tablecentreBdrShade {

	border: 1px solid #646464;
	background-color: #E0DECF;
	vertical-align: top;
	line-height: 1em;
	font-size: 0.7em;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}


.tabledata{
	font-size: 0.7em;
	text-align: center;
	vertical-align: center;
	width: 60px;
}


.byline {
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.2em;
}

/*ADVERTISEMENT BLOCKS*/
.textpromo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EE1212;
}
/*TAGS & SOCIAL LINKS*/
.social {
width: 90px;
border: 2px solid #70A5c4;
cellpadding: 0;
cellspacing: 0;
}


/*Home Page Left Tables*/
	
/*HOME PAGE*/
/*Home Page Right Tables*/


	
/*SECTION NAVIGATION*/

.SecLcol {
	font-size: 0.6em;
	vertical-align: top;
	text-vertical-align: top;
	text-align: left;
	background-color: #F7F7F7;
	border-right-width: 1px;
	border-right-style: double;
	border-right-color: #FF0000;

}
.NavSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	align: center;
	font-weight: bold;
	color: #646464;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8FAE2;
}

#secnav1 {
	font-size: 0.75em;
	font-color: #FFFFFF;
	background-color: #646464;	
	margin: 0px 5px;
	cellspacing: 2px;
	padding:5px;
	text-align: left;
	font-family:CenturyGothic,Verdana, Helvetica;
	text-vertical-align: top;
	list-style-type: none;
}
.secNav1 ul li {
	list-style-type: none;
	text-decoration: none;
	cellspacing: 5px;
	line-spacing: 1.2em;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFFFF;

}
.secNav1Cell {
	font-size: 0.75em;
	color: #646464;
	text-align: left;
	line-spacing: 1.2em;	
	vertical-align: middle;
	background-color: #FFFFFF;
	border-bottom-color: #D5D1AD;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	cellspacing: 5px;
}

.secNav1Cell a:link {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #646464;
	text-align: left;
	}
.secNav1Cell a:visited {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #646464;
	text-align: left;
}
.secNav1Cell a:hover {
	background-color: #646464;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
}
.secNav1Cell a:active {
	background-color: #868686;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
	}
.secNav1CellOn {
	font-size: 0.75em;
	color: #AFAB93;
	text-align: left;
	line-spacing: 1.2em;	
	vertical-align: middle;
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-top-width: 1px;	
	border-bottom-width: 1px;
	border-bottom-color: #D5D1AD;
	border-bottom-style: dotted;
	color: #AFAB93;
	text-decoration: none;
	cellspacing: 5px;
	}
	.secNav1CellOn a:link{
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-top-width: thin;	
	border-bottom-width: thin;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dotted;
	color: #AFAB93;
	text-decoration: none;
	}
	
	.secNav1CellOn a:visited {
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-top-width: thin;	
	border-bottom-width: thin;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dotted;
	color: #AFAB93;
	text-decoration: none;
	}
	.secNav1CellOn a:hover{
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-top-width: thin;	
	border-bottom-width: thin;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dotted;
	color: #D5D1AD;
	text-decoration: none;
	}
	.secNav1CellOn a:active{
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-top-width: thin;	
	border-bottom-width: thin;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dotted;
	color: #D5D1AD;
	text-decoration: none;
	}

#secNav2Cell, .secNav2Cell {
	font-size: 0.7em;
	font-family:CenturyGothic,Verdana, Helvetica;
	text-align: left;
	color: #868686;
	background-color: #FFFFFF;
	cellspacing: 2px;
	padding:2px;
	display: block 
	}
	.secNav2Cell a:link {
	color: #868686;
	background-color: #FFFFFF;
	text-decoration: none;
	display: block 
	}
	.secNav2Cell a:visited {
	color: #868686;
	background-color: #FFFFFF;
	text-decoration: none;
	}
	.secNav2Cell a:hover {
	background-color: #646464;
	color: #FFFFFF;
	text-decoration: none;
	display: block 

	}
	.secNav2Cell a:active {
	background-color: #FFFFFF;
	color: #D5D1AD;
	text-decoration: none;
	}

	
/*Section Right Column*/	
#SecRcol{
	width: 160px;
	background-color: #FFFFFF;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-left-width: 1px;
	text-vertical-align: top;
	text-align: left;

	}
.SecRcol {
	font-size: 0.7em;
	vertical-align: top;
	text-vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;
} 

#boxhead{
	background-color: #646464;
	color: #FFFFFF;
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	vertical-align: middle;
	text-align: center;
	height: 20px;
	display: block;
	}
.boxhead  {
 	background-color: #646464;
	color: #FFFFFF;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
	display: block;
 } 



/*LEGAL PAGES*/

#legal{
background-color: #ffffff;
font-size: 0.7em;
cell-padding: 10px;
}

.legal  {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #ffffff;
	text-align: justify;
	cell-padding: 10px;
 } 		

/*NEWS PAGES*/

/*News Pages Text*/

.news {
	list-style-position: outside;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	font-size: 0.75em;
	font-weight: bold;
}
.news a:link, .news a:visited {
	list-style-position: outside;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	color: #9F9F9F;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
.news a:hover, .news a:active {
	text-decoration: none;
	color: #646464;
	font-weight: bold;
}
.newsintro {
font-size: 0.75em;
}
	
/*OTHER ITEMS*/
/*FOOTER*/

#footer{
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
	.footer {
	text-indent: 10px;
	font-weight: bold;
	font-size: 0.7em;
	font-family: "Century Gothic", Helvetica, Arial;
	color: #FFFFFF;
	vertical-align: middle;	
	text-decoration: none;
	}
	
	.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	}

	.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	.footer a:hover {
	color: #646464;
	text-decoration: none;
	}

	.footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
.lvline {
	background-color: #D3D4D0;
	width: auto;
}
.rvline {

	background-color: #6CE508;
	width: 1px;
}

}.hr  { 
	width: 100%;
	border: thin dotted #6CE508;
	align: center;
	height: 1px;

 } 
