* 
{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#masthead
{
	background-position: center top;
}

#subMast
{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.home #pageMiddle
{
	height: 100%;
}


#borderBar {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	color: #8f1736;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover { color: #000; }

#featureMenu, #featureRowHome
{
	width: auto;
	background-image: url(/Templates/images/a_wrapper_feature.png);
	background-repeat: repeat-y;
}

/* Rotating Images on PrivateHome */
.image_rotate
{
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside;
	display: inline-block;
	width: 267px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

/* Avoid IE Flash */
.image_rotate li
{
	display: none;
	
}


#pageMiddle
{
    line-height:180%;
	height:100%!important;
}

#leftMenu li
{
	list-style: none;
	padding-left: 12px;
	padding-right: .5em;
}

#leftMenu ul
{
	padding-left: 0em;
	margin-left: 0;
	margin-top: 1em;
	border-top: none;
}

#leftMenu ul li ul
{

	margin-top: .25em;
	padding-left: 0em;
	margin-left: 0;
}

#leftMenu li li
{
	border-bottom: solid 1px black;	
}

#leftMenu li li li
{
	border-bottom: solid 0px black;	
	font-size: smaller;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left; 
}

#leftMenu li a,
#leftMenu li a:hover,
#leftMenu li li a,
#leftMenu li li a:hover,
#leftMenu li li li a,
#leftMenu li li li a:hover,
#leftMenu li li li li a,
#leftMenu li li li li a:hover
{
	text-decoration: none;
	
}

.vMenu, .vMenuSelected
{
	font-weight: bold;
}

.vItemSelected
{
	background-color: #DFDFDF;
}



h1, h1 a, h1 a:link {color: #21085c; font-family: Arial, san-serif; font-size: 18px; margin-bottom: 2px;}
h2, h2 a, h2 a:link {
	color: #8a77a7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 2px;
	font-weight: normal;
	text-transform: uppercase;
}
h3, h3 a, h3 a:link {color: #21085c; font-family: Arial, san-serif; font-size: 14px; margin-bottom: 2px;}
h4, h4 a, h4 a:link {color: #343434; font-family: Verdana, Arial, san-serif; font-size: 12px; margin-bottom: 2px;}
h5, h5 a, h5 a:link {color: #343434; font-family: Verdana, Arial, san-serif; font-size: 11px; margin-bottom: 1px;}

h1 a, h2 a, h3 a,  h4 a, h5 a 
{
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover,  h4 a:hover, h5 a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #8a77a7;
	text-align: left;
}

hr {
	color: #bcafce;
	height: 1px;
	background-color: #FFF;
}
hr.light{
	color: #bcafce;
	height: 1px;
	background-color: #FFF;
}

input { color: #5a182c;}

.quickLinks ul
{
	background-color: #dad4e6;
	border-top: solid 1px #000;
}

.quickLinks li ul
{
	position: absolute;
	width: 20em;
	display: block;
}

.quickLinks a
{
	width: 17em;
	margin-left: .6em;
	margin-right: .8em;
	padding-left: 0px;
	display: block;
	text-decoration: none;
}

.quickLinksHover, .quickLinks a:hover
{
	background-color: #931638;
	color: white;
	text-decoration: none;
}
