html,body {
	color: #000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	margin: 0px;
	min-width: 808px;
	padding: 0px;
}

a {
	color: #642B69;
}

a:hover {
	color: #3D0B42;
	text-decoration: none;
}

h1 {
	font-size: 13px;
	line-height: 19px;
	margin: 0px 0px 8px 0px;
}

h2 {
	font-size: 11px;
	margin: 0px;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

label {
	font-weight: bold;
}

li {
	padding: 0px 0px 3px 0px;
}

p {
	margin: 0px 0px 12px 0px;
}

ul {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 24px;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

#container {
	width: 808px;
}

#main_home {
	background-image: url(./../../images/bkgd_main_home.png);
	background-position: center;
	background-repeat: repeat-y;
	min-height: 472px;
	padding: 0px 20px;
	width: 768px;
	overflow: hidden;
}

#main {
	background-image: url(./../../images/bkgd_main.png);
	background-position: center;
	background-repeat: repeat-y;
	min-height: 600px;
	padding: 0px 20px;
	width: 768px;
	overflow: hidden;
}

#header {
	background-color: #FFF;
	border-bottom: 2px solid #EEE;
	height: 288px;
	width: 768px;
}

#header_sub {
	background-color: #FFF;
	border-bottom: 2px solid #EEE;
	height: 192px;
	width: 768px;
}

#flash_media {
	background-color: #FFF;
	border-bottom: 2px solid #FFF;
	height: 400px;
	text-align: left;
	width: 768px;
}

#global_nav {
	float: left;
	min-height: 254px;
	padding: 17px 72px 25px 20px;
	text-align: left;
	width: 140px;
}

#global_nav a {
	color: #000;
	text-decoration: none;
}

#global_nav a:hover {
	color: #3D0B42;
	font-weight: bold;
	text-decoration: none;
}

#global_nav b {
	color: #3D0B42;
}

#global_nav span {
	border-bottom: 1px solid #aaa;
	display: block;
	padding: 9px 0px;
}

#global_nav ul {
	margin-top: 6px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#content_home {
	float: right;
	line-height: 16px;
	min-height: 254px;
	padding: 25px 30px 25px 0px;
	text-align: left;
	width: 506px;
}

#content {
	float: right;
	line-height: 16px;
	min-height: 254px;
	padding: 25px 30px 25px 0px;
	text-align: left;
	width: 506px;
}

#content input.text {
	border: 1px solid #AAA;
	color: #000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	height: 14px;
	padding: 2px;
	vertical-align: text-bottom;
	width: 260px;
}

#content input.submit {
	background-color: #400450;
	border: 1px solid #AAA;	
	color: #FFF;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 8px;
	vertical-align: text-bottom;
}

#content select {
	border: 1px solid #AAA;
	color: #000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	padding: 2px;
	width: 260px;
}

#content textarea {
	border: 1px solid #AAA;
	color: #000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	padding: 2px;
	width: 260px;
}

#footer_home {
	background-image: url(./../../images/bkgd_footer_home.png);
	background-repeat: no-repeat;
	color: #642B69;
	font-size: 9px;
	padding: 12px 40px 40px 40px;
	text-align: left;
	width: 728px;
}

#footer_home a {
	color: #926496;
	text-decoration: underline;
}

#footer_home a:hover {
	color: #EAE5EC;
	text-decoration: none;
}

#footer_home .copyright {
	color: #FFF;
}

#footer_home .affinity {
	color: #454545;
}

#footer {
	background-image: url(./../../images/bkgd_footer.png);
	background-repeat: no-repeat;
	color: #6B4F73;
	font-size: 9px;
	padding: 12px 40px 40px 40px;
	text-align: left;
	width: 728px;
}

#footer a {
	color: #6B4F73;
	text-decoration: underline;
}

#footer a:hover {
	color: #400450;
	text-decoration: none;
}

#footer .copyright {
	color: #FFF;
}

#footer .affinity {
	color: #6B4F73;
}


/* Default style for SPAN icons. Edit if desired: */

.iconspan {
	float: right;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	margin: 3px;
}

/* CSS used to style the examples. Remove if desired: */

.eg-bar {
	background-color: #EEE;
	border: 1px solid #AAA;
	font-weight: bold;
	padding: 3px;
}

div.eg-bar {
	width: 500px;
}

.icongroup1 {
	width: 500px;
}
