body {
	margin: 0px;
	padding: 0px;
	background-color: #e6e6e6;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: #f60;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	padding: 0px;
	margin: 0px;
	color: #f60;
	font-size: 12px;
	font-weight: bold;
}
h3 {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}


.copyUL{
	padding: 0px 45px;;
	margin: 0px;
	text-align: justify;	
}

.copyUL li{
	display: list-item;
	list-style-type: disc;
	float: none;
	width: auto;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-weight: bold;
	color: #f60;
	text-align: justify;
}


a {
	color: #f60;
}
a:hover {
	text-decoration: none;
}

#mastRow {
	background-color: #292929;
	height: 110px;
}

.mastNav {
	padding-top: 45px;
	padding-right: 20px;
	font-size: 11px;
}
.mastNavItem{
	display: inline;
	color: #ccc;
	padding: 0px 4px;
}
.mastNavItem a {
	text-transform: uppercase;
	color: #ccc;
	font-size: 11px;
	text-decoration: none;
}
.mastNavItem a:hover {
	color: #f60;
}

#logo {
	margin-left: 20px;
}




/* navigation start ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#navrow {
	height: 36px;
	background-color: #000;
	cursor: default;
}
#navArea {
	height: 36px;
	padding: 0px 10px;
	text-align: left;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	padding: 10px 0px;
	display: block;
	width: 120px;
}
li ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	padding: 0px;
	margin: 0px;
	border: 1px solid #e6e6e6;
	background-color: #000;
}
li>ul {
	top: auto;
	left: auto;
}
li li {
	display: block;
	float: none;
	padding: 0px;
	margin: 0px;
}
li:hover ul, li.over ul {
	display: block;
}
li a{
	text-transform: uppercase;
	color: #9d9d9d;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
li a:hover{
	color: #f60;
}
li li a {
	display: block;
	font-weight: normal;
	color: #9d9d9d;
	text-decoration: none;
	text-transform: capitalize;
	margin: 10px 5px;
}
li li a:hover {
	color: #f60;
}
li.bullet {
	padding: 8px 0px;
	width: 4px;
}
/* navigation end ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */



#feat {
	height: 210px;
	background-color: #FE9706;
}
.featArea {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.contentAreaContainer {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	padding: 3px 8px;
}

.footer {
	background-color: #1f1f1f;
	font-size: 11px;
	color: #ccc;
	padding: 6px 10px;
}
.footer a{
	color: #ccc;
	text-decoration: none;
	padding: 0px 5px;
}
.footer a:hover {
	color: #f60;
}

.contentHeader {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 5px 10px;
	background-color: #2a2a2a;
	text-transform: uppercase;
}
.contentArea {
	padding: 20px;
	background-image: url(images/text_bg.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #6f6f6f;
	text-align: justify;
}

.specialCopy {
	border: 2px solid #ccc;
	background-color: #f3f3f3;
	padding: 10px 15px;
}
.siteBy {
	font-size: 11px;
}
.siteBy a{
	color: #000;
	text-decoration: none;
}
.siteBy a:hover{
	text-decoration: underline;
}


.newsboxHeader {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 5px 10px;
	background-color: #f60;
	text-transform: uppercase;
}
.newsArchiveLink {
	text-transform: capitalize;
	float: right;
	display: inline;
	font-weight:normal;
}
.newsArchiveLink a {
	color: #fff;
	text-decoration: none;
}
.newsArchiveLink a:hover {
	text-decoration: underline;
}

.homeNewsItem {
	font-size: 11px;
	color: #6f6f6f;
	padding: 15px 10px;
	background-image: url(images/newsbox_bg.jpg);
	text-align: left;
}
.homeTrainingBox {
	background-image: url(images/puzzle_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 200px;
	text-align: left;
	padding: 0px 15px;
}
.homeTrainingBoxContent {
	width: 140px;
	font-size: 15px;
	text-align: left;
	margin-top: 15px; 
	color: #6f6f6f;
}




