@import url("navigation.css");
@import url("layout.css");
@import url("siteEngine.css");
@import url("copy.css");
@import url("home.css");
@import url("news.css");
@import url("events.css");

body {
	margin: 15px;
	padding: 0;
	font: 0.75em/1.5em Arial, Helvetica, Verdana, sans-serif;
	color: #333;
	background: #e5eaee url("../images/layout/mainBG.jpg") top center repeat-x;
}

#grayBoxLeft {
	background-image:url('../images/layout/grayBoxLeft.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	height:14px;
	width:14px;
	float:left;
}

#grayBoxRight {
	background-image:url('../images/layout/grayBoxRight.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	background-position:top right;
	height:14px;
	width:14px;
	float:right;
}

#grayBox {
	background-image:url('../images/layout/grayGradientLine.jpg');
	background-repeat:repeat-x;
}

#grayBox h3 {
	margin-top:7px;
	padding-top:5px;
	margin-bottom:0px;
	margin-left:20px;
	margin-right:20px;
	padding-bottom:5px;
	text-align:left;
}

#grayBox p {
	margin:0px;
	padding:20px;
	margin-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	padding-left:14px;
	padding-right:14px;
}

table#formTable th {
	text-align:right;
}

table#formTable th span.req {
	padding-left:5px;
	padding-right:5px;
	color:red;
}

table#formTable td {

}

h2#pageTitle {
	margin:10px 10px 10px 10px;
	padding:10px 10px 10px 10px;
}