body, table, tr, td, tbody, div, textarea {
	font-family: Verdana, Arial, "Sans-serif";
	font-size: 10pt;
	color: #434343;
}
body {
	background: url("../images/background.gif") top center repeat-y #E4E4E4;
	text-align: center;
	padding: 0;
	margin: 0;
}
#main {
	background-color: #FFFFFF;
	margin: auto;
	width: 900px;
}
.left {	float: left; }
.right { float: right; }
.clear { clear: both; }
h1, h2, h3, h4, h5, h6 {
	color: #6A6A6A;
	margin-top: 0;
}
h1 { font-size: 180% }
h2 { font-size: 135%; background-color:#e5e5e5; padding: 3px 0 3px 3px; margin: 20px 0 20px 0 }
h3 { font-size: 120% }
h4 { font-size: 100% }
h5 { font-size: 80% }
h6 { font-size: 60% }
p { 
	margin: 12pt 0 12pt 0;
}
a { color: #0099CC; }
a:hover { color: #CC3399; }
ol { list-style-type: decimal; }
ol ol { list-style-type: lower-alpha; }
ol ol ol { list-style-type: lower-roman; }


/* HEADER */
#header {
	height: 110px;
	position: relative;
}
#header-left {
	float: left;
	padding-top: 13px;
}
#header-right {
	float: right;
	padding-top: 23px;
}
#header-right .buttons {
	font-size: 8pt;
}
#header-right-search {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#header-right-search .box {
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	border-left: 1px solid #C6C6C6;
	border-right: 0;
	padding: 2px;
	width: 200px;
}
#header-right-search .button {
}
/* END HEADER */


/* FLASH */
#flash {
	margin-top: 30px;
}
/* END FLASH */


/* NAV */
#nav-wrapper {
	height: 32px;
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	margin-top: 30px;
}
#nav {
	width: 860px;
	padding-top: 7px;
	padding-left: 20px;
}
/* top nav button formatting */
#nav ul.menu-top {
	padding: 0;
	margin: 0;
}
/*#nav ul.menu-top li.menu-current a {
	font-style: italic;
	color: #CC3399;
}
#nav ul.menu-top li.menu-current ul li a {
	font-style: normal;
	color: #434343;
}
#nav ul.menu-top li.menu-parent a {
	font-style: italic;
	color: #CC3399;
}
#nav ul.menu-top li.menu-parent ul li a {
	font-style: normal;
}*/
#nav ul.menu-top li {
	float: left;
	list-style-type: none;
	/* adjust for more top menu buttons */
	margin-right: 58px;
}
#nav ul.menu-top li a {
	display: block;
	color: #434343;
	font-size: 12pt;
	text-decoration: none;
	white-space: nowrap;
}
#nav ul.menu-top li a:hover {
	text-decoration: underline;
}
#nav ul.menu-top li ul {
	margin-top: 8px;
	margin-left: -8px;
	padding: 0;
	position: absolute;
	visibility: hidden;
	background: #FFFFFF;
	text-align: left;
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
}
#nav ul.menu-top li ul li {
	float: none;
	display: block;
	margin: 0;
	border-bottom: 1px solid #C6C6C6;
}
#nav ul.menu-top li ul li a {
	padding: 5px 12px 5px 8px;
	font-size: 10pt;
}
#nav ul.menu-top li ul li a:hover {
	background-color: #FFFCD4;
}
/* END top nav button formatting */
/* END NAV */


/* CONTENT */
#content {
	width: 860px;
	margin: 25px 0 0 20px;
	background: url("../images/divider.gif") 600px top repeat-y;
}
#content img.border {
	border: 1px solid #C6C6C6;
}
#content-left-wrapper {
	width: 610px;
	float: left;
	text-align: left;
	/*background: url("../images/divider.gif") right top repeat-y;*/
	min-height: 370px;
	_height: 370px;
}
#content-left {
	width: 570px;
	text-align: left;
}
#content-right {
	float: right;
	width: 228px;
	padding-left: 20px;
	text-align: left;
}
/* content right tweet */
#content-right #tweet {
	padding: 0;
	margin: 0;
}
#content-right #tweet li {
	padding-left: 16pt;
	padding-bottom: 10pt;
	list-style-type: none;
	background: url("../images/bullet.gif") left 1px no-repeat;
}
#content-right #tweet li .pubdate{
	font-size: 7pt;
	color: #999999;
}
/*#content-right #tweet a {
	text-decoration: none;
	color: #434343;
}
#content-right #tweet a:hover {
	text-decoration: underline;
	color: #CC3399;
}*/
/* end content right tweet */
/* END CONTENT */


/* FOOTER */
#footer {
	clear: both;
	padding: 25px 0 25px 0;
}
#footer-text-wrapper {
	height: 26px;
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
}
#footer-text {
	width: 860px;
	padding-top: 6px;
	padding-left: 20px;
}
#footer-text div {
	width: 25%;
	float: left;
	font-size: 8pt;
}
#footer-text div a {
	text-decoration: none;
	color: #434343;
}
#footer-text div a:hover {
	text-decoration: underline;
	color: #434343;
}
#footer-logos img {
	margin-top: 20px;
}
/* END FOOTER */


/* MISC */
div.question-box {
	background-color: #faffbd;
	border: 1px solid #e6e122;
}
div.question-box div {
	padding: 10px;
	font-size: larger;
}
table.survey {border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc}
table.survey td {text-align:left}
table.survey td label {margin-right:8px}
table.survey td.field_title {width:60%;padding-right:8px;padding-left:8px}
table.survey td.survey-right {width:40%;padding-left:8px;border-left:1px solid #ccc}
table.survey td {padding:12px 0;border-bottom:1px solid #ccc}
/* END MISC */
