/* CSS Document */

/* Global Styles */
html, body
{
    margin: 0px;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #808183;
	background-color: #21204A;
	text-align: center; 
}

HR 
{
page-break-after: always;
}

a           
{
    text-decoration: none;
    color: #801000;
    font-weight: normal;
}

a:hover     
{
    text-decoration: underline;
} 
	   
img { border-width: 0; }


.purpleBG { background: #312C6B; }
.search { background: #312C6B; }
.testimonialsBG { background: #DDEEF5; }
.categoryBG { background: #CBE8EE; }
.whiteBG { background: #FFFFFF; }
.lhtPurpleBG { background: #EBD6E9; }

.btn
{
	display: block;
	background: url(images/btnBG2.jpg) no-repeat center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	width:98px;
	height: 22px;
}
.btn:hover
{
	text-decoration: none;
}
.search a
{
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.breadcrumb
{
	text-align: left;
	margin: 0 25px;
}
.breadcrumb a
{
	font-size: 10px;
	color: #808183;
	font-weight: normal;
	text-decoration: none;
}

.leftNav
{
	margin: 20px 10px;
	text-align: left;
	line-height: 20px;
}
.leftNav a
{
	font-size: 12px;
	color: #21204A;
	font-weight: normal;
	text-decoration: none;
}
.leftNav a:hover
{
	color: #93599F;
	text-decoration: none;	
	font-weight: bold;
}

.largeTitle
{
	font-size: 21px;	
	font-weight: bold;
	font-style: italic;
	margin: 20px 24px;
	color: #312C6B;
	text-align: left;
}
.titleText
{
	font-weight: bold;
	margin: 10px 24px;
	text-align: left;
}
.mainText
{
	font-weight: normal;
	margin: 10px 24px;
	text-align: left;
}

.testimonialTitle
{
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	margin: 10px 15px -5px;
	text-align: left;
	color: #21204A;
}
.testimonialText
{
	font-weight: normal;
	font-size: 10px;
	margin: 0px 20px;
	text-align: center;
}

