* {
	margin:0px;
	padding:0px;
}

body {
	font-family: arial;
	font-size: 12px;
	color: #444444;
	background-color:#E0F1F9;
	margin: 40px 0 20px 0;
}
h1,h2,h3,a {
	color:#6E2A8D;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:14px;
}
p {
	margin-top: 10px;
	margin-bottom: 15px;
}
a {
	color: #6E2A8D;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#mainContainer {
	width:750px;
	margin: 0px auto;
	background-color:#FFF;
	padding: 0 0 20px 0;
	/*border: 1px solid #6E2A8D;*/
}
#header{
	width:750px;
	height:53px;
}
#header #logo{
	position:relative;
	bottom:26px;
	left:8px;
	width:246px;
}
#header #logo img{
	border:none;
}
#leftNav {
	width:160px;
	float:left;
}
#leftNav ul {
	list-style-type:none;
}
#leftNav ul li {
	background-color:#A076B3;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 10px;
	border-left: 8px solid #6e2a8d;
}
#leftNav ul li a{
	display:block;
	color: #FFF;
}
#leftNav ul li a:hover {
	text-decoration:none;
}
#rightContent {
	width:550px;
	float:right;
	padding:10px;
}
#clear {
	clear:both;
}
#footer {
	margin:0 auto;
	width:395px;
}
#footer ul {
	list-style-type:none;
}
#footer ul li{
	float:left;
	padding: 10px;
}

.contentImage {
	float:left;
	padding:0 10px 10px 0;
	border: none;
}

a.cta{
	margin:20px 0 0 0;
	background-color: #6E2A8D;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
}
a.cta:hover{
	text-decoration:none;
	background-color: #4d1d63;
}

