html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
img {
	border-style: none;
}
body {
	background-color: #C8A2C8;
	color: #333333;
	font-family: "Trebuchet MS";
	font-size: 62.5%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
p{
	font-size: 1.0em;
	line-height:  1.3em;
	margin-top: 0.3em;
	margin-right: 0;
	margin-bottom: 0.6em;
	margin-left: 0;
	text-align: left;
	font-weight: normal;
}
p.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #434370;
	background-color: #DEC9DE;
	padding: 10px;

}
h1 {
	color: #292945;
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0.1em;
}
h2 {
	color: #790043;
	font-size: 1.6em;
	line-height: 1.3em;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
h3 {
	color: #D10172;
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0.75em;
	margin-bottom: 0.5em;
}
h4 {
	color: #990000;
	font-size: 1.5em;
	line-height: 1em;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0.75em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
h5{
	color: #990000;
	font-size: 1.5em;
	line-height: 1em;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0.75em;
	margin-bottom: 0.5em;
	font-weight: bold;
	text-decoration: line-through;
}
a{
	color: #2E2E4B;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #434370;
	text-decoration: none;
}

#wrapperbackground {
	background-color: #7A497A;
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-x;
	background-position: top;
		
}
#outerWrapper {
	text-align: left;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 150px;
	text-align: left;
	padding-left: 10px;
}
#header #logo {
	color: #FFF;
	width: 870px;
}
#header #links {
	color: #DEC9DE;
	font-size: 12px;
	font-weight: normal;
	width: 870px;
	text-align: right;
	height: 35px;
	line-height: 35px;
}
#links a, #links a:active, #links a:visited {
	color: #DEC9DE;
	font-weight: normal;
}
#header #links a:hover {
	color: #FFF;
	text-decoration: none;
}
#nav {
	clear: both;
	position: absolute;
	top: 117px;
	margin: 0px 0 -15px 0px;
	padding: 6px 0 0 10px;
	width:870px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
	margin-right: 2px;
}

* html #nav li a { /* Filter for IE6 to prevent li stacking */
	float: left;
	text-decoration: none;
}

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
	float: left;
	margin-left: 4px;
	text-decoration: none;
}

#nav li a {
	display: block;
	height: 27px;
	font-size: 9pt;
	font-family: Arial, Helvetica;
	text-decoration: none;
	background-image: url(../images/nav-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
  }  
  
#nav li a span {
	display: block;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 14px;
	line-height: 27px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/nav-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#nav li a:hover {
	background-position: left -27px;
	text-decoration: none;
	cursor: pointer; /* For IE6 */
}

#nav li a:hover span {
	background-position: right -27px;
	color: #061630;
}

#nav li.current_page a {
	background-position: left -27px;
}

#nav li.current_page a span {
	background-position: right -27px;
	color: #FFF;
}

#outerWrapper #feature {
	height: 215px;
	width: 880px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-image: url(../images/feature.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#outerWrapper #subcontentWrapper {
	padding-right: 15px;
	padding-left: 15px;
	clear: both;
	padding-top: 20px;
	background-color: #FFF;
	padding-bottom: 40px;
	height: 100%;
}
#outerWrapper #subcontentWrapper #rightColumn {
	float: right;
	width: 220px;
	margin-bottom: 15px;
	font-size: 1.1em;
	border: 1px dashed #C8AEC8;
}
#outerWrapper #homecontentWrapper #content {
	padding-bottom: 25px;
	color: #23233A;
	font-size: 1.4em;
	line-height: 1.4em;
	float: left;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	width: 850px;
}
#outerWrapper #subcontentWrapper #content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 15px;
	color: #333;
	font-size: 1.4em;
	line-height: 18px;
	float: left;
	width: 600px;
}
#outerWrapper #subcontentWrapper #content2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 15px;
	color: #333;
	font-size: 1.4em;
	line-height: 18px;
	float: left;
	width: 850px;
}
#content ul li {
	margin-bottom: 5px;
}
#content .newsBox {
	float: right;
	width: 160px;
	background-color: #D3B8D3;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
	border: 1px dashed #6C446C;
	font-size: 0.9em;

}
#content .newsBox h2, #rightColumnContent h2{
	background-color: #790043;
	color: #FFFFFF;
	padding: 4px;



}

.homefeatureboxes {
	padding-top: 0px;
	padding-bottom: 20px;
	color: #2E2E4B;
	width: 850px;
	background-image: url(../images/backHome.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content ul{
	list-style: none;
	font-size: 1.0em;
	margin-bottom: 20px;
	margin-left: 10px;
	color: #333333;
	clear: both;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;

}
#content li{
	list-style: none;
	line-height: 1.4em;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 20px;
}
#content .homefeatureboxes li{
	list-style: none;
	font-size: 0.9em;
	line-height: 1.1em;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 20px;
}
.homefeatureboxes p  {
	padding-right:0px;
	font-size: 0.9em;
	margin: 10px;
}
.homefeatureboxes img  {
	padding:2px;
	background-color: #EFE7EF;

}

/*.homefeatureboxes img {
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 20px;
	display: block;
	padding-left: 10px;
}*/
.homeleft-box {
	float: left;
	width: 273px;
	margin-right: 15px;
	background-color: #D3B8D3;
}
.homemiddle-box {
	float: left;
	width: 273px;
	margin-right: 15px;
	background-color: #D3B8D3;
}
.homeright-box {
	float: left;
	width: 274px;
	background-color: #D3B8D3;
}
.homefeaturetitle {
	font-size: 23px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 25px;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #434370;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}
#rightColumnContent {
	width: 210px;
	color: #333;
	margin: 5px;
}
#rightColumnContent h3 {
	padding-top: 5px;
	padding-bottom: 6px;
	font-size: 18px;
	padding-right: 4px;
	padding-left: 4px;
	color: #036;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	font-weight: normal;
}
#rightColumn ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#rightColumn ul li {
	list-style: none;
	display: inline;
}
#rightColumn ul li a {
	display: block;
	padding: 4px 4px 4px 6px;
	color: #036;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3CCF7;
}
#rightColumn ul li a:hover {
	text-decoration: none;
	background-color: #B0CBF7;
	color: #036;
}
#footer {
	color: #434370;
	text-align: center;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#footer a, #footer a:hover, #footer a:visited, #footer a:active {
	color: #434370;
	font-weight: normal;
}
.fltlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.fltrt {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.center {
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.sidebarlt {
	padding: 6px;
	background-color: #FFF;
	color: #333;
}
p.line {
	color: #C8AEC8;

}
.sidebardk {
	color: #333;
	border: 1px solid #87AFF1;
	padding: 6px;
	background-color: #A7C5F5;
}
.sidebardk a, .sidebardk a:hover, .sidebardk a:visited, sidebardk a:active {
	color: #000;
}
#credit {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 8px;
	font-size: 11px;
	color: #333333;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#credit a, #credit a:hover, #credit a:visited, #credit a:active, #credit a:focus {
	color: #333333;
	font-weight: normal;
}
.featureboxes {
	font-size: 11px;
	padding-top: 10px;
	line-height: 14px;
	padding-bottom: 20px;
	float: left;
}
.featureboxes img {
	border: 1px solid #77859A;
}
.left-box {
	width: 180px;
	margin-right: 20px;
	float: left;
}
.middle-box {
	float: left;
	width: 180px;
	margin-right: 20px;
}
.right-box {
	float: left;
	width: 180px;
	margin-right: 0px;
}
.featuretitle {
	font-size: 16px;
	font-weight: bold;
	color: #036;
	line-height: 20px;
	display: block;
	padding-bottom: 0px;
	padding-top: 10px;
}
.readmore {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
}

.clearFloat {
	clear: both;
	display: block;
}

.searchtable {
	border: 1px solid #D7BBD7;
	border-collapse: collapse;
	background-color: #D7BBD7;
	width: 850px;
	font-size: 1em;
	margin-left: 0px;
	margin-bottom: 15px;

}
.searchtable td {
	vertical-align: top;
	text-align: centre;
	color: #434370;
	margin: 0em;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
}

td.imgtd {
	vertical-align: top;
	padding: 10px;
	line-height:1.1em;
	color: #24486C;
	margin: 0em;
	background-color: #E8D9E8;
}
.searchtable tr {
	vertical-align: top;
	text-align: centre;
	line-height:1.5em;
	color: #24486C;
	margin: 0em;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;

}
.searchtable th {
border: 1px solid #B1C5E0;
background-color: #B1C5E0;
font-weight: bold;
padding: 4px;
color: #211F47;
}

.searchtable img{
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 5px;

}
#box {
	padding: 10px;
	background-color: #E8D7E8;
	margin-bottom: 15px;

}
#box h2{
	margin-top: 0;
	background-color: #E8D7E8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B685B6;
	padding-bottom: 5px;

}
div.clear {
	clear: both;
	height: 15px;
}
/*scroller*/


#pscroller2{
	width: 620px;
	height: 25px;
	margin-top: 15px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 15px;
	background-color: #790043;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

