html, body {
	height: 100%;
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#container {
	min-height: 100%;
	position: relative;
}
* html #container {
	height: 100%;
}

/* header stuff */

#header {
	background: url(images/topbar.gif) #006666;
	width: 100%;
	height: 118px;
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #006666;
}

#header h1, #header h2 {
	width: 760px;
	margin: 0 auto;
	font-weight: normal;
	color: #fff;
}

#header h1 {
	padding-top: 20px;
	font-size:  14pt;
}

#header h2 {
	margin-top: 20px;
	font-size: 14pt;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	color: #fbe4b5;
}

/* horizontal menu */

#shadow {
	background: url(images/shadow.gif) #fff;
	width: 100%;
	height: 15px;
	margin: 0;
	padding: 0;
}

#menu-h ul {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#menu-h li {
	float: left;
}

#menu-h a {
	height: 22px;
	background: transparent;
	display: block;
	float: left;
	margin: 0 auto;
	padding: 3px 20px 3 20px;
	color: #636363;
	font-weight: bold;
	text-decoration: none;
}

#menu-h a:hover {
	background: transparent url(images/menu-h-bg-invert.gif);
}

#menu-h .active {
	color: #60758f;
	text-decoration: underline;
}

/* main content container --------------------------------------*/

#main {
	width: 975px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 1.7em;
}

#main h1{
	border-bottom: 0px solid #cccccc;
	width: 100%;
	color: #ffffff;
}
 #main h2 {
 font-size: 14pt;
 border-bottom: 1px solid #cccccc;
	width: 100%;
	color: #006666;
 
 }

/* main content ----------------------------------------*/

#content {
	width: 765px;
	float: left: 20px;
	valign: top;
	color: #5c738f;
}
#quotearea {
	font-size: 10pt;
	border-left: 3px solid #006666;
	padding: 0 10px 0 10px;
	background: #eef url(images/quote.gif) no-repeat bottom right;
}

#borderright {
background: #eef url(images/quote.gif) no-repeat bottom right;
	padding: 0 5px 0 5px;
	border-right: 12px solid #6666666;
}

#piccaption{
 font-size: 8pt;
 color: #000000;
 padding: 0 10px 0 10px;
}

#givespace{
 padding: 0 10px 0 10px;
}

#givespaceheader{
 padding: 0 10px 0 10px;
 font-size:14pt;
}

#givespacecontent{
 padding: 0 10px 0 10px;
 font-size:10pt;
}

#nospace{
 padding: 0 0px 0 0px;
 border:none;
}

#content p {
	font-size: 10pt;
}

#content subsection{
	font-size: 10pt;
	border-left: 3px solid #f8b832;
	padding: 100px 100px 0 5px;
	background: #eef;
}


#content ul {
	font-size: 10pt;
}

#content a {
	color: #43648d;
	border-bottom: 1px solid #006666;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	border-bottom: none;
}

#content .intro {
	font-size: 11pt;
}

#content .blueheader {
	font-size: 14pt;
	color:#5c738f
}

#content img {
	padding: 3px;
	/*border: 1px solid #006666;*/
}
#imagespaceborder {
	padding: 3px;
	border: 1px solid #006666;
}

/* right menu */

#menu-v {
	width: 170px;
	valign: top;
	float: left;
	color: #006666;
	
	
}
#menu-v img {
	padding: 3px;

}


#menu-v ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu-v a {
	width: 160px;
	border-bottom: 1px solid;
	border-color:#CCCCCC;
	display: block;
	text-decoration: none;
	color: #006666;
	
}

#menu-v a:hover {
	background: #FFF9EB;
}

#menu-v p {
	font-size: 10pt;
}

/* footer */

#footer {
	background: url(images/footer.gif) #006666;
	height: 115px;
	color: #006666;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	position: relative;
	margin-top: 0px;
	clear: both;
}

#footer p {
color: #cccccc;
	text-align: center;
	font-size: 10pt;
	margin:0;
}

#footer a {
	color: #cccccc;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* misc */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}