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

body {
	font-family:		Arial, Helvetica, sans-serif;
	color:				#333031;
}

a:link,
a:active,
a:visited {
	color:				#74b761;
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline;	
}

p {
	text-align:			left; !important
}

h1 {
	width:				950px;
	font-size:			24px;
	border-bottom:		2px solid #74b761;
	margin:				0px 0px 25px 0px;
	padding:			0px 0px 5px 0px;
	text-align:			left; !important
}

h2 {
	width:				447px;
	font-size:			24px;
	border-bottom:		2px solid #74b761;
	margin:				0px 0px 15px 0px;
	padding:			0px 0px 5px 0px;
	text-align:			left; !important
}

ul {
	text-align:			left;
	padding:			10px;
	line-height:		16pt;
	list-style:			none;
}

li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

li:before {
    content: "• ";
    color: #74b761; /* or whatever color you prefer */
}


#container {
	width:				1024px;
	min-height:			600px;
	margin:				0px auto;
	
}

#logoContainer{
	float:				left;
	width:				1024px;
	height:				150px;
	background:			url(logo.png) center center no-repeat;
}

#contentContainer {
	float:				left;
	width:				974;/* 1024px */
	padding:			25px;
	text-align:			center;
}

#contentLeft {
	float:				left;
	width:				487px;
	height:				200px;
	margin:				20px 0px 60px 0px;
}

#contentRight {
	float:				left;
	width:				487px;
	height:				200px;
	margin:				20px 0px 60px 0px;
}