*                   { /* All Elements */
	margin          : 0px;
	padding         : 0px;
	color: #000;
	}
/* =a */
a img {
	border:none;
	/*Semicolon missing for IE Hack*/
	border:0
	}
/*=Pseudo*/
a:link              { /* Document Style */
	color           : #00F;
	text-decoration :underline;
	}
a:visited           { /* Document Style */
	color           : #F00;
	text-decoration :none;
	}
a:hover             { /* Document Style */
	color           : #CCC;
	text-decoration :none;
	}
a:active            { /* Active Links */
	color           : #F00;
	}
a.navigation:link   {
	color           : #dfe5f8;
	}
a.navigation:visited{
	color           : #d0daf4;
	}
a.navigation:hover  {
	color           : #f3f8df;
	}
a.panel:link        {
	color           : #583c54;
	text-decoration:underline;
	}
a.panel:visited     {
	color           : #800080;
	text-decoration:underline;
	}
a.panel:hover       {
	color           : #762310;
	}
.b a:active {
	color:#FFF;
}
.b a:link {
	color:#FFF;
}
.b a:visited {
	color:#FFF;
}
#recentnews a:active {
	color:#49FFA5;
	text-decoration:underline;
}
#recentnews a:link {
	color:#49FFA5;
	text-decoration:underline;
}
#recentnews a:visited { 
	color:#8EFF9B;
	text-decoration:underline;
}
#recentnews {
	padding-left:5px;
	padding-right:5px;
}
/*=lists*/
ol,ul               { /* All Lists */
	margin          : 1em;
	padding-left    : 2em;
	text-align: left;
	color: #FFF;
	}
/*=p*/
p                   { /* All Paragraphs */
	margin-bottom   : 1em;
	}
/*=classes*/
.address {
	color: #FFF;
	width: 760px;
}
.header             {
	background-color:#fff;
	color           : #a92508;
	font            : 20pt 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	position: relative;
	height: 72px;
	}
.header img {
	width: 215px;
	height: 68px;
	margin-top: -10px;
}
.heading1,h1        {
	color           : #000;
	font            : 15pt 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	}
.heading2,h2        {
	color           : #000000;
	font            : 18pt 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	}
.heading3,h3        {
	color           : #4a4c52;
	font            : 14pt 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	}
.heading4,h4        {
	color           : #000000;
	font            : 12pt 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	}
.heading5,h5        {
	color           : #972508;
	font            : bold 10pt 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	}
.heading6,h6        {
	color           : #000000;
	font            : bold 8pt 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	}
body          { /* Page Body */
	background-color: #CCC;
	}
/*Layouts*/
div#wrapper {
	background-color: #4D0000;
	position: relative;
	width: 762px;
	height: inherit;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	border-right:groove 2px;
	border-left:groove 1px;
}
div#fold {
	position: relative;
	width: 100%;
	float: left;
}
div#nav {
	background-color: #4D0000;
	position: relative;
	width: 760px;
}
div#content {
	position: relative;
	width: 72%;
	background-color: #FFF;
	padding: 0px 10px 0px 10px;
	float: left;
	border-left:solid #000 1px;
	border-right:solid #000 1px;
	border-bottom:solid #000 1px;
	left: 2px;
}
div#sidebar {
	width: 25%;
	background-color: #4D0000;
	position: relative;
	color: #FFF;
	float: left;
	margin: 0;
	padding: 0;
}
div#sidebar li {
	margin-bottom:0;	
}
div#slideshow1{
	height:200px;
	width:500px;
	margin-top:8px;
	margin-left:auto;
	margin-right:auto;
}
#recentnews {
	background-color: #4D0000;
	max-width:175px;
}
#recentnews p {
	color:#FFF;
	padding-left:20px;
	font-size:0.8em;
}
#recentnews h3 {
	color:#FFF;
	text-decoration:underline;
	font-size:18px;
}
.clear {
	clear: both;
}
div#footer {
	position: relative;
	background-color: #4D0000;
	width: 760px;
	color: #FFF;
	text-align: center;
	clear: left;
	border-top:solid #000 1px;
}
/*Specific Styling*/
#wrapper #footer address span {
	color: #FFF;
}
#wrapper #fold #content p a {
	color: #03F;
}
#wrapper #fold #content table tr .desc p strong {
	font-size: 10px;
}
#wrapper #fold #content table tr .desc p {
	font-size: 10px;
}
#wrapper #fold #content table tr .desc ul li {
	font-size: 12px;
}
#wrapper #fold #content dl dd {
	font-size: 12px;
	text-align: left;
}
#wrapper #fold #content p span {
	font-weight: bold;
	font-size: 24px;
}
#wrapper #fold #content p {
	text-align: left;
}
#wrapper #fold #content .quote{
	text-align:center;
}
#wrapper #fold #content form label {
	margin-right:25px;
	padding-left:20px;
}
#wrapper #fold #content form input {
	margin-left:10px;
}
#wrapper #fold #content form legend {
	padding-left:5px;
	padding-right:5px;
}
#wrapper #fold #sidebar ul li{
	list-style-type: none;
	color:#FFF;
}
#wrapper #fold #sidebar ul ul li{
	list-style-type:none;
	text-decoration:none;
}
#wrapper #fold #sidebar ul ul{
	list-style-type:none;
	text-decoration:none;
	margin:10px;
}
#wrapper #fold #sidebar ul{
	list-style-type:none;
	text-decoration:none;
	padding:0;
}
#wrapper #fold #content p span.bulletpoint {
	/*text-decoration:underline;*/
	color:#972508;
	font-size:18px;
}
.indent {
	padding-left: 17px;
}
/*=Tables*/
table
{
border-spacing:5px; /*Border around each cell*/
table-layout:auto;
border-collapse:collapse;
border-top:3px solid #CC9966;
border-bottom:2px solid #CC9966;
border-right:none;
border-left:none;
}
tr
{
border-bottom:1px solid #CC9966;
}
th
{
border-bottom:2px solid #fff;
border-left:none;
border-right:2px solid #0F0;
}
td
{
border-bottom:1px solid #fff;
padding-left:5px;
}

img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}

.b{
	background-image:url(../images/buttonMenu.jpg);
	padding-top:8px;
	padding-left:28px;
	background-repeat:no-repeat;
	margin-bottom:2px;
	padding-bottom:10px;
	margin-left:-5px;
}

.c {
	margin-bottom:2px;
	margin-left:-10px;
}

.indexlink {
	font-size:18px;
	font-weight:bold;
}
.QA{
	float:right;
}

.hidden {
	display:none;
}

.col {
	float:left;	
	width: 135px;
	margin:0px;
	padding:0px;
}

.col p {
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}

.logo {
	float:right;
}

.heading {
	color:#FFF;
	font-size:13px;
}

.classHeading {
	font-size:16px;
}

.article-date {
	list-style-type:none;	
}
