/* -- global styles -- */

body {
	margin: 0;
	padding: 0;
	background-color: #f0f0f0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5 {
    font-family: Verdana, Arial, sans-serif; 
}

h1 {
	color: #333333;
	font-size: 3em;
}

h2 {
	color: #333333;
	font-size: 2em;
	margin-bottom: 0;
}

h3 {
	color: #38add6; /*was #8aa635 */
	font-size: 15pt;
	margin-bottom: 2;
}

h4 {
	color: #000000; /* black */
	font-size: 15pt;
	margin-bottom: 4;
}

h5 {
	color: #000000; /* black */
	font-size: 14pt;
	margin-bottom: 0;
	text-align: center;
}

p {
    margin-top: 0;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #38add6;
	text-decoration: none;
}

/* -- total document wrapper -- */

#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}


/* -- top bar -- */

#topbar img {
    border: 0px solid;
    padding-top: 0px; /* was 25 */
	padding-left: 0px;
	height: 150px;
}


/* -- header -- */

#header img {
    border: 0px solid;
    padding-top: 8px;
	padding-left: 0px;
	width: 1000px; 
    height: 20px;
}


/* -- document section -- */


/* -- contentwrapper for entire document section -- */
/* -- allows for adjustment just for document/content section, generally unused -- */


#contentwrapper {
}

/* content headings and content columns */

#content {
	width: 1000px;
	background-color: #FFFFFF;
	text-align: center;
	float: left;
	padding-bottom: 0px;
	padding-top: 20px;
}

#content2 {
	padding-left: 80px;
	padding-right: 60px;
	width: 860px;
	background-color: #FFFFFF;
	float: left;
	font-size: 16pt;
	line-height: 1.5em;
	padding-top: 10px;	
}


/* footer */

#footer {
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-color: #f0f0f0;
    height: 120px;
    clear: both;
    text-align: center;
    font-size: 1.1em; /* was 0.85em */
    color: #555555;
    padding-top: 30px;
}

#footer a:link {
	color: #333333;
	text-decoration: none; /*was underline */
}

#footer a:visited {
	color: #333333;
	text-decoration: none; /*was underline */
}

#footer a:hover {
	color: #38add6;
	text-decoration: none;
}


/* menu */

#menuTop {
    position: relative;
    background-image: url(../images/navbkgd.jpg);
	background-repeat: repeat-x;
    padding-top: 0px;
	padding-bottom: 10px;
    height: 150px;
    font-size: 11pt;
}

#menuTop img {
    padding-top: 0px;
	padding-bottom: 10px;

}

#menuTop ul, #menuTop li {
    margin: 0;
    padding: 0;
	
}

#menuTop li {
	display: block;
	background-color: #FFFFFF;
	width: 340px;
	height: 58px;
	margin: 0 3px 0 0; /* top left right bottom */
	padding: 15px 10px 0 0px; /* top left right bottom */
	border-left: 2px solid white;
}

#menuTop a {
    display: block;
    margin: 0;
    padding: 0 3px 0 0;
}

#menuTop a:link, #menuTop a:visited {
    font-family: Verdana, Arial, sans-serif;
    color: #312e1d;
	text-decoration: none;
}

#menuTop a:hover {
	color: #38add6;
	text-decoration: none;
}

ul.menuHoriz li {
    float: left;
	font-weight: bold;
}

ul.menuVert {
	font-family: Arial, sans-serif;
	position: absolute;
    visibility: hidden;
    top: 10px;
	font-size: 42pt;
	font-weight: normal;
}

ul#menuSubOne   { left: 0px }


/* navigation bar */

#navpath {
	width: 1000px;
	background-color: #FFFFFF;
	text-align: center;
	text-color: #000000;
	float: left;
	padding-bottom: 4px;
}

#navpath a:link {
	color: #999999;
	text-decoration: none;
}

#navpath a:visited {
	color: #999999;
	text-decoration: none;
}

#navpath a:hover {
	color: #38add6;
	text-decoration: none;
}