body {
	margin: 0;
	padding: 0;
	background-color: #d0cec0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}

div#container {
	width: 980px;
	margin: 0;
	border: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #fff;
}

div#header {
	height: 156px;
	width: 980px;
}

div#topMenu {
	height: 36px;
}

div#maincontent {
	position: relative;
}
div#maincontent TABLE TD.left {
	background-color: #d0cec0;
	width: 180px;
	vertical-align: top;
}
div#maincontent TABLE TD.right {
	width: 800px;
	vertical-align: top;
}
div#footer {
    background: #d0cec0 url(/bin/images/footer.jpg) no-repeat top left;
	height: 36px;
}
div#footer div.mark {
	width: 180px;
	padding: 12px 0 0 0;
	vertical-align: middle;
	float: left;
	text-align: center;
}
div#footer div.mark A {
	color: #fff;
	font-size: 7pt;
}
div#footer div.text {
	padding: 8px 0 0;
	color: #fff;
	font-weight: bolder;
	text-align: center;
	width: 800px;
	float: right;
	font-size: 10pt;
}
div#footerWrap {
	background-color:#d0cec0;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
div#subFooter {
	width: 800px;
	float: right;
	text-align:center;
	background-color: #d0cec0;
}
div#subFooter IMG {
	padding: 5px;
}
div#subFooter div#footerLinks {
	padding: 5px 0 5px 0;
}
div#subFooter div#footerLinks A {
	color: #000;
}
TD.featuresHeading {
	background-color: #0055a5;
	height:31px;
}
TD.communituesHeading, TD.featuresHeading {
	/*background-color: #0055a5;*/
	height:31px;
}
TD.communituesHeading IMG, TD.featuresHeading IMG, IMG.png {	
	/*behavior: url('/bin/style/iepngfix.htc');*/
}
TD.headingBullets {
	padding-left: 30px;
	height:89px;
	width:219px;
	vertical-align: top;
}
TD.headingBullets A {
	line-height: 150%;
	color: #0055a5;
}
DIV.modelHeaderText {
	padding: 0 10px;
	color: #fff;
}

/** INPUT FORMS + TEXT RENDERINGS **/
INPUT.inputText, .inputTextArea {
	width: 250px;
	border: 1px solid #2f2f2f;
}
TD.inputField {
	text-align: right;
	font-weight: bolder;
	font-size: 10pt;
}
.inputText { border: 1px solid #000; }
.inputTextArea { width: 250px; height: 90px;  border: 1px solid #000; }

.alert { color: red; font-size: 9pt; }

.fullText {
	margin: 5px 20px;
}
.fullText P { margin-top: 0px; }

/** page titles **/
DIV.heading {
	background-color: #0055a5;
	height: 40px;
	width: 100%;
}

A.white { color: #fff; }
A.yellow, A.white:hover { color: #F9EB06; }