body
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: arial, tahoma, sans-serif;
	color: #626262;
	background: #636363;
}

td
{
	font-size: 12px;
	font-family: arial, tahoma, sans-serif;
	vertical-align: top;
}

a:link { color: #213A65; text-decoration: none }
a:visited { color: #213A65; text-decoration: none }
a:active { color: #213A65; text-decoration: none }
a:hover { color: #E77E02; text-decoration: none }

a:link.gray { color: #626262; text-decoration: none }
a:visited.gray { color: #626262; text-decoration: none }
a:active.gray { color: #626262; text-decoration: none }
a:hover.gray { color: #E77E02; text-decoration: none }

.copyright a:link { color: #E77E02; text-decoration: none }
.copyright a:visited { color: #E77E02; text-decoration: none }
.copyright a:active { color: #E77E02; text-decoration: none }
.copyright a:hover { color: #FFFFFF; text-decoration: none }

.eventcontent a:link { color: #626262; text-decoration: none }
.eventcontent a:visited { color: #626262; text-decoration: none }
.eventcontent a:active { color: #626262; text-decoration: none }
.eventcontent a:hover { color: #E77E02; text-decoration: none }

#careersaddress a:link { color: #626262; text-decoration: none }
#careersaddress a:visited { color: #626262; text-decoration: none }
#careersaddress a:active { color: #626262; text-decoration: none }
#careersaddress a:hover { color: #E77E02; text-decoration: none }

.newstitle a:link { color: #626262; text-decoration: none }
.newstitle a:visited { color: #626262; text-decoration: none }
.newstitle a:active { color: #626262; text-decoration: none }
.newstitle a:hover { color: #E77E02; text-decoration: none }

.contactcontent a:link { color: #626262; text-decoration: none }
.contactcontent a:visited { color: #626262; text-decoration: none }
.contactcontent a:active { color: #626262; text-decoration: none }
.contactcontent a:hover { color: #E77E02; text-decoration: none }

#outertable
{
	width: 100%;
}

#maincenter
{
	background: url('images/common/background.gif') repeat-y top center;
}

#fadetop
{
	height: 50px;
	background: url('images/common/fadetop.jpg') repeat-x top left;
}

#fadebottom
{
	height: 65px;
	background: url('images/common/fadebottom.jpg') repeat-x top left;
}

.copyright
{
	text-align: center;
	padding: 5px 0px 0px 835px;
	font-size: 10px;
	color: #FFFFFF;
}

#maintable
{
	width: 1100px;
}

#left, #right
{
	width: 75px;
}

#center
{
	width: 790px;
}

#photo
{
	width: 160px;
}

#header
{
	width: 790px;
	padding: 50px 0 30px 10px;
	background: url('images/common/headerright.jpg') no-repeat top right;
}

#sectionheader
{
	text-align: right;
}

#sectioncontent
{
	padding: 0px 50px 25px 25px;
}

#sectioncontent ul, #news ul
{
	padding: 0px 20px;
	margin: 0px;
	list-style-image: url('images/common/bullet.gif');
}

#sectioncontent li, #news li
{
	padding: 0px;
	margin: 0px;
}

#contenttable
{
	width: 100%;
}

.subhdr
{
	color: #213A65;
	font-weight: bold;
}

.subhdrgreen
{
	color: #197B30;
	font-weight: bold;
}

.textpipes
{
	color: #DB7702;
	font-weight: bold;
}

/* home page styles */

#news
{
	background: url('images/home/backgroundnut.gif') no-repeat top left;
	padding: 20px 0px 0px 30px;
	font-weight: bold;
}

#homecontent
{
	padding: 10px 20px 0px 20px;
	font-size: 18px;
	line-height: 24px;
}

#homecontent2
{
	padding: 0px 0px 0px 60px;
	font-size: 18px;
	line-height: 24px;
}
/* menu styles */

#menu {
	
}

#menu ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 90;
}

#menu ul li {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#menu ul li a {
	display: block;
}

#menu  ul li a:hover {
	
}

#menu  ul.level2, #menu ul.level3 {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: #DD7802;
}

#menu  ul.level2 li, #menu ul.level3 li {
	float: none;
	margin: 0px;
	padding: 0px;
	width: 112px;
}

#menu ul.level2 li a, #menu ul.level3 li a {
}

#menu  ul.level2 li a:hover, #menu  ul.level3 li a:hover {
}

/* user login styles */

#topbox
{
	width: 180px;
	position: absolute;
	background: #213A65;
	padding: 5px 15px;
	border: 3px solid #FFFFFF;
	border-top: 0px;
	visibility: hidden;
}

#topbox td
{
	text-align: right;
	vertical-align: middle;
	padding: 0px 4px;
	color: #A3ADBE;
	font-size: 11px;
}

#topbox #rememberme
{
	text-align: left;
}

/* quote box styles */

#topbox.quote
{
	padding: 10px 15px;
	height: 160px;
	color: #D8E0EE;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	line-height: 1.3em;
	display: table-cell;
	vertical-align: middle;
}

div.container {height: 10em; display: table-cell; vertical-align: middle}

#topbox .signature
{
	font-style: italic;
}

/* newsitem.php styles */

#newsitem
{
	background: #FFFFFF;
}

#newsheader
{
	border-bottom: 6px solid #E77E03;
}

#newscontent
{
	padding: 25px 30px;
}

.newsdate
{
	color: #E77E02;
	font-weight: bold;
	padding: 0px 15px 5px 0px;
}

.newstitle
{
	color: #213A65;
	font-weight: bold;
}

.byline
{
	font-size: 10px;
}

/* management.php styles */

.biopic
{
	float: left;
	padding: 0px 15px 15px 0px;
}

/* events.php styles */

#eventtable td
{
	padding: 0px 15px 15px 0px;
}

.eventdate
{
	color: #E77E02;
	font-weight: bold;
}

.eventtitle
{
	color: #213A65;
	font-weight: bold;
}

/* mission.php styles */

#mission_content
{
	width: 400px;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	line-height: 1.5em;
	padding: 25px 0px;
}

#mission_content.subhdr
{
	color: #213A65;
}

/* green.php styles */

#greenleaf
{
	position: absolute;
	text-align: right;
	visibility: hidden;
}

/* careers.php styles */

#careersaddress
{
	font-weight: bold;
}

/* contact.php styles */

#contacttable td
{
	padding: 0px 15px 15px 0px;
}

.contacttitle
{
	color: #E77E02;
	font-weight: bold;
}

.contactcontent
{
	color: #626262;
	font-weight: bold;
}

div.box {
     /*Any properties you'd want the box to have.*/
     /*Would probably be position, dimension type stuff.*/
     /*Though personally I would have a div outside this to control the dimensions.*/
        background: url(./Homepage.jpg);
     background-repeat: no-repeat;
     position: relative;
     width: 100%;
}