/* CSS Document */

body {
  background:#d3d3d3;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-align:center;
  font:10px "Trebuchet MS",Trebuchet,Verdana, Sans-Serif;
  color:#2b455e;
  font-size/* */:/**/small;
  font-size: /**/small;
}

a:link, a:visited {
	color:#2b455e;
}

a:hover {
	color:#1c2e3e;
}

p,td {
  font-size: small;
  text-align: left;
}

ul {
	margin-left: 10px;
	padding-left: 10px;
	list-style-type:circle;
}

#mainContainer {
	width:696px;
	margin: 0 auto;
}

#mainBody, #mainNAV, #footerNAV {
	background-image:url(images/mainBG.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin:0 auto;
}

#footerNAVlinks {
	color:white;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	margin-left:30px;
	margin-right:30px;
}

#footerNAVlinks a:link {
	color:white;
}

#footerNAVlinks a:active {
	color:white;
}

#footerNAVlinks a:visited {
	color:white;
}

#footerNAVlinks a:hover {
	color:#eeeeee;
}

#topNav {
	width:674px;
	background-color:white;
	border-top:1px solid #1e3249;
	border-bottom:1px solid #1e3249;
}

#topNav td {
	padding:5px;
}

#topNav a:link {
	font-weight:bold;
	text-decoration:none;
}

#topNav a:visited {
	font-weight:bold;
	text-decoration:none;
}

#topNav a:hover {
	color:#1c2e3e;
	text-decoration:underline overline;
}

#bodyContainer {
	margin:0 auto;
	width:654px;
	padding-top:10px;
	padding-bottom:10px;
}

#newsBody {
	background-image:url(images/blogBG.jpg);
	background-repeat:repeat-y;
}

#newsPost {
	margin-left:16px;
	margin-right:35px;
	padding-top:10px;
	padding-bottom:5px;
}

#goalPost {
	margin-left:20px;
	margin-right:20px;
	padding-top:5px;
	padding-bottom:5px;
}

#goalBody {
	background-image:url(images/goalBG.jpg);
	background-repeat:repeat-y;
}

#singleColBody {
	padding-top:10px;
	width:657px;
}

#singleColBG {
	width:657px;
	background-image:url(images/singleColBG.jpg);
	background-repeat:repeat-y;
	background-position:center;
	padding-top:10px;
	padding-bottom:10px;
}

#singleColText {
	padding-left:20px;
	padding-right:20px;
	text-align:left;
}

#singleColFooter {
	width:657px;
	padding-bottom:10px;
}

/*BLOG STYLES*/

.postTitle {
	font-weight:bold;
	font-size:14px;
}

.postTitle a {
	color:#2b455e;
}

.postTitle a:visited {
	color:#2b455e;
}

.postTitle a:hover {
	color:#1c2e3e;
}

.postDate {
	font-size:10px;
}

