body {
	background: repeat url(images/bg.png);
	font: 14px/20px Georgia, Garamond, Helvetica, Arial;
	color: #000;
	margin: 0;
	padding: 0;

}

a:link, a:visited {color: #000; text-decoration: none; }

a:hover {color: #aee9a0; text-decoration: none; }

h1 {margin: 0; padding: 0; padding-bottom: 6px; padding-top: 30px; font-size: 14px; color: #697e8e;}

p { text-align: justify; }

.imageStyle { margin-bottom: 10px; margin-left: 22px; }

.divider {
	width: 800px;
	border-bottom: 4px double #d2d2d2;
	background: none;
	margin-bottom: 15px;
}

#topgradient {
	position: relative;
	top: 0px;
	background: url(images/topgrad.png) repeat-x;
	height: 75px;
}

#wrapper {
	margin: 0px auto;
	width: 800px;
}

#header {
	background: no-repeat url(images/headeropen.png);
	width: 700px;
	height: 156px;
	padding-bottom: 30px;
}

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	width: 800px;
	margin: 0 auto;
	font-size: 0.8em;
	line-height: 17px;
	font-weight: normal;
	height: 32px;
}

#navcontainer #current {
}

#navcontainer #current:hover {
}

#navcontainer ul li a:link.currentAncestor,
#navcontainer ul li a:visited.currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	text-align: center;
	padding: 0px 0 0 0;
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 0;
}

#navcontainer li {
	display: inline;
	margin-left: 90px;
	text-align: center;
	float: left;
	padding-left: 60px;
}

#navcontainer a:link,
#navcontainer a:visited {
	color: #000000;
	border: none;
	font-size: 2em;
	font-weight: normal;
	text-decoration: none;
}


#navcontainer a:hover {
	color: #aee9a0;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li a:link {
}

#navcontainer ul ul ul {
}

/* @end */

#container {
	background: repeat-y url(images/middle.png);
	width: 800px;
	height: 100%;
	margin: 0;
	padding: 0;
}

#content {
	width: 800px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 25px;
	text-align: left;
}

#footer {
	width: 800px;
	height: 45px;
}

#footercontent {
	text-align: center;
	color: #d2d2d2;
	padding-top: 3px;
	font-size: 0.78em;
}

#footercontent a {
	color: #d2d2d2;
	text-decoration: none;
	border-bottom:1px solid #d2d2d2;
}

#footercontent a:hover {
	color: #aee9a0;
	border-bottom: 1px solid #aee9a0;
}

fieldset { 
	border: 0;
	margin: 0;
	padding: 0;
}

label { 
	display: block;
	padding-top: 10px;
}

input.text,textarea { 
	width: 300px;
	color: #697e8e;
	padding: 3px;
	margin: 1px 0;
	border: 1px solid #d2d2d2;
}

input.submit { 
	font: bold 12px/12px verdana,arial,sans-serif;
	border: 4px double #d2d2d2;
	height: 31px;
	font: 14px Georgia, Garamond, Helvetica, Arial;
	width: 120px;
	background: none;
}

