body {
	font: small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #640292 url(images/bg-strip.jpg) repeat-x left top;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: 0px auto;
	width: 830px;
}
#masthead {
	height: 136px;
}
#logo {
	float: left;
	padding-top: 40px;
	width: 236px;
}
#contact {
	float: right;
	width: 570px;
}
#contact p {
	font-size: 12px;	
	font-weight: bold;
	padding-top: 105px;
	color: #666666;
	text-align: right;
}
#header {
	height: 158px;
	background: url(images/header-pic.jpg) no-repeat;
}
#menu {
	height: 46px;
	background: url(images/nav-bar.jpg) no-repeat;
}

#menu ul {	
	list-style: none;
	margin: 0;
	padding: 15px 0 0 10px;
	border: none;
}
#menu li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}
#menu a {
	border-left: 1px dashed #FFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	display: inline;
	width: auto;
	margin: 0;
	padding: 0 19px;
}
#menu a:hover {
	color: #F1B8FB;
}
#menu .first {
	border: none;
}

#content {
	padding: 30px 20px 20px;
}
#mainContent {
	float: left;
	width: 400px;
}
#sideContent {
	float: right;
	width: 350px;
}
#leftContent {
	float: left;
	width: 173px;
}
#leftContent h3 {
	padding-left: 20px;
}
#leftContent ul {
	margin-top: 10px;
}
#leftContent li {
	margin-bottom: 10px;
}
#rightContent {
	float: right;
	width: 570px;
}
#footer {
	color: #F1B8F3;
	text-align: center;
	padding: 20px 10px;
	clear: both;
	border-top: 1px solid #000;
}


h1, h2 {	
	font-weight: normal;
	margin: 0px 0px 10px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
	color: #F1B8F3;
}
h3 {
	font-size: 14px;
	margin: 0px 0px 5px;
}
p {
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 1em;
}
ul {
	margin-left: 0;
	padding-left: 20px;
}
li {
	padding-left: 5px;
}
a {
	color: #F1B8FB;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}


.faq1, .faq2, .faq3, .faq4, .faq5, .faq6, .faq7, .faq8, .faq9, .faq10, .faq11, .faq12, .faq13 {
	width: 550px;
}
.fancyLink {
	background: url(images/bullet.gif) no-repeat left center;
	padding: 2px 0 0 25px;
}
.separatorInvisible {
	clear: both;
	height: 0px;
}
.separator {
	clear: both;
	height: 5px;
	margin-top: 2em;
	margin-bottom: 2em;
	border-bottom: 1px dashed #FFFFFF;
}
.small-img-wrapper {
	margin: 0 20px 0 0;
	float: left;
	width: 76px;
	height: 62px;
} 
.small-img-wrapper img {
	float: none;
	margin: 0;
}
.big-img-wrapper {
	margin: 0 20px 20px 0;
	background: url(images/tile-wide.jpg) no-repeat left top;
	float: left;
	width: 173px;
	height: 63px;
} 
.big-img-wrapper img {
	float: none;
	margin: 0;
	padding: 11px 0 0 13px;
}
.profile-wrapper-first, .profile-wrapper-rest {
	margin: 0 20px 20px 0;
	background: url(images/pic-tile-first.jpg) no-repeat left top;
	float: left;
	width: 171px;
	height: 229px;
} 
.profile-wrapper-rest {
	background: url(images/pic-tile-rest.jpg) no-repeat left top;
} 
.profile-wrapper-first img, .profile-wrapper-rest img {
	float: none;
	margin: 0;
	padding: 11px 0 0 12px;
}
.more {
	display: block;
	margin: -20px 0 0 340px;
	padding: 0 0 10px 0;
	font-weight: bold;
	color: #666;
}
.subParam {
	margin-top: -10px;
	padding: 0 0 0 25px;
}
.heading {
	font-size: 13px;
	font-weight: bold;
}

table {
	margin-bottom: 20px;
}
th {
	text-align: left;
	background: #8C08CA;
}
td {
	vertical-align: top;	
}

.warning {
	font-weight: bold;
	color: #FF0000;
}
/* ---------- USER FORM ---------- */
#userForm label, #userForm input, #userForm select, #userForm textarea {
	font: small Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	width: 100px;
	float: left;	
	margin-bottom: 15px;
	border: 1px solid #DDD;
}
#userForm label {
	border: none;
}
#userForm input {
	width: 300px;
}
#userForm textarea {
	width: 300px;
}
#userForm br {
	clear: left;
}
#userForm .submitButton {	
	height: 22px;
	cursor: pointer;
	border: none;
	display: block;
	background: #8C08CA;
	color: #FFFFFF;
	width: 80px;
}
