* {
	font-family: Calibri, Helvetica, sans-serif;
	text-align: center;
	color: #707070;
}

h1 {
	color: #6DB43F;
	font-size: 32px;
	margin: 0px 0px 0px 10px;
	background-image:url("logo.png");
	background-repeat:no-repeat;
	height:60px;
	text-indent: 50px;
	text-align: center;
}

h2 {
	/*color: #383838;*/
	color: #4F34C8;
}

ul {
	margin: 4px 0px 14px 2px;
	padding: 0px;
	
}

ul li a {
	color: black;
	text-decoration: none;
}

li {
	font-size: 14px;
	list-style-position: inside;
	color: #A400A4;
}

h3 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #4F34C8;
}

body {
	margin: 0px;
	padding: 0px;
}

#mainContent {
	width: 800px;
	margin: auto;
	border-left: 1px #EDEDED solid;
	border-right: 1px #EDEDED solid;

}

#mainContent div * {
	text-align: left;
}


#head {
	clear: both;
	border-bottom: 3px #FFA738 solid;
	margin-bottom: 4px;
	height: 60px;
	margin-top: 10px;
	vertical-align: middle;
	text-align: center;
}

#lCol {
	float: left;
	width: 200px;
	margin-left: 2px;
}

#rCol {
	float: left;
	width: 580px;
	margin-left: 10px;
}

#preFooter {
	clear: both;
	height: 1px;
	overflow: hidden;
}

a {
	color: #5B3EB3;
}

#footer {
	text-align: center;
	color: #404040;
	font-size: 10px;
	background: #fcfcfc;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	border-bottom: 1px #EDEDED solid;
	border-top: 1px #EDEDED solid;
}

#menu {
	border-right: 1px #EDEDED solid;
}

h2.titleS {
	margin: 0px;
	padding: 0px;
	position:relative;
	top: -20px;
	left: 80px;
	font-size: 14px;
}


