/* CSS Document */
*, body, html, form, h1, h2, h3 {
	padding:0;
	margin:0;
}

html {
	height:100%;
}

img {
	display: block;
	margin: 0px;
	padding: 0px;
}
#contentContainer img {
	margin-bottom: 1em;
}


body {
	height:100%;
	position:relative;
	background: url(../../images/main-bg.jpg);
	font-size:0.7em;
	line-height:1.5em;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #32327F;
	margin-bottom: 1em;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 1em 0 1em 0;
}


p {
	margin-bottom: 1em;
}
#contentContainer ul {
	margin-bottom: 1em;
	margin-left: 1em;
}

a:link {
	color: #007246;
}



#mainWrapper {
	width: 752px;
	margin: 0 auto 0 auto;
}

#topInfo {
	background:url(../../images/shading/long-bg.gif);
}

#topInfoGreen {
	width: 740px;
	height: 35px;
	background-color: #007246;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 6px;
}

#subWrapper {
	width: 752px;
	position: relative;
}


#leftContainer {
	width: 216px;
	z-index: 10;
	position: relative;
}

.leftMidCont {
	width: 216px;
	background: url(../../images/shading/left-bg.gif);
	padding-bottom: 25px;
}
.leftMiniWrap {
	margin-left: 6px;
	padding-left: 24px;
}
.newsClipTitle {
	background-color: #007246;
	color: #FFFFFF;
	margin-left: 6px;
	text-indent: 24px;
}
.newsDate {
	display: block;
	margin-top: 10px;
	color: #32327f;
	font-weight: bold;
}
.newsBrief {
	display: block;
}





#rightContainer {
	width: 542px;
	position: absolute;
	top: 0px;
	left: 210px;
	background-image: url(../../images/shading/right-bg.gif);
	background-repeat: repeat-y;
}
#rightWrap {
	margin-left: 6px;
}
#contentContainer {
	margin-bottom: 40px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 20px;
	clear: both;
}
#contentContainer table {
	background-color: #ffffcc;
}

.leftLinks {
	width: 233px;
	float: left;
}
.linkUL {
	list-style-type: none;
}
.linkUL li {
	margin-bottom: 1em;
}


.rightLinks {
	width: 233px;
	float: left;
	margin-left: 20px;
}

.linkContent {
	width: 233px;
	display: block;
}
div.clear {
	clear: both;
	width: 400px;
}
table {
	margin-bottom: 1em;
}

td.tableUnderline {
}
table input {
	width: 60px;
}
ul.contact {
	list-style-type: none;
}
ul.contact li {
	display: block;
	width: 200px;
	float: left;
}
form {
	clear: both;
}










#footer {
	background-color: #32327f;
	width: 530px;
	color: #FFFFFF;
	height: 75px;
	padding-top: 10px;
	background-image: url(../../images/member-logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
div.footerText {
	text-align: right;
	margin-right: 10px;
}

div.footerText a {
	color: #FFFFFF;
	font-weight: bold;
}

#bottomShade {
}
div.heightDiv {
	height: 240px;
}
