* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body {
	width:100%;
	min-height:100%;
	text-align:center;
	margin:0 0;
	padding:20px 0;
}
body a img {
	border:none;
}
#mainTainer {
	width:835px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/bkgBody.gif) no-repeat bottom left;
	text-align:center;
}
#contentBox {
	width:100%;
	text-align:left;
	float:left;
	background:url(images/bkgBody.gif) no-repeat bottom left;
}
#header {
	width:100%;
	height:149px;
	background:url(images/bkgHead.gif) no-repeat top left;
}
#header img {
	margin:26px 0 0 40px;
}
#mainImage	{
	margin-left:18px;
	width:800px;
	height:271px;
	border-bottom:1px solid #fff;
	float:top left;
}
#nav {
	position:relative;
	display:block;
	background:url(images/blank.gif) no-repeat top right;
	height:36px;
	margin-left:18px;
	margin-right:19px;
}
/* New nav items */

.menu1 {
	padding:0 0 0 0px;
	margin:0;
	list-style:none;
	height:36px;
	background:url(images/blank.gif) repeat-x top left;
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
}
.menu1 li.top {
	display:block;
	float:left;
}
.menu1 li a.top_link {
	display:block;
	float:left;
	height:36px;
	line-height:27px;
	color:#ccc;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	padding:0 0 0 12px;
	cursor:pointer;
	background: url(images/blank.gif);
}
.menu1 li a.top_link span {
	float:left;
	display:block;
	padding:0 16px 0 8px;
	height:36px;
	background:url(images/blank.gif) right top;
}
.menu1 li a.top_link span.down {
	float:left;
	display:block;
	padding:0 24px 0 12px;
	height:36px;
	background:url(images/blank.gif) no-repeat right top;
}
.menu1 li a.top_link:hover {
	color:#fff;
	background: url(images/blank_over.gif) no-repeat;
}
.menu1 li a.top_link:hover span {
	background:url(images/blank_over.gif) no-repeat right top;
}
.menu1 li a.top_link:hover span.down {
	background:url(images/blank_over.gif) no-repeat right top;
}

.menu1 li:hover > a.top_link {
	color:#fff;
	background: url(images/blank_over.gif) no-repeat;
}
.menu1 li:hover > a.top_link span {
	background:url(images/blank_over.gif) no-repeat right top;
}
.menu1 li:hover > a.top_link span.down {
	background:url(images/blank_over.gif) no-repeat right top;
}
.menu1 table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu1 a:hover {
	visibility:visible;
	position:relative;
	z-index:200;
}
.menu1 li:hover {
	position:relative;
	z-index:200;
}

/* keep the 'next' level invisible by placing it off screen. */
.menu1 ul, 
.menu1 :hover ul ul, 
.menu1 :hover ul :hover ul ul,
.menu1 :hover ul :hover ul :hover ul ul,
.menu1 :hover ul :hover ul :hover ul :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
.menu1 :hover ul.sub {
	left:0;
	top:31px;
	background: #fff;
	padding:3px;
	border:1px solid #102213;
	white-space:nowrap;
	width:120px;
	height:auto;
	z-index:300;
}
.menu1 :hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:120px;
	font-weight:normal;
}
.menu1 :hover ul.sub li a {
	display:block;
	font-size:11px;
	height:20px;
	width:120px;
	line-height:20px;
	text-indent:5px;
	color:#000;
	text-decoration:none;
}
.menu1 :hover ul.sub li a.fly {
	background:#fff url(images/arrow.gif) 80px 7px no-repeat;
}
.menu1 :hover ul.sub li a:hover {
	background:#102213;
	color:#fff;
}
.menu1 :hover ul.sub li a.fly:hover {
	background:#102213 url(images/arrow_over.gif) 80px 7px no-repeat;
	color:#fff;
}
.menu1 :hover ul li:hover > a.fly {
	background:#102213 url(images/arrow_over.gif) 80px 7px no-repeat;
	color:#fff;
} 

.menu1 :hover ul :hover ul,
.menu1 :hover ul :hover ul :hover ul,
.menu1 :hover ul :hover ul :hover ul :hover ul,
.menu1 :hover ul :hover ul :hover ul :hover ul :hover ul {
	left:90px;
	top:-8px;
	padding:3px;
	border:1px solid #102213;
	white-space:nowrap;
	width:90px;
	z-index:400;
	height:auto;
}

#sideImage	{
	margin-top:24px;
	padding: 0px 16px 10px 38px;
	width:200px;
	float:left;
}

#sideNav	{
	display: inline;
	margin-top:24px;
	width:165px;
	float:left;
}

#sideNav img {
	display: inline;
	width:140px;
	margin-left:38px;
}

ul#navigation {
	width: 120px;
	float:none;
	font-size:11px;
}
ul#navigation li { 
	list-style: none;
	text-align: left;
	padding: 1px 0px 12px 2px;
	margin: 0;
}
ul#navigation li a { 
	display: block; 
	text-decoration: none; 
	padding: 0px;
	color: #000; 
}
ul#navigation li a:hover { 
	color: #102213; 
}
ul#navigation li .selected { 
	color: #102213;
	font-weight: bold;
}

#content	{
	margin-top:0px;
	width:100%;
	float:left;
	padding-bottom:20px;
}
h1, h2, h3	{
	color:#102213;
}
h1	{
	font-size:16px;
	margin-top:0;
}
h2	{
	font-size:14px;
}
h3	{
	font-size:13px;
	text-align:center;
}
p, #leftCol li	{
	color:#000;
	font-size:12px;
	margin-top:0px;
	line-height:17px;
	margin-bottom:18px;
}
b	{
	color:#102213;
	font-weight:bold;
}
#leftCol	{
	margin:25px 55px 0 0px;
	width:510px;
	float:right;
}
#fullCol	{
	margin:20px 0 20px 50px;
	width:730px;
	float:left;
	text-align:center;
}
.noRight	{
	margin-right:0px;
}
#footer	{
	background:url(images/bkgFooter.gif) bottom left no-repeat;
	height:30px;
	margin-left:17px;
	margin-bottom:25px;
	float:left;
	width:100%;
}
#footer p	{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fff !important;
	font-size:10px;
	margin-top:10px;
	line-height:10px;
}
#credit p	{
	font-family:Arial, Helvetica, sans-serif;
	color:#1A4C25 !important;
	text-align:center;
	font-size:10px;
	margin-left:17px;
	line-height:0px;
}
#leftCol ul	{
	padding-left:0px;
}
#leftCol li	{
	background:url(images/iconList.gif) 0 3px no-repeat;
	list-style-type:none;
	padding-left:20px;
}
a {
	text-decoration: none ;
	color: #1A4C25;
}
a:visited {
	text-decoration: none ;
	color: #1A4C25;
}
a:active {
	text-decoration: none ;
	color: #1A4C25;
}
a:hover {
	text-decoration: underline ;
	color: #1A4C25;
}
.module a:hover	{
	text-decoration: none;
}
.module h1 a	{
	color:#fff;
}
