html{overflow-y:scroll;}
html{overflow:-moz-scrollbars-vertical;}

body{
	margin:0px;
	padding:0px;
	font-family:Arial,Helvetica,sans-serif;
	color:#5E5B54;
	font-size:12px;
	background-image:url(images/mainBg.jpg); 
	background-repeat: repeat-x;
	background-color:#d4d3d4;
	line-height:140%;
}
p{ margin:0px; padding:0px 0px 5px 0px; }

.bgLeftShadow{
	width:6px;
	background-image:url(images/bgLeftShadow.jpg);
	background-repeat:no-repeat;
}
.bgRightShadow{
	width:8px;
	background-image:url(images/bgRightShadow.jpg);
	background-repeat:no-repeat;
}
.bgTable{
	background-image:url(images/shadow.jpg);
	background-repeat: repeat-y;
}
#menu{
	background-image:url(images/menuBg.gif);
	background-repeat:repeat-x;
	width:1099px;
	height:25px;
	color:#cdcdcd;
	padding:5px 0px 0px 0px;
}
#menu a{
	font-size:12px;
	color:#727272;
	margin: 0px 35px;
	text-decoration:none;
}
#menu a:hover{
	color:#491263;
}
#heading{
	padding: 40px 55px 15px 55px;
	margin:0px;
}
#contentWrapper{
	z-index:1px;
	position:relative;
	width:820px;
	margin:0 90px 40px 90px;
	padding:0px;
}
#locationBox{
	z-index:10px;
	position:relative;
	width:205px; margin-right:8px; float:left;  height:255px;
}
#purpleBox{
	background-color:#f3f3f3;
}

.greyBorder{
	border:1px solid #d9d9d9;
	padding: 25px 25px 25px 25px;
}

a{	
	color:#8952a4; 
	text-decoration:underline;
}
a:hover{	
	color:#000000;
}
a.bttnWhite {
	font-size:12px;
	padding:5px 0px 0px 0px;
	margin:0 0 0 -5px;
	color:#8952a4;
	background-image:url(images/bttn_white.jpg); 
	background-repeat: no-repeat;
	display:block;
	height:30px;
	width:193px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
}
a.bttnWhiteLg{
	background-image:url(images/bttn_white_lg.jpg); 
	background-repeat: no-repeat;
	background-position:top;
	width:205px;
}
a.bttnWhiteSm{
	background-image:url(images/bttn_white_sm.jpg); 
	background-repeat: no-repeat;
	background-position:top;
	width:105px;
}
a.bttnPurple {
	font-size:12px;
	color:#FFFFFF;
	padding:5px 10px 0px 0px;
	margin: 0 0 0 -5px;
	display: block;
	height:30px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
}
a.bttnPurple:hover{
	color:#000000;
}
a.bttnPurpleLg{
	background-image:url(images/bttn_purple_lg.jpg); 
	background-repeat: no-repeat;
	background-position:top;
	width:205px;
}
a.bttnPurpleSm{
	background-image:url(images/bttn_purple_sm.jpg); 
	background-repeat: no-repeat;
	background-position:top;
	width:105px;
}

.dottedLine{
	background-image:url(images/dotted.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}
	
h1{
	font-size:18px;
	color:#491263;
	margin-left:36px;
	padding:0px 0px 3px 35px;
	margin:0px;
	
}
h2{
	font-size:12px;
	color:#491263;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
}

.H2Style{
	font-size:12px;
	color:#491263;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
}

.EntryLabel 
{
	color:#491263;
}
