/* 
  --------------------------------------
  Abstractions
  by Project Seven Development
  www.projectseven.com
  Layout02: 3-Col-Main Center
  --------------------------------------
*/
body {
	font-family: Calibri, Arial, sans-serif;
	background-color: #DEECE0;
	font-size: 100%;
	min-width: 940px;
}
#masthead {
	font-family: Candara, Arial, sans-serif;
}
#masthead h1 {
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: normal;
	margin: 0px;
	font-weight: normal;
	color: #CCC;
	padding: 16px 0px 42px 20px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.subhead {
	font-size: 0.7em;
	margin: 0 0 12px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin: 3px 0 12px 22px;
	position: relative;
	top: -28px;
}

#layoutwrapper {
	width: 924px;
	padding: 8px;
	border: 1px solid #CCCCCC;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#banner {
	background-repeat: no-repeat;
	background-position: left bottom;
}
#banner img {vertical-align: bottom; border: 0;}
#columnwrapper {
	zoom: 1;
	background-color: #FFF;
}
.maincolumn, .sidebar1, .sidebar2 {
	float: left;
	background-color: #FFF;
}
.maincolumn {
	width: 545px;
	font-size: 0.85em;
	border: thin solid #DEECE0;
	background-color: #F2F9F2;
	margin-top: 8px;
}

.sidebar1 {
	width: 200px;
	color: #000;
	font-size: 0.75em;
	margin-right: 4px;
	margin-top: 0px;
	background-image: url(../images/sidebar1-bkgd.jpg);
	background-repeat: no-repeat;
}
.sidebar2 {
	width: 160px;
	font-size: 0.85em;
	color: #666;
	background-color: #FFF;
	float: right;
	border: thin solid #DEECE0;
	margin-top: 8px;
}
.content {
	line-height: 1.5em;
	padding: 10px;
	color: #666;
}
.sidebar1 .content {
	padding: 0px;
}
.sidebar2 .content {
	padding: 6px 6px;
}
.maincolumn h1 {
	font-size: 1.7em;
	text-transform: uppercase;
	letter-spacing: normal;
	font-weight: 400;
	line-height: normal;
	color: #69C;
}
h2 {
	font-family: Candara, Arial, sans-serif;
	letter-spacing: 0.2em;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 24px 0 0 0;
	color: #900;
}
h3 {
	font-family: Candara, Arial, sans-serif;
	font-size: 1.2em;
	margin: 24px 0 0 0;
	color: #369;
}
.noMarginTop {
	margin-top: 0;
}
h3.epmTopper {
	text-transform: uppercase;
	letter-spacing: 0.35em;
	font-size: 0.9em;
	margin: 16px 0 0;
	color: #000;
	background-color: #FFF;
	padding: 6px 6px 6px 12px;
	border: 1px solid #000;
}
#footer_wrapper {
	background-repeat: no-repeat;
	padding: 12px 0 0 0;
	clear: both;
	zoom: 1;
}
.footer {
	color: #999;
	font-size: 0.7em;
	overflow: hidden;
	zoom: 1;
	text-align: center;
	padding: 16px 0;
}
.footer p {
	margin: 0px 0 4px 0;
}
.uppercase {
	text-transform: uppercase;
	letter-spacing: .25em;
}
.footer ul {
	margin: 16px 0 0 0;
	padding: 0;
}
.footer li {
	list-style-type: none;
	margin: 4px 0;
}
.footer a, .sidebar2 .content a {
	color: #00C;
}
.footer a:hover, .sidebar2 .content a:hover {
	color: #03C;
}

table.alerts
{
	text-align: left;
	font-family: Verdana;
	font-weight: bold;
	font-size: 0.85em;
	color: #404040;
	background-color: #FFF;
	border-collapse: collapse;
	border-spacing: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00751A;
	border-right-color: #00751A;
	border-bottom-color: #00751A;
	border-left-color: #00751A;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
table.stats 
{
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.85em;
	color: #fff;
	background-color: #05994B;
	border-collapse: collapse;
	border-spacing: 0px;
	line-height: normal;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

table.stats td 
{
	background-color: #fff;
	color: #000;
	padding: 4px;
	text-align: center;
	border: thin solid #666;
}

table.stats td.hed
{background-color: #666;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;} 
table.feature {
	text-align: left;
	font-family: Verdana;
	font-weight: normal;
	font-size: 0.85em;
	color: #404040;
	background-color: #FFF;
	border-collapse: collapse;
	border-spacing: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.hot {
	line-height: 1.5em;
	color: #900;
	font-size: inherit;
	font-weight: bold;
	background-color: #FFC;
}
