* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: none;
	padding-right: 1%;
	padding-left: 1%;
	background-image: url(../images/newtempimages/light_body.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFFFFF;
}
.redtableborder {
	border: 2px dotted #FF0000;
}

#wrapper { 
 margin: 0 auto;
 width: 775px;
}
#header {
	width: 770px;
	float: none;
	padding: 0px;
	height: 145px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: top;
	border: 0px solid #ccc;
	background-color: #FFFFFF;
}

#navigation {
	float: none;
	width: 756px;
	color: #FFFFFF;
	margin: 0px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images//newtempimages/nav.gif);
	background-repeat: no-repeat;
	height: 27px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#leftcolumn {
	color: #333;
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 150px;
	float: left;
	background-color: #FFFFFF;
}
A:link {
	text-decoration: underline;
	font-weight: bold;
	color: #000099;
}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {
	color: #FF0000;
	text-decoration: none;
}

#content {
	float: left;
	color: #333;
	border: 1px solid #ccc;
	height: auto;
	width: 406px;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#wrapper #content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-indent: 5px;
	padding-bottom: 10px;
}
#wrapper #content h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #333333;
	padding-bottom: 10px;
}
#wrapper #content li {
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
}
#wrapper #content h5 {
	padding-bottom: 10px;
}

#wrapper #content h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 10px;
	color: #CC0033;
	text-align: center;
}

#rightcolumn {
	color: #333;
	margin: 0px;
	height: auto;
	width: 156px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#footer {
	width: 756px;
	clear: both;
	color: #333333;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #CCCCCC;
	font-size: 9px;
	text-align: center;
}
blockquote {
	border: 2px solid #0000CC;
	margin: 12px;
	background-color: #FFFFCC;
	padding: 5px;
}
