body  {
	margin: 0;
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in 	
the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	background-image: url(../images/BG.gif);
	background-repeat: repeat-x;
	}

a:link {
	text-decoration: none;
	color: #0033CC;
}

a:hover {
	color: #0033CC;
	text-decoration: underline;
}

a:visited {
	color: #003399;
	text-decoration: none;
}

a:link img {
	border-style: none;	
}

a:visited img {
	border-style: none;	
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #0033CC;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #0033CC;
	margin-top: 0px;
	margin-bottom: 0px;
}

#container {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}


#container #main {
	background-image: url(../images/main-bg.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
#container #flash_area {
	margin-top: 15px;
}
#container #main #left {
	width: 250px;
	margin-left: 15px;
	float: left;
	margin-top: 20px;
	display: inline;
}
#container #main #left #sidebar #sidebar_content {
	width: 220px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	background-color: #CCCCCC;
	float: left;
}
#container #main #middle #left #sidebar #sidebar-btm {
	float: left;
	position: relative;
	bottom: 100%;
	top: 0%;
	left: 0%;
}

#enews {
	width: 220px;
	margin-top: 20px;
	padding: 10px;
	text-align: left;
	background-color: #CCCCCC;
	float: left;
}
.signupframe {
  background: #cccccc;
  color: #000000;
}

#container #main #right {
	text-align: left;
	width: 490px;
	padding-left: 15px;
	padding-right: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #003399;
	float: left;
	margin-left: 5px;
	margin-top: 20px;
}
h3 {
	font-size: medium;
	margin-top: 0em;
	color: #0033CC;
	font-weight: bold;
}

#container #main #middle {
	background-image: url(../images/main-bg.png);
	float: left;
	width: 804px;
	margin-top: 0px;
	padding-bottom: 10px;
	bottom: 0%;
}
#container #main #middle #soon {
	padding-top: 15px;
}

#main_nav {
	width: 804px;
	height: auto;
	float: left;
	background-image: url(../images/main-bg.png);
}
#main_nav #bar_color {
	background-color: #3366CC;
	width: 780px;
	margin-left: 12px;
	float: left;
	display: inline;
}

#main_nav #nav_pos {
	margin-right: auto;
	margin-left: auto;
	width: 770px;
}

#spacer1 {
	height: 25px;
}
#footertop, #footerbtm {
	margin-right: auto;
	margin-left: auto;
	width: 804px;
}

#footermain {
	background-image: url(../images/main-bg.png);
	width: 804px;
	margin-right: auto;
	margin-left: auto;
}

#footermid {
	position: relative;
	top: 0%;
}	

#footermid a:link {
	text-decoration: none;
	color: #000;
}

#footermid a:hover {
	color: #0033CC;
	text-decoration: underline;
}

#footermid a:visited {
	color: #000;
	text-decoration: none;
}

#footernav ul   {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	list-style-type: none;
}

#footernav a   {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#footernav li {
	display: inline;
	padding-right: 0.3em;
	padding-left: 0.3em;
}

#footernav a:hover   {
	color: #003399;
	text-decoration: underline;
}
	
#footerbtm {
	margin-bottom: 20px;
	position: relative;
	top: 0%;
}
.first_par {
	margin-top: 5px;
}
.invisible {
	display: none;
}
.projpic {
	border: medium solid #000000;
}

