*{
	padding:0px;
	margin:0px;
}

p{
	padding:5px;
	font-size:10pt;
	font-family:Arial, helvetica, sans-serif;
	color:#ca78c2;
}

h1{
	padding:5px;
	font-size:14pt;
	font-family:Arial, helvetica, sans-serif;
	color:#ca78c2;
}

h2{
	font-size:10pt;
	font-family:Arial, helvetica, sans-serif;
	color:#fff;
	background-color:#955a91;
	width:100%;
	margin:5px auto;
	padding:3px;
}

body{
	background-image:url(images/backGrad.jpg);
	background-repeat:repeat-x;
	background-color:#fb379b;
}

#mainCont{
	width:682px;
	margin:0px auto;
}

#header{
	background-image:url(images/header.jpg);
	background-repeat:none;
	width:100%;
	height:329px;
}

#nav{
	background-image:url(images/nav.jpg);
	background-repeat:none;
	width:100%;
	height:30px;
	font-family: Viner Hand ITC;
}
#cont{
	background-image:url(images/contBack.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
	height:100%;
}

#leftCol{
	float:left;
	width:215px;
	padding:10px 0px 0px 15px;
}

#rightCol{
	background-image:url(images/topRCol.jpg);
	background-repeat:no-repeat;
	width:437px;
	float:right;
	padding:15px 15px 0px 0px;
}

#footer{
	clear:both;
	width:100%;
	background-image:url(images/footer.png);
	height:36px;
	background-repeat:no-repeat;
}

.smallNav{
	font-size:8pt;
	font-family:Arial, helvetica, sans-serif;
	color:#fff;
	float:right;
	margin-right:15px;
}

.smallNav a, a:hover{
	text-decoration:none;
	color:#fff;
}

.search{
	clear:both;
	float:right;
	margin:220px 50px 0px 0px;
	display:inline;
}
.pSearch{
	font-size:9pt;
	font-family:Arial, helvetica, sans-serif;
	color:#ca78c2;
	display:inline;
}

#nav ul{
	list-style:none;
	font-family: Viner Hand ITC;
	font-size:12pt;
}

#nav li{
	text-align:center;
	display:inline;
	width:165px;
	float:left;
	line-height:30px;
	color:#ffffff;
}

#nav li a{
	text-decoration:none;
	color:#ffffff;
	font-family: Viner Hand ITC;
}

.subItem{
	width:200px;
	padding:5px;
	float:left;
	margin-left:2px;
	display:inline;
}

.subText{
	font-family:arial, helvetica, sans-serif;
	font-size:8pt;
}

.subImage{
	float:center;
}

.footerP{
	font-size:7pt;
	color:#955a91;
	text-align:center;
	padding-top:20px;
}

.mailingList{
	float:right;
	margin:5px;
}

.recPro{
	font-size:10pt;
	margin:5px auto;
	width:130px;
	border-bottom:1px solid #e2b3de;
	overflow:hidden;
}

.recPro a{
	font-size:8pt;
	text-decoration:none;
	color:#ff00ae;
	float:right;
}

.recPro hr{
	width:100px;
}
	
	