*{
	padding:0px;
	margin:0px;
}
body {
	color: #666666;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
#topBar {
	height: 9px;
	background-color: #DBE0EC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #899BC1;
}
#wrapper {
	text-align: center;
	padding-bottom: 50px;
}
#pageColumn {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: 120px;
	background-image: url(images/exposure-logo.jpg);
	font-size: 1px;
	background-color: #CB3398;
	color: #CB3398;
}
#quoteBar {
	height: 40px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #6D84B4;
	background-color: #3B5998;
	color: #FFFFFF;
}
#quoteText {
	font-size: 1.1em;
	color: #FFFFFF;
	font-style: normal;
	padding-top: 14px;
	padding-left: 30px;
}
#mainContent {
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#mainContent p, #mainContent ul {
	margin-bottom: 1.4em;
	font-size: 1.1em;
	line-height: 1.4em;
}
#mainContent li {
	margin-right: 25px;
	margin-left: 25px;
	list-style-position: outside;
	margin-bottom: 0.7em;
}
#mainContent h1 {
	font-size: 1.6em;
	line-height: 1.4em;
	margin-bottom: 1.4em;
}
#mainContent a {
	text-decoration: none;
	color: #103591;
}
#mainContent a:hover {
	color: #0033CC;
}
#featureBoxes {
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#feature1 {
	background-image: url(images/feature1-bg.gif);
	height: 155px;
	width: 265px;
	float: left;
	background-repeat: no-repeat;
}
#feature1sent {
	background-image: url(images/feature1sent-bg.gif);
	height: 135px;
	width: 245px;
	float: left;
	background-repeat: no-repeat;
	color:#D03197;
	padding:8px;
	padding-right:20px;
	padding-top:20px;
}
#feature1 form {
	margin-top: 32px;
	margin-right: 20px;
	margin-left: 20px;
}
#feature1 input {
	width: 150px;
	font-size: 11px;
	background-color: #FAE7F9;
	color: #CC3399;
	text-align: center;
	padding: 1px;
}
#feature2 {
	float: right;
	height: 155px;
	width: 265px;
	background-image: url(images/feature2-bg.gif);
	background-repeat: no-repeat;
	text-align: left;
}
#feature2 ul {
	font-size: 1.1em;
	margin-top: 32px;
	margin-left: 50px;
	color: #333333;
	margin-right: 0px;
	margin-bottom: 0px;
}
#feature2 li {
	list-style-position: outside;
	list-style-image: url(images/bullet-pink.gif);
	line-height: 1.4em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leftColumn {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}
#leftColumn img {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#rightColumn {
	float: right;
	width: 580px;
	padding-top: 20px;
	margin-right: 20px;
}
#footer {
	height: 25px;
	background-color: #E5E5E5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D9;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 25px;
	color: #3B5998;
	font-weight: normal;
}
#footer a {
	color: #3B5998;
	text-decoration: none;
}
#footer a b {
	font-size: 110%;
}
ul{
font-size:11px;}
.green{
	color:#00FF66;
}
.pink{
	color: #D03197;
}
