/* Tags */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
}
H1,H2,H3,H4,H5  {
	line-height: 1.4em;
	text-transform: none;
	font-weight:bold;
	display: inline;
}
input, textarea, select {
	font-size: 11px;
	line-height: 1.3em;
	color:#000000;
}
a, a:link, a:hover, a:active, a:visited {
	color:#860040;
}
a:hover {
	text-decoration:none;
}
p {
	line-height:1.5em !important;
	/*line-height:1.3em;*/
	margin-bottom: 1em;
	font-size: 13px !important;
	/*font-size:11px;*/
}
H1 {
	font-size:24px;
	letter-spacing: -1px;
	line-height:1em;
}
H2  {
	font-size:18px;
	letter-spacing: -1px;
}
H3  {
	font-size:18px;
	letter-spacing: -1px;
}
H4  {
	font-size:15px;
	letter-spacing: -1px;
}
H5  {
	font-size:13px;
}
@media all {
html>body H1,H2,H3,H4 {letter-spacing: 0px;}/* apply to Safari, Moz & Opera */
html>body H1,H2,H3,H4:lang(en) {letter-spacing: -1px;}/* apply to Moz & Opera */
}
ul {
	list-style-type: none;
}
/*  */
.header1 {
	font-size: 24px;
	font-weight:bold;
	letter-spacing: -1px;
}
.header2  {
	font-size: 20px;
	font-weight:bold;
	letter-spacing: -1px;
}
.header3  {
	font-size: 18px;
	font-weight:bold;
	letter-spacing: -1px;
}
.header4  {
	font-size: 15px;
	font-weight:bold;
	letter-spacing: -1px;
}
.header5  {
	font-size: 13px;
	font-weight:bold;
	font-weight: normal;
}
.header1clrPrimary {
	font-size: 24px;
	font-weight:bold;
	letter-spacing: -1px;
	color:#860040;
}
.header2clrPrimary  {
	font-size: 20px;
	font-weight:bold;
	letter-spacing: -1px;
	color:#860040;
}
.header3clrPrimary  {
	font-size: 18px;
	font-weight:bold;
	line-height:1em;
	letter-spacing: -1px;
	color:#860040;
}
.header4clrPrimary  {
	font-size: 15px;
	font-weight:bold;
	letter-spacing: -1px;
	color:#860040;
}
.header5clrPrimary  {
	font-size: 13px;
	font-weight:bold;
	font-weight: normal;
	color:#860040;
}
/* Text Colors */
.clrRelief {
	color:#FFF;
}
.clrPrimary {
	color:#860040;
}
.clrSecondary {
	color:#6D6150;
}
.clrTertiary {
	color:#0D294B;
}
.label {
	font-weight:bold;
}
strong, b {
	font-weight:bold;
}

/* grids / layout */
#main {
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
}
#header {
	background-image: url(../images/bgHeader.jpg);
	background-repeat: no-repeat;
	width: 990px;
}
#headerDate {
	float: left;
	color: #FFFFFF;
	text-align: center;
	width: 331px;
	padding-top: 15px;
}
#headerContent {
	float: left;
	width: 330px;
}
#headerSecondary {
	float: right;
	width: 329px;
	padding-top: 5px;
	padding-right: 0px;
	text-align: center;
}
#splash {
	clear: both;
}
#nav {
}
#secondaryNav {
	width: 212px;
	float: left;
	text-align: left;
	margin-right: 10px;
	background-image: url(../images/imgDash.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#secondaryNav p{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;	
}
#content {
	float: right;
	text-align: left;
	width: 735px;
}
#contentExt {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
#mainContent {
	float: left;
	width: 455px;
	margin-right: 10px;
}
#mainContent p,td,tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
#mainContent P,H1,H2,H3,H4,H5{
	padding-right: 15px;
	
}
#secondaryContent {
	float: right;
	background-image: url(../images/imgDash.gif);
	background-repeat: repeat-y;
	width: 255px;
	padding-left: 15px;
}
#secondaryContent p,td,tr {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
}