body {
	margin: 0px;
	padding: 0px;
	background-color:#F0F0F8;
	background-image:url(/images/background.jpg);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#7B7878;
}
a {
	color:#99CC99;
	text-decoration:none;
	font-weight:bold;
}
h1, h2, h3, h4, h5, h6, h7 {
	clear:both;
	margin-top:0;
	margin-left:15px;
	margin-right:21px;
}
h3 {
	line-height:normal;
	font-size:14px;
	border-bottom:1px solid #CCCCCC;
}
h4 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:0;
}
h5 {
	font-size:12px;
	font-weight:normal;
	margin-top:0;
	margin-bottom:0;
}
ul {
	margin-top:0;
	margin-bottom:0;
	margin-right:10px;
}
#page {
	width:799px;
}
#header {
	height:145px;
	width:799px;
	background-color:#99CC99;
}
#leftColumn {
	width:179px;
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	line-height:normal;
}
#content {
	width:620px;
	float:left;
	overflow:hidden;
}
#content ol{
	margin-bottom:0;
	margin-top:0;
	margin-right:100px;
	margin-left:10px;
}
#navigation, #navigation ul {
	text-align:left;
	list-style-type:none;
	margin:0;
	padding:0;
}
#navigation li {
	margin:0;
	display:inline;
}
#navigation ul {
	text-align:right;
	background-color:#9B9BCD;
	border-bottom:1px solid #B9B9DC;
	padding-bottom:7px;
	margin-right:11px;
}
#navigation a {
	display:block;
	width:179px;
	margin:0;
	padding-top:7px;
	padding-bottom:0px;
}
#navigation img {
	margin-right:10px;
}
#navigation a:hover, #navigation .selected {
	background-image:url(/images/navigation/whiteArrow.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#navigation ul a {
	width:168px;
	height:11px;
}
#navigation ul a:hover, #navigation ul .selected {
	background-position:bottom right;
	background-image:url(/images/navigation/purpleArrow.gif);
}
#leftColumn div {
	padding:11px;
	padding-top:25px;
	margin-top:20px;
	background-repeat:no-repeat;
	text-align:right;
	line-height:14px;
}
#contact {
	background-image:url(/images/contactIcons.gif);
}
#attention {
	background-image:url(/images/attention.gif);
}
#content p {
	padding-left:15px;
	padding-right:100px;
	margin:0;
}
#rightColumn p {
	text-indent:0;
	font-size:11px;
	line-height:14px;
}
#title {
	margin:15px;
}
.indent {
	margin-left:15px;
}
.small {
	font-size:10px;
	line-height:normal;
}
#footer {
	margin-left:179px;
	padding-top:20px;
	padding-bottom:20px;
	clear:both;
	font-size:10px;
	text-align:center;
}
#footer a {
	font-weight:normal;
	color:#6666CC;
	text-decoration:underline;
	text-align:center;
}