body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(images/bkgrd_tile.gif) repeat top;
	/* background: url(images/bkgrdGreenLine.png) repeat-x top; */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #3A3A3A;
}

#container {
	width: 675px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 675px;
	height: 175px;
	margin: 0;
	padding: 0;
}

#header img {
	width: 675px;
	height: 175px;
	border: 0;
}

#subheader {
	width: 675px;
	height: 125px;
	margin: 0;
	padding: 0;
}

#subheader img {
	width: 675px;
	height: 125px;
	border: 0;
}

#nav {
	width: 673px;
	height: 23px;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	border-left: 1px #CCC solid;
	border-right: 1px #CCC solid;
	background: url(images/bkgrdNav.png) repeat-x top;
}

#nav ul{
	list-style-type: none;
	padding: 4px 0 0 0;
	margin: 0;
	text-align: center;
	color: #FFF;
}

#nav ul li {
	padding-left: 0px;
	padding-right: 18px;
	display: inline;
}

#nav ul li a {
	text-decoration: none;
	padding-left: 20px;
	color: #FFF;
	border: 0;
}

#nav ul li a:hover {
	text-decoration: none;
	background: url(images/nav_hover.gif) no-repeat left;
	padding-left: 20px;
}

#nav ul li a.active{
	background: url(images/nav_hover.gif) no-repeat left;
}

#content_top {
	width: 675px;
	height: 15px;
	background: url(images/bkgrd_contentTop.png);
}

#content {
	width: 675px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: left;
	background: url(images/bkgrd_contentArea.png);
}

#content_bottom {
	width: 675px;
	height: 22px;
	background: url(images/bkgrd_contentBottom.gif);
}

#rightcol {
	width: 210px;
	margin-top: 0px;
	float: right;
}

#rightcol_text {
	width: 155px;
	padding: 0 5px 10px 10px;
}

#rightcol img {
	width: 175px;
	padding: 5px 10px 0 0;
	margin: 0;
	border: 0;
}

#leftcol {
	width: 390px;
	padding: 10px 10px 10px 22px;
}

#leftcol h1 {
	font-size: 17px;
	color: #744982;
	margin: -6px 0 2px 0;
}
	
#leftcol h2 {
	font-size: 14px;
	font-weight: bold;
	color: #DFA148;
	margin: 4px 0 -6px 0;
}
	
#leftcol p {
	line-height: 16px;	
}

#leftcol ul{
	list-style-image: url(images/bullet1.gif);
	padding: 4px;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: -6px;
	
}

#leftcol ul li {
	padding: 0px;
}

#leftcol p.last {
	border-bottom: 1px #3A3A3A dotted;
	padding-bottom: 16px;
	margin-bottom: 20px;
}

#leftcol p img {
	float: right;
	padding-left: 8px;
	padding-bottom: 3px;
	border: 0;
}

#footer {
	width: 675px;
	height: 30px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0 20px 0;
}

#footer a {
	color: #FFFFFF;
	border-bottom: 1px #DFA148 dotted;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	border-bottom: 1px #DFA148 solid;
	text-decoration: none;
}




a {
	text-decoration: none;
	color: #744982;
	border-bottom: 1px #744982 dotted;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px #744982 solid;
}



/*

a:active {text-decoration: none; color: #F7931D;}
a:visited {text-decoration: none; color: #F7931D;}
*/
