*{ margin: 0; padding: 0; }*
body { font: .8em Arial, Sans-Serif; line-height: 1.8em; background: #333; color: #342D7E; }
a {COLOR: #151B54; text-decoration: none;}
a:visited {COLOR: #0000CC; text-decoration: none;}
a:hover {COLOR: #333; text-decoration: underline;}
h2 {
	margin: 0 0 8px;
	padding: 8px 0 3px;
	font-family: "Monotype Corsiva";
	color: #0033CC;
}
h3 {
	padding-left: 10px;
	color: #FFFFFF;
	background: #FE7B09 url(images/bg.jpg) repeat-x;
	font-size: 1.5em;
	height: 24px;
	line-height: 24px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0 0 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: normal;
	font-weight: bolder;
	font-style: normal;
}
li {
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
}
p { margin: 5px 0 10px 0; }
img { border: none; }

#header {
background: #41A317 url(images/header.jpg) repeat-x;
height: 215px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -1px;
padding: 22px 0 5px 10px;
}
#header h1 a {
color: #463E41;
text-decoration: none;
}
#header h1 a:hover {
color: #000000;
text-decoration: none;
}
#header h2 {
color: #eee;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

#wrap {
	padding: 10px 10px 3px 10px;
	width: 760px;
	margin:20px auto;
	background: #fff;
	color: #00000;
}
#left { float: left; width: 180px; background: #CFDDFF; margin-bottom: 10px; margin-top: 20px;}
#left ul { padding: 5px 10px 10px 10px; margin: 0; }
#right { margin-bottom: 10px; float: right; width: 550px; padding: 0 10px 10px 10px; margin-top: 10px;}
	
#footer { font-size: 8px; text-align: center; border-top: 1px solid #ccc; padding: 10px 5px; }

