body {
	margin-top: 20px;
	padding: 0;
	background-color: #ffffff;
	font-family: Palatino Linotype, serif;
	font-style: italic;
	color: #470a67;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	font-style:normal;
}

h1 { /* Main Heading */
	letter-spacing: -1px;
	font-size: 30px;
}

h2 { /* Image Separator */
	font-size: 23px;
}

h4 { /* Bold, Line Break */
	font-weight:bold;
	margin: 0;
	}

h5 {  /* Bold, No Line Break */
	font-weight:bold;
	margin: 0;
	display: inline;
	}


p, ul, ol {
	margin: 0 0 2px 0;
	line-height: 26px;
	font-size: 16px;
	color:#470a67;
}

a {
	color: #940963;
	text-decoration:none;
}

a:hover {
	color: #db46a7; 
}


img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

input, textarea, select {
	font-family: Palatino Linotype, serif;
	font-size: 13px;
	color: #333333;
}

.bold {
	font-weight:bold;
	}

/* Extreme Top Text */

#extremetop {
	width: 900px;
	text-align: right;
	margin: 0 auto;
	padding: 0 5px 10px 0;
	font-weight:bold;
	font-size:12px;
	
	}

/* Top Navigation Container */

#header {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	background: url(images/headerbar.jpg) no-repeat left top;
}

/* Top Navigation Bar */

#topnav {
	width: 900px;
	height: 40px;
}

#topnav ul {
	margin: 0;
	padding: 0px 0 0 50px;
	list-style: none;
}

#topnav li {
	display: inline;
	margin: 0;
}


#topnav a {
	display: inline;
	float: left;
	padding: 8px 30px;
	text-decoration: none;
	font: 19px Palatino Linotype, serif;
	font-weight: normal;
	color: #FFFFFF;
}

#topnav a:visited {
	color: #FFFFFF;
}

#topnav a:hover { 
	text-decoration: none; 
	color: #F18ECE;
}

#topnav a:active {
	color: #F18ECE;
	text-decoration: none;
}

/** Header image */

#header_wrap {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
}

#header_image {
	width: 900px;
	height: 88px;
	margin: 0 auto;
	background: url(images/topheader.jpg) no-repeat left top;
}


/* Content Wrapper */

#content_wrapper {
	width: 900px;
	margin:0px auto;
	background-color:#FFFFFF;
	background-image:url(images/wrapperimage.gif);
	background-repeat:no-repeat;
}


/* Main Content Container */

#content {
	float: right;
	width: 650px;
	background-color:#FFF;
}

/* Content Declarations */

.content_section {
	padding: 0px 15px;
}

.content_section h1, h3 {
	margin: 10px 5px 2px 8px;
	letter-spacing: 1px;
	font-weight:bold;
	color:#470a67;
}

.content_section h2 {
	height: 35px;
	padding: 8px 0 0 15px;
	background: url(images/separator.gif) no-repeat left top;
	font-size: 18px;
	color: #e1e1e1;
}

.content_section h3 {
	margin: 0px 15px 2px 8px;
	font-size:17px;
	color: #940963;
	
}

.content_section .paragraph {
	padding: 0 15px;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	
	}

#sidebar ul {
	margin-top: 20px;
	margin-left: 10px;
	padding-left: 0px;
	list-style: none;
}

#sidebar li {
	padding: 0 15px;
	margin: 0;
	font-size: 14px;
	font-weight:bold;
}

#sidebar .section2 li {
	padding: 0 15px;
	margin: 0;
	font-size: 12px;
	font-weight:bold;
	font-family: Palatino Linotype, serif;
}

#sidebar h2 {
	height: 51px;
	padding: 8px 0 0 15px;
	margin: 10px;
	background: url(images/button.jpg) no-repeat left top;
	font-size: 18px;
	color: #940963;
}

#sidebar h3 {
	height: 51px;
	padding: 8px 0 0 15px;
	margin: 10px;
	background: url(images/button2.jpg) no-repeat left top;
	font-size: 18px;
	color: #940963;
}

/* Footer */
#footer-wrap {
	margin: 0 auto;
	width: 900px;
	height:51px;
	background: url(images/footer.gif) no-repeat left top;
}

#footer {
	margin:0 auto;
	max-width:900px;
}

#footer ul li{
	list-style:none;
	line-height:17px;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size:11px;
	text-align:center;
	color:#470a67;

}

