/* CSS Document */

html {
	overflow-y:scroll;
}

body {
	background-color:#9dd29c;
	margin-top:0;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#018b5a;
	font-size:14px;
	margin-top:12px;
	margin-bottom:8px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	margin-top:11px;
	margin-bottom:11px;
}

td {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	margin-top:11px;
	margin-bottom:11px;
}

a {
	text-decoration:none;
	color:#018b5a;
}

a:hover {
	color:#488ECA;
}

#footer p {
	color:#018b5a;
	font-size:0.65em;
}

#footer a {
	color:#018b5a;
	text-decoration:none;
}

#footer a:hover {
	color:#488ECA;
}

/*DIV Styles*/

#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background-image:url(../Images/bg.png);
	background-repeat:repeat-y;
}

#header {
	width:760px;
	margin-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}

#sidebar {
	width:220px;
	float:left;
	margin-bottom:25px;
}

#content {
	width:500px;
	margin-left:240px;
	paddin-top: 40px;
	border-top:medium;
	border-top-style:solid;
	border-top-color:#018b5a;
}

#footer {
	width:760px;
	margin-top:20px;
	margin-bottom:15px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:20px;
	padding-right:20px;
	clear:both;
	border-top:thin;
	border-top-style:double;
	border-top-color:#018b5a;
	border-bottom:medium;
	border-bottom-style:solid;
	border-bottom-color:#018b5a;
}

/*End DIV Styles*/

