/* HTML Tags */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Arial, "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #444;
	text-align: center;
	background:#000;
	height: 100%;
	line-height: 1.25em;
}

h1 {
 	font-size: 18px;
 	margin: 0 10px 5px 0;
	color: #E4210D;
}

h2 {
	font-size: 13px;
	line-height: 1em;
 	margin: 0 10px 5px 0;
}

h3 {
 	font-size: 11px ;
	line-height: 1em;
	margin: 3px 0 0 5px;
}

img {
	margin: 0 3px;
}

p {
		margin: 0 25px 10px 10px;
}

ul {
	margin: 0 25px 10px;
}


/* Layout Divs and Div Specific HTML Tags */
#masthead {
	width: 100%;
	height: 125px;
	clear: both;
}

#mastBanner {
	width: 100%;
	height: 24px;
	background: #E4210D;
}

#mastBanner p {
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 1px;
	padding: 4px 0;
	margin: 0;
}

#mainContent {
	width: 100%;
	background: #FFF;
	clear: both;
}

#mainContent h2 {
	color: #276332;
	margin-top: 15px;
}

#secondaryContent {
	width: 100%;
	background: #276332;
	clear: both;
}

#secondaryContent h2 {
	color: #CFBB96;
}

#footer {
	width: 100%;
	clear: both;
	background: #000;
}

#footer h2 {
	color: #E4210D;
}

#footer p {
	color: #FFF;
}

#footer a {
	color: #FFF;
	font-weight:bold;
}

#footer a:hover {
	color: #E4210D;
}

#footer .emph {
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

/* Classes */
p.copyright {
	text-align: center;
	font-size: 10px;
	width: 760px;
	color: #999;
	margin: 45px auto 10px;
}

.nonFluid {
	text-align: left;
	width: 760px;
	margin:0 auto;
	padding-top: 10px;
}

.half, .halfL {
	width: 50%;
	float: left;
}

.half img {
	float: left;
	margin: 0 5px 15px 0;
}


.halfL {
	font-size: 14px;
	line-height: 1.35em;
}

#secondaryContent .half, #secondaryContent .third {
	color: #FFF;
}

.third  {
	width: 33%;
	float: left;
}

