#divWrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #762788;
	overflow: hidden;
}
#divHeader {
	background-color: #FFFFFF;
	width: 100%;
}
#divContentWrapper {
	background-color: #FFFFFF;
	width: 100%;
}
#divNavigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: x-small;
}
#divNavigation ul li {
	display: inline;
}

#divFooter {
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#divFooter a {
	color: #762788;
	font-weight: normal;
	text-decoration: none;
	padding: 10px;
	font-size: x-small;
}
#divFooter a:hover {
	text-decoration: underline;
}

#divCopyright {
	background-color: #FFFFFF;
	width: 100%;
}
#divCopyright #copyright p {
	padding-left: 5px;
	padding-right: 5px;
	color: #000000;
	font-size: x-small;
}
#divCopyright #copyright a {
	color: #7A2A89;
	text-decoration: none;
	font-weight: bold;
	font-size: x-small;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/body_background.jpg);
}
#divCopyright #copyright a:hover {
	color: #CC0000;
}

#divHeader #divGraphic {
	background-color: #FFFFFF;
	width: 100%;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	height: 93px;
	background-position: right;
}

#divNavigation {
	background-color: #fdf9ff;
	width: 100%;
	height: 25px;
}
#curves_logo {
	margin-left: 20px;
	margin-top: 20px;
}

#divNavigation ul li a:link, #divNavigation ul li a:visited {
	color: #762788;
	font-weight: normal;
}
#divNavigation ul li a:hover {
	color: #FFFFFF;
	background-color: #762788;
}

#divNavigation ul li a {
	float: right;
	text-decoration: none;
	height: 21px;
	margin-right: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-top-color: #9966FF;
	border-right-color: #9966FF;
	border-bottom-color: #9966FF;
	border-left-color: #9966FF;
}

#divContentNav {
	background-color: #FFFFFF;
	float: left;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #762788;
	margin-bottom: -2000px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2000px;
	padding-left: 10px;
}
#divContentNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #762788;
	font-size: small;
}
#divContentNav ul li a {
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	text-decoration: none;
	width: 100px;
	margin-left: 5px;
	color: #762788;
}

#divContent {
	background-color: #FFFFFF;
	float: left;
	width: 629px;
}
#divContentNav ul li a:link, divContentNav ul li a:visited {
	color: #762788;
}
#divContentNav ul li a:hover {
	color: #FFFFFF;
	background-color: #762788;
}
h1 {
	font-size: large;
	color: #762788;
	font-weight: bolder;
	margin-left: 10px;
	margin-top: 10px;
}
#divContent p {
	margin: 10px;
}
h2 {
	font-size: small;
	color: #762788;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-left: 10px;
}
#divContentNav p {
	color: #853F95;
	font-weight: bold;
	font-size: x-small;
}
h3 {
	color: #666666;
	font-size: small;
	font-weight: bolder;
}
#divContentNav table {
	border: 1px solid #E2E2E2;
}
#divContent li {
	color: #762788;
	font-weight: bold;
}
#divContent a {
	text-decoration: none;
	color: #762788;
}
#divContent a:hover {
	text-decoration: underline;
}
