body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	background-color: white;
}
.box table {
	margin: 4px;
}

.pad td {
	padding: 4px;
}

.tableBorder td {
	border: 1px solid black;
}

table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}

label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}

input {
	border: 1px solid #aaaaaa;
}

strong {
	font-weight: bold;
}

ol {
	list-style-type: decimal;
	margin: 3px 0 10px 35px;
}

#container {
	width: 985px;
	margin: 0 auto 0 auto;
	text-align: center;
	background-color: white;
}

#footer {
	text-align: center;
	clear: both;
	padding: 25px 0 10px 0;
}

#sidebar1,#sidebar2 {
	width: 180px;
	text-align: left;
}

#sidebar1 {
	/* display: inline; */
	float: left;
	margin-left: 0px;
}

#sidebar2 {
	float: right;
	margin-right: 0px;
}

#pageContent {
	margin: 0 auto 0 auto;
	width: 605px;
	text-align: left;
}

.box {
	margin: 0 0 5px 0;
	width: 100%;
	/* background-color: white; */
}
.box p {
	text-align: justify;
}

.box table { /* IE Table fix that doesnt fuck up the menu */
	border-collapse:collapse;
}

.border2 {
	border-left: 1px solid #4f92d7;
	border-right: 1px solid #4f92d7;
	border-bottom: 1px solid #4f92d7;
}


#sidebar2 h1, #sidebar1 h1 {
	background-image: url(../images/box-top.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 20px;
	color: white;
	font-weight: bold;
	line-height: 180%;
	padding: 0px 0 0 3px;
}

#pageContent h1 {
	background-image: url(../images/box-top-615.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 20px;
	color: white;
	font-weight: bold;
	line-height: 180%;
	padding: 0px 0 0 3px;
}

.featured {
	background-image: url(../images/box-featured-header.gif) !important;
}

/***************************** Begin Menu CSS *********************************/
#menu {
	
}

#menu li {
	border: 1px solid #cccccc;
	float: left;
	display: block;
	line-height: 160%;
	height: 20px;
	background-image: url("../images/bg-grad.gif");
	background-repeat: repeat-x;
	text-align: center;
}

#menu ul {
	
}

#menu a {
	display: block;
	color: white;
	text-decoration: none;
}

#menu a:hover {
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
/***************************** End Menu CSS *********************************/

#surveyForm textarea {
	width: 590px;
	height: 35px;
}

#pageContent h1 a {
	color: white;
	text-decoration: underline;
}

.tableBorder {
	margin: 0 auto 0 auto;
}

.tableBorder td {
	border: 1px solid #cccccc;
}

ol li {
	margin-top: 4px;
}

.alt {
	background-color: #f1e3c7;
}

.box p {
	padding: 2px 5px 5px 5px;
}

.box h2 {
	font-weight: bold;
	padding-left: 9px;
	margin-top: 15px;
	color: white;
	margin-left: 7px;
	padding-top: 7px;
	background-image: url(/images/h2.gif);
	background-repeat: no-repeat;
	height: 28px;
}

.imageBorder {
	padding: 4px;
	margin: 4px;
	border: 1px solid #cccccc;
}



.styleBold {
	font-weight: bold;
}

.styleUnderline {
	text-decoration: underline;
}

.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}

.navigation {
	margin-left: 1px;
	padding: 4px;
	list-style-type: circle;
	list-style-position: inside;
}

.navigation li {
	padding: 3px;
}

.navigation a {
	padding: 3px;
}

.subnav {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 8px;
	margin-bottom: 5px;
	display: none;
}

p {
	text-align: justify;
}