body, div {
	margin: 0;
	padding: 0;
}
p, h1, h2, h3 {
	margin: 0;
	padding-top: 0;
	padding-bottom: 10px;
}
body	{
	background-color:#999999;
}
#outer {
	margin: auto;
	width: 1025px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
h1	{
	font-size:18px;
	font-weight:bold;
}
h2	{
	font-size:14px;
	font-weight:bold;
}
h3	{
	font-style: italic;
	font-size:12px;
	font-weight:bold;
}
#headertp {
	background-image:url(../images/header_blu_bkg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	height: 28px;
	width: 100%;
}

#wrapper {
	width: 100%;
	background-color: #b6b6c2;
	float: left;
	background-image: url(../images/lftbkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#rightcolumn {
	width: 817px;
	background-color: #FFFFFF;
	float: left;
}
#leftcolumn {
	float: left;
	width: 208px;
}
#lftbtm {
	width: 208px;

}
#header {
	background-color: #FFFFFF;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 107px;
	width: 100%;
}
#leftnav {
	width: 208px;
	font-size:14px;
}
#leftnav ul	{
	padding:0px;
	margin:0px;
}
#leftnav li{

	height:51px;
	list-style-type:none;
}
#leftnav a {
	color:#FFFFFF;
	text-decoration:none;
	text-align:right;
	padding-top:15px;
	padding-right:10px;
	height:36px;	
	display:block;
	font-weight:bold;
	background-image: url(../images/lftnavbkg2.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#leftnav a:hover {
	background-image: url(../images/lftnavbkg_roll.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#CCCCCC;
}
#rightwrap {
	width: 804px;
	margin-top:4px;
	margin-left:4px;
	background-image:url(../images/lft_brdr.gif);
	background-repeat:repeat-y;
	background-position:left top;
}
#rightwrap_tp {
	background-image: url(../images/tp_brdr.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 2px;
}
#rightwrap_content {
	background-image: url(../images/rt_brdr.gif);
	background-repeat: repeat-y;
	background-position: 800px top;
}
#topimages {
	width: 100%;
}
#contentwrp {
	padding-top: 25px;
	padding-left: 25px;
	padding-right:25px;
	padding-bottom:40px;
}
#footer {
	background-image:url(../images/footerbkg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	height: 39px;
	width: 100%;
	float:left;
}
#ftrtxt {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top:10px;
	letter-spacing:.2em;
}
#ftrtxt a {
	color:#FFFFFF;
	letter-spacing:.2em;
}
