body {
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #143359;
	background-image: url(../images/bg.png);
	}
#logo {
	position: relative;
	margin: 27px auto 0px auto;
	width: 900px;
	padding: 0px 0px 5px 0px;
	height: 30px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#container-front {
	background: #ffffff url(../images/content-back.png) top left repeat-y;
	border: 1px solid #8999ac;
	border-width: 0px 1px 0px 1px;
	width: 931px;
	height: 625px;
	overflow: hidden;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
	}

#container {
	background: #ffffff url(../images/content-back.png) top left repeat-y;
	border: 1px solid #8999ac;
	border-width: 0px 1px 0px 1px;
	width: 931px;
	/*height: 630px;*/
	overflow: hidden;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
	}

#interior-spacer-top {
	background: #ffffff;
	border: 1px solid #8999ac;
	border-width: 1px 1px 0px 1px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	width: 931px;
	height: 17px;
	}

#interior-spacer-bot {
	background: #ffffff;
	border: 1px solid #8999ac;
	border-width: 0px 1px 1px 1px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	width: 931px;
	height: 17px;
	}

#sidebar {
	width: 168px;
	margin: 0px 0px 0px 17px;
	padding: 0px;
	/*background: #8c8c8c;*/
	/*float: left;*/
	text-align: right;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:1000;
   	}

ul#reg {
	margin: 30px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	}

ul#reg li {
	display: block;
	list-style: none;
	width: 168px;
	height: 22px;
	margin: 5px 22px 5px 0px;
	padding-right: 0px;
	line-height: 22px;
	font-weight: bold;
	font-size: 11pt;
	position: relative;
	}

ul#reg li a {
	display: block;
	width: 146px;
	height: 22px;
	padding-right: 22px;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	}
ul#reg li:hover,ul#reg li.over {
	color: #143359;
	background: #9fcf67;
	}
ul#reg li a:hover {
	display: block;
	width: 146px;
	height: 22px;
	padding: 0px;
	
	padding-right: 22px;
	color: #143359;
	margin: 0px;
	text-decoration: none;
	background: #9fcf67;
	}

ul#reg li ul {
	display: none;
	}

ul#reg li:hover ul, ul#reg li.over ul  {
	/*float: right;*/
	position: absolute;
	top: 0px;
	left: 168px;
	display: block;
	margin: 0px 0px -3px 0px;
	padding: 0px;
	background: #9fcf67;
	}
	
ul#reg li:hover ul  li, ul#reg li.over ul  li {	
	background: #85b34e;
	font-size: 12px;
	font-weight: normal;
	border: 0px solid #9fcf67;
	border-width: 0px 0px 1px 0px;
	margin: 0px;
	padding: 0px;
	padding-right: 0px;
	}

ul#reg li:hover ul  li:hover, ul#reg li.over ul  li.over{	
	background: #9fcf67;
	}

ul#reg li:hover ul  li a, ul#reg li.over ul  li a{	
	background: #85b34e;
	margin: 0px;
	padding: 0px;
	padding-right: 22px;
	
	}

ul#reg li:hover ul  li a:hover, ul#reg li.over ul  li a:hover{	
	background: #9fcf67;
	margin: 0px;
	padding: 0px;
	padding-right: 22px;
	}
	
ul#reg li.separator {
	background: transparent url(../images/separator.png) center left no-repeat;
	display: block;
	height: 22px;
	width: 168px;
	/*margin: 0px 22px 0px 0px;*/
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}

#sidebar p.address {
	margin: 75px 15px 15px 15px;
	padding: 0px;
	color: #ffffff;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	}

#sidebar p.address a {
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #143359;
	font-family: Arial, Helvetica, sans-serif;
	}

#sidebar p.address a:hover {
	border: 1px dotted #143359;
	border-width: 0px 0px 1px 0px;
	}

#content-spacer {
	float: right;
	height: 625px;
	}
	
#front-content {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 17px 0px 0px;
	width: 716px;
	}

#masthead {
	position: relative;
	width: 716px;
	height: 130px;
	background: #ffffff url(../images/masthead.png) top left no-repeat;
	}
#front-blurb {
	text-align: left;
	width: 686px;
	margin: 25px 15px 25px 15px;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	overflow: hidden;
	}

#front-blurb p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}

#context-logo {
	color: #a0cf67;
	font-weight: bold;
	}

#front-left-col {
	float: left;
	width: 215px;
	height: 300px;
	border: 1px solid #939598;
	border-width: 0px 1px 0px 0px;
	font-size: 9pt;
	line-height: 15px;
	color: #000000;
	text-align: left;
	padding: 0px 10px 0px 10px;
	overflow: hidden;
	}

#front-left-col a {
	color: #143359;
	text-decoration: none;
	font-style: italic;
	border: 1px solid #ffffff;
	border-width: 0px 0px 1px 0px;
	}

#front-left-col a:hover {
	border: 1px dotted #143359;
	border-width: 0px 0px 1px 0px;
	}

#front-left-col h2 {
	width: 200px;
	height: 22px;
	line-height: 22px;
	margin: 0px 7px 10px 6px;
	color: #464648;
	background: #a0cf67;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}

#front-left-col p {
	margin: 0px 7px 10px 6px;
	}

#front-left-col ul {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
#front-left-col ul li {
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 10px;
	list-style: none;
	background: transparent url(../images/green-bullet.png) top left no-repeat;
	}

#front-left-col ul li ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 7px;
	list-style-type: none;
	background: transparent url(../images/line-bullet.png) top left no-repeat;
	}

#front-center-col {
	float: left;
	width: 215px;
	height: 300px;
	border: 1px solid #939598;
	border-width: 0px 1px 0px 0px;
	line-height: 15px;
	font-size: 9pt;
	color: #000000;
	text-align: left;
	padding: 0px 10px 0px 10px;
	overflow: hidden;
	}

#front-center-col a {
	color: #143359;
	text-decoration: none;
	font-style: italic;
	}

#front-center-col a:hover {
	border: 1px dotted #143359;
	border-width: 0px 0px 1px 0px;
	}

#front-center-col h2 {
	width: 200px;
	height: 22px;
	line-height: 22px;
	margin: 0px 7px 10px 6px;
	color: #464648;
	background: #a0cf67;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}

#front-center-col p {
	margin: 0px 7px 10px 6px;
	}

#front-center-col ul {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
#front-center-col ul li {
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 10px;
	list-style: none;
	background: transparent url(../images/green-bullet.png) top left no-repeat;
	}

#front-right-col {
	float: left;
	width: 215px;
	height: 300px;
	font-size: 9pt;
	line-height: 15px;
	color: #000000;
	text-align: left;
	padding: 0px 10px 0px 10px;
	overflow: hidden;
	}

#front-right-col a {
	color: #143359;
	text-decoration: none;
	font-style: italic;
	}

#front-right-col a:hover {
	border: 1px dotted #143359;
	border-width: 0px 0px 1px 0px;
	}

#front-right-col h2 {
	width: 200px;
	height: 22px;
	line-height: 22px;
	margin: 0px 7px 10px 6px;
	color: #464648;
	background: #a0cf67;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}

#front-right-col p {
	margin: 0px 7px 10px 6px;
	}

#front-right-col ul {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
#front-right-col ul li {
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 10px;
	list-style: none;
	background: transparent url(../images/green-bullet.png) top left no-repeat;
	}

#interior-content {
	text-align: left;
	width: 686px;
	margin: 25px 15px 25px 15px;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	overflow: hidden;
	}

#interior-content h1 {
	font-size: 24pt;
	font-weight: normal;
	color: #143359;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	}

#interior-content h2 {
	font-size: 14pt;
	font-weight: normal;
	color: #97c361;
	margin: 20px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	}

#interior-content p {
	margin: 0px;
	padding: 0px;
	}

#interior-content a {
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #143359;
	font-family: Arial, Helvetica, sans-serif;
	}

#interior-content a:hover {
	border: 1px dotted #143359;
	border-width: 0px 0px 1px 0px;
	}

#interior-content ul {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}
#interior-content ul li {
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 10px;
	
	list-style: none;
	background: transparent url(../images/green-bullet.png) 0px 2px no-repeat;
	}

#interior-content ul li ul li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 7px;
	list-style-type: none;
	background: transparent url(../images/line-bullet.png) 0px 2px no-repeat;
	}

#copyright {
	width: 931px;
	height: 30px;
	position: relative;
	margin: 0px auto 0px auto;
	text-align: right;
	color: #ffffff;
	font-size: 8pt;
	}

#copyright p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}

.clear-all {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	overflow: hidden;
	}

