@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, p{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* CSS Document */

body {
	background-color: #000;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 262px;
	background-position: center;
}
#main {
	background-color: #FFF;
	width: 642px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #540875;
	border-left-color: #500471;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.listone {
	width: 500px;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 80px;
	list-style-type: none;
}
.listone    li{
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	height: 40px;
	background-image: url(../images/tick.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 105px;
}
.highlighted {
	background-color: #FF0;
}
h3 {
	font-family: Impact, Tahoma, Geneva, sans-serif;
	font-size: 36px;
	padding-top: 20px;
	padding-bottom: 20px;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 32px;
}
.centerimg   {
	background-color: #066;
	width: 80%;
	display: block;
}

.red {
	color: #F00;
}
h4 {
	font-family: Impact, Tahoma, Geneva, sans-serif;
	font-size: 24px;
	height: 30px;
	margin-bottom: 15px;
	margin-top: 15px;
	clear: both;
}
form input {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.dotted {
	border: 4px dashed #421266;
	padding: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
form {
	background-color: #FFF;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px dashed #F90;
	float: left;
	margin-top: 50px;
}
.dotted img {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
form label {
	font-size: 12px;
	text-align: left;
	float: left;
	padding-left: 55px;
}
strong {
	font-weight: bold;
}

p {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	margin-bottom: 15px;
}
h5 {
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
}
.medium {
	font-size: 24px;
	margin-top: 15px;
}
.listtwo {
	width: 580px;
	margin-left: 60px;
	margin-top: 40px;
	display: block;
	list-style-type: none;
}
.left {
	float: left;
}
.listtwo li {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	background-image: url(../images/checkbox.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
}

