/* Don't forget to set a foreground and background color on the 'html' or 'body' element! */html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 1;
	text-align: left;/*vertical-align: baseline;*/
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}
html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #BFBFBF;
	margin-bottom: 1px;
}
body {
	background-image: url(images/pageBG.jpg);
	background-repeat: repeat-x;

}
h1 {
	color: #5A6B89;
	font-weight: bolder;
	font-size: 18px;
	margin-bottom: 5px;
}
h2, caption {
	color: #5A6B89;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 20px;
}

a, a:visited {
	color: #578BBE;
	text-decoration: none;
}
a:hover{
	color: #8EB0D2
}
#pageWrapper {
/*	background-image: url(images/leftBottomHOME.jpg);
	background-repeat: repeat-y;*/
	width: 956px;
	margin-right: auto;
	margin-left: auto;
}

#banner {
	float: left;
	width: 1000px;
}
.logo {
	float: left;
	display: block;
	left: -45px;
	position: relative;
}

#contentArea {
	/*	background-image: url(images/leftBottom.jpg);
	background-repeat: repeat-y;*/
	float: left;
	width: 955px;
	background-image: url(images/leftBottom.png);
	background-repeat: repeat-y;
	background-position: -16px;
}
#secondaryMenu {
	height: 102px;
	width: 586px;
	background-image: url(images/menuBG.png);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	left: -46px;
}
#secondaryMenu li {
	float: left;
	display: block;
	margin-right: 12px;
	margin-left: 15px;
	padding-top: 30px;
}
#secondaryMenu li a, #secondaryMenu li a:visited {
	font-size: 0.7em;
	line-height: 15px;
	font-weight: bold;
}
#menuColumn {
	width: 200px;
	float: left;
/*	background-image: url(images/leftBottom.jpg);
	background-repeat: repeat-y;
	background-position: -17px;*/
}
#menuColumn h2 {
	color: #FC0;
	line-height: 35px;
	margin-bottom: 10px;
	display: block;
	background-color: #455269;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-indent: 15px;
}
#menuColumn li {
	color: #FFF;
	display: block;
	height: 35px;
	width: 200px;
	line-height: 35px;
}
#menuColumn li a, #menuColumn li a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	width: 200px;
	line-height: 35px;
	height: 35px;
	display: block;
	text-indent: 15px;
}
#menuColumn li a:hover {
	background-color: #455269;
	color: #FC0;
}

#contentColumn {
	float: left;
	width: 723px;
	border: 1px solid #CDD0D5;
	background-color: #FFF;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#contentColumn p, #homeContent p, #newsColumn p {
	color: #455269;
	font-size: 0.75em;
	line-height: 1.5em;
	margin-bottom: 15px;
}
#contentColumn ol {
	list-style-type: decimal;
	margin-left: 50px;
	font-size: .75em;
}

#contentColumn li {
	margin-left: 35px;
	list-style-type: square;
	color: #455269;
	font-weight: normal;
}
#newsColumn {
	float: right;
	width: 190px;
	border: 1px solid #ccc;
	background-color: #F0F0F0;
	margin-bottom: 10px;
	font-size: 85%;
	margin-left: 12px;
	padding-left: 10px;
}
#newsColumn li  {
	font-weight: bold;
	color: #666;
	margin-bottom: 3px;
	font-size: 0.9em;
	padding-bottom: 6px;
}
#footer {
	clear: both;
	background-color: #455269;
	height: 200px;
	font-size: 0.7em;
	color: #FFF;
}
#footer a, #footer a:visited, #footer h2 {
	color: #FC0;
}
.footerColumn {
	width: 240px;
	float: left;
	padding-left: 70px;
}
#footer p {
	margin-bottom: 5px;
}
#pavementBG {
	background-image: url(images/pavementBG.gif);
	background-repeat: repeat-x;
	width: 705px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.whatsNew {
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	background-color: #FFF;
	padding: 0px;
	border: 1px solid #CCC;
	margin-top: 25px;
}
.whatsNew h2 {
	display: block;
	color: #FFCC2A;
	background-color: #5A6B89;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.whatsNew p {
	text-align: center;
}
.whatsNew ul li p {
	text-align: left;
}

td {
	vertical-align:top;
}
.smTable td {
	padding: 3px;
	vertical-align:top;
}
#contentColumn .smTable p , #contentColumn .smTable label{
	color: #455269;
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 3px;
}
#contentColumn .smTable h2 {
	color: #FFF;
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 6px;
	margin-top: 3px;
}
.ideasImageFloatRight {
	float: right;
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 10px;
}
.imageFloatRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.rightAligned {
	float: right;
	width: 350px;
}
.rightAlignedSMColumn {
	float: right;
	width: 200px;
	margin-left: 15px;
}
.rightAlignedContactForm {
	float: right;
	width: 450px;
	background-color: #ECF0F9;
	padding-left: 15px;
}
