* {
	margin: 0;
	padding: 0;
}

body {
	background: #A1C62F url("bg-green.gif") top center repeat-y;
	font: normal 8pt/13pt geneva, arial, verdana, sans-serif;
	color: #808080;
}

a, a:visited {
	text-decoration: underline;
	color: #666666;
	
}

a:hover {
	color: #003366;
}

#header {
	width: 662px;
	height: 135px;
	background: #fff url("mastheadBG.jpg") no-repeat;
	padding-top: 30px;
	padding-right: 18px;
	font-size: 14pt;
	text-align: right;
}

#header a,
#header a:visited,
#header a:hover {
	text-decoration: none;
	color: #ffffff;
	}

#container {
	width: 680px;
	background: #fff url("RTcolumn.gif") repeat-y right;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
}

#nav {
	width: 670px;
	height: 42px;
	background: url("navBG.jpg");
	text-align: right;
	font-weight: normal;
	font-size: 8pt;
	padding-top: 6px;
	padding-right: 10px;
	
}

#nav a, #nav a:visited {
	color: #003366;
	text-decoration: none;
	margin-right: 15px;
}

#nav a:hover {
	color: #FFF;
	text-decoration: underline;
}

#right-column {
	color: #003366;
	width: 234px;
	background: url("RTcolumnTop.gif") no-repeat top left;
	float: right;
	padding: 11px;
	border-right: solid 4px #FFF;
}

#right-column li {
	padding: 3px;
	list-style-type: disc;
	margin-left: 15px;
}

#content {
	float: left;
	width: 410px;
	margin: 10px 0 0 4px;
}

#content h2{
	font-size: 16pt;
	font-weight: normal;
	color: #76A7DC;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-bottom: 8px;
	padding-left: 14px;
	background: url("h2bg.gif") top left repeat-y;
}

.green {
	color: #A1C62F;
}

p {
	margin-bottom: 20px;
	padding-left: 14px;
	background: url("articlebg.gif") top left repeat-y;
}

#content ul {
	padding-left: 30px;
}

#content li {
	list-style-type: disc;
	margin-bottom: 20px;
	padding-left: 14px;
	}

#sidebarSub {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;	
	border: none;
	background: none;
	}

#sidebar {
	background: url("RTcolumnBox.gif") no-repeat;
	margin-top: 7px;
	padding: 5px;
	height: 30px;
}

#footer {
	color: #ccc;
	background: #F9F9F9;
	clear: both;
	width: 405px;
	margin-left: 4px;
	padding: 4px;
	border: 1px solid #E4E4E4;
}

#footer a, #footer a:visited{
	color: #ccc;
}

#footer a:hover {
	color: #808080;
}