body {
	margin: 0px;
	min-width: 961px;
	background-color: #e2c7e6;
	text-align: center;
}

#wrapper {
	text-align: center;
	width: 961px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	border-left: 			1px solid black;
	border-right: 			1px solid black;
}

#topstrip {
	float:					left;
	height: 				22px;
	width:					100%;
	background-color : 		#770a77;
	color: 					#FFFFFF;
	font-family : 			arial, verdana;
	text-align : 			left;
	margin-top:				129px;
	padding-top : 			0;
}
#topstrip ul {
	padding: 				0;
		padding-left : 			20px;
list-style-type: 		none;
	margin-top: 			0;
	margin-left:			0;
}
#topstrip ul li {
	position: 				relative;
	display: 				inline;
	float: 					left;
	text-align: 			left;
	margin-top: 			1px;
	
}
#topstrip ul li a {
	display: 				inline;
	height:					22px;
	font-family: 			arial, verdana;
	font-weight: 			normal;
	font-size: 				11pt;
	padding: 				3px 20px;
	text-decoration: 		none;
	color: 					#FFFFFF;
	margin-top: 			0;
}
#topstrip ul li a:hover {
	color: 					#efe7f0;
	
}
/* Holly Hack for IE \*/
 


* html #topstrip ul li {
	float: left;
	height: 1%;
}
* html #topstrip ul li a {
	height: 1%;
}
/* End */
#topheader {
	height: 151px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	text-align: left;
}
#contentbox	{
 	position:			relative;
 	overflow: 			hidden;
	padding-left: 		15px;		/* Left Column fullwidth */
	min-height: 		700px;
	_height: 			700px;
	background-color: 	#FFFFFF;
}
* html #contentbox	{
 	overflow: 			visible;
}
#contentbox .column {
	float: left;
	position: relative;
	padding-bottom: 10010px;  		/* X + padding-bottom */
  margin-bottom: -10010px;  		/* X */
}


#content {
	width: 				100%;
	font-family: 		arial, verdana;
	font-size : 		12px;
	font-weight : 		normal;
	background-color : 	#ffffff;
	color : 			#000000;
	vertical-align : 	top;
	text-align: 		left;
	min-height: 		670px;
	_height: 			670px;
	padding-top: 		25px;
	padding-bottom: 	20px;
} 

#content a:link, #content a:visited {
	text-decoration:	none;
	font-weight:		bold;
	color:				#003A6F;
}
#content a:hover {
	text-decoration:	underline;
	font-weight:		bold;
	color:				red;
}
#footer-wrapper {
	height: 			30px;
	width:				100%;
	background-color : 	#770a77;
	padding-top : 		0;
}
#sitefooter {
	font-family : 		arial, verdana;
	font-size:			10pt;
	color:				#FFFFFF;
	text-align:			center;
	padding-top:		5px;
}
.PageHeader {
	color : 			#770a77;
	text-align:			center;
	font-family : 		arial, verdana;
	font-size:			14pt;
}
#sitefooter a{
	color : 			#FFFFFF;
	font-family : 		arial, verdana;
	font-weight : 		bold;
	font-size : 		11px;
}
#Sections{
	padding-left: 		12px;
	padding-right: 		12px;
	padding-bottom: 	20px; 
}

#LeftMenu {
	width: 				150px;	  /* LC width */
	left: 				-150px;
	margin-left: 		-100%; 
	background-color: 	#ffffff;
	padding-bottom: 	5000px;  /* X + padding-bottom */
 	margin-bottom: 		-5000px;  /* X */
 }

#content > #LeftMenu {
  left: 				-181px;             /* -LC width for others */
}

#RightMenu {
	width: 				181px;
	margin-right: 		-181px;
}
#LeftMenu H1, #RightMenu H1 {
	background-color: 	#e2c7e6;
	height: 			22px;
	font-size:			15px;
	margin-top: 		0;
	color: 				#000000;
	padding-left: 		15px;
	padding-top: 		3px;
}	
#LeftMenu ul {
	list-style: 		none;
	margin:				0;
	padding:			15px 0 0 0;
}
#LeftMenu li {
	font-family : 		arial, verdana;
	FONT-SIZE: 			15pt;
	FONT-WEIGHT: 		bold;
	COLOR: 				#000000;
	text-decoration: 	none;
	text-align:			left;
	padding: 			0 0 6px 15px;
}
#LeftMenu li A:link, #LeftMenu li A:visited {
	COLOR: 				#000000;
	text-decoration: 	none;
}
#LeftMenu li A:hover {
	COLOR: 				#a33854;
	text-decoration: 	none;
	FONT-WEIGHT: 		bold;
}

ul {
 margin-left:			20px; 
 margin-right:			30px;  
 padding:				10px 0px;
}


H1 {
	text-decoration : 	none;
	margin-top:			3px;
	text-align:			center;
	font-size: 			18px;
	font-weight: 		bold;
	font-family: 		arial, verdana;
	margin-bottom: 		8px;
	color:				#770a77;
}
H3 {
	text-decoration : 	none;
	margin-top:			3px;
	text-align:			left;
	font-size: 			15px;
	font-weight: 		bold;
	font-family: 		arial, verdana;
	margin-bottom: 		5px;
	color:				#770a77;
}
#columns {
	width: 				910px;
}
#columnleft {
	float:				left;
	width:				440px;
}
#columnright {
	float:				right;
	width:				440px;
}

.TemplateText {
	text-align: left;
}

.formtext, .FormText {
	font-weight: 		bold;
	font-size:			10pt;
	padding-bottom:		7px;
	padding-top:		7px;
}
.Quote {
	font-style: 		italic;
} 