/* CSS Document */

/* Global Styles */
html, body
{
    margin: 0px;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #808183;
	background-color: #BADCE8;
	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; }

.leftBG { background: url(images/leftBG.jpg) repeat-x top right; }
.rightBG { background: url(images/rightBG.jpg) repeat-x top left; }
.shdwRight { background: url(images/shdwRight.jpg) repeat-y left top; }
.shdwLeft { background: url(images/shdwLeft.jpg) repeat-y right top; }
.shdwTop { background: url(images/shdwTop.jpg) #FFFFFF repeat-x bottom; }
.shdwBot { background: url(images/shdwBot.jpg) #FFFFFF repeat-x top; }
.purpleBG { background: #A857A3; }
.search { background: #3CB0C9; }
.testimonialsBG { background: #DDEEF5; }
.categoryBG { background: #CBE8EE; }
.whiteBG { background: #FFFFFF; }
.lhtPurpleBG { background: #EBD6E9; }

.btn
{
	display: block;
	background: url(images/btnBG.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: #1896B4;
	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: #93599F;
	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: #6EADC6;
}
.testimonialText
{
	font-weight: normal;
	font-size: 10px;
	margin: 0px 20px;
	text-align: center;
}
