body {
	margin: 0px;
	padding: 0px;
	font-size: 68.75%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D5D2BF;
	color: #333;
}
.homeBg {
	background-image: url(images/home_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.padB {
	padding-bottom: 5px;
}
#highlight {
	background-color: #E9E8DE;
	background-image: url(images/highlight_corner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.subBg {
	background-image: url(images/sub_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#shadows {
	background-image: url(images/flash_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
	width: 950px;
}


a img {
	border-width: 0px;
	border-style: none;
	float: left;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #048982;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #048982;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #048982;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0D173E;
	font-size: 1.27em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
	padding: 0px 0px 8px 0px;
	border-width: 0px 0px 1px 0px;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0D173E;
	font-size: 1.09em;
	font-weight: bold;
	border-width: 0px 0px 1px 0px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 8px 0px;
}
#container {
	width: 950px;
	margin: 0 auto 0 auto;
}
#content {
	width: 950px;
	float: left;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#logo {
	display: block;
	width: 950px;
}

#mainSection {
	float: left;
	width: 685px;
}
#left {
	width: 220px;
	padding-right: 5px;
	float: left;
}
#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 870px;
	color: #FFF;
	height: 43px;
	padding-top: 12px;
	margin-bottom: 5px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.padR10 {
	float: right;
	padding-right: 20px;
	padding-bottom: 15px;
}

#paper {
	background-image: url(images/paper.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 110px;
	width: 685px;
	padding: 20px 0px;
	margin-bottom: 5px;
}
#paper p {
	padding: 8px 0px;
	margin: 0px;
}
#button1 {
	float: left;
	width: 187px;
	padding: 0px 20px;
	vertical-align: top;
}
#button2 {
	float: left;
	width: 187px;
	padding: 0px 20px;
	border-width: 0px 1px;
	border-style: none dashed;
	border-right-color: #999;
	vertical-align: top;
	border-left-color: #999;
}
#button3 {
	float: left;
	width: 188px;
	padding: 0px 20px;
	vertical-align: top;
}
#shadowLeft {
	vertical-align: top;
	background-color: #FFF;
	padding-right: 10px;
	width: 10px;
	float: left;
}
.floatLeft {
	float: left;
}

#shadowRight {
	vertical-align: top;
	background-color: #FFF;
	width: 10px;
	float: left;
	padding-left: 10px;
}
#homeBody {
	background-image: url(images/corner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 415px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.padL20 {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#nav {
	float: left;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 180px;
	padding: 0px 20px 20px 20px;
	background-color: #08ADA3;
	margin-bottom: 5px;
}
.menu {
	z-index:1000;
	width: 150px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:180px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}

/* style the links */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:180px;
	color:#fff;
	text-indent:5px;
	border-bottom-style: solid;
	border-bottom-color: #63CBC4;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {
	width:180px;
	w\idth:180px;
}
/* style the link hover */
.menu a:hover{
	color:#0A132D;
}
#nav ul li .last {
	border-width: 0px;
	border-style: none;
}
#subBody {
	width: 415px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#subBody ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#subBody ul {
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	margin-top: 0px;
}
#flashHeader {
	float: left;
	width: 930px;

}
.notActive {
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:180px;
	color:#0D173E;
	text-indent:5px;
	border-bottom-style: solid;
	border-bottom-color: #63CBC4;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.notActiveNoUnder {
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:180px;
	color:#0D173E;
	text-indent:5px;
	border-bottom-style: none;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
