/* colors are 
#3A525F green 
#7A9BAD pale green 
#303 purple */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #65754D;
	;	/*background-image: url(../images/back01.png);
	background-repeat: repeat;  */
}

/* page layout divs*/
#globalHeader {
	width: 100%;
	background-color: #39432C;
	margin: 0 0 0 0;
	padding: 5px;
}

#globalHeader-pop {
	width: 100%;
	background-color: #39432C;
	margin: 0 0 0 0;
	padding: 5px;
}

#globalHeaderContent {
	width: 900px;
	margin: 0 auto 0 auto;
}

#globalHeaderContent-pop {
	width: 640px;
	margin: 0 auto 0 auto;
}


#pageWrapper {
	width: 900px;
	background-color: #fff;
	margin: 20px auto 0 auto;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	/*(background-image: url(../images/header_sample.png);
	background-repeat: no-repeat;  */
}

#pageWrapper-pop {
	width: 650px;
	background-color: #fff;
	margin-top: 20px;
	margin-left: 20px;
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	/*(background-image: url(../images/header_sample.png);
	background-repeat: no-repeat;  */
}

#pageHead {
	width: 870px;
	padding: 5px 15px 5px 25px;
	margin: 0 auto 0 auto;
}
#pageHead-pop {
	width: 640px;
	padding: 5px 15px 10px 25px;
	margin: 0 auto 0 auto;
}
#content {
	width: 870px;
	margin: 0 auto 0 auto;
	padding:15px 15px;
	background: #fff;
}
#content-pop {
	width: 610px;
	margin: 0 auto 0 auto;
	padding:15px 15px;
	background: #fff;
}

#menu {
	width: 200px;
	padding: 5px 5px 5px 5px;
	float: left;
	background-color: #8a9e6c;
	margin: 0  5px 5px 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}




#footer {
	width: 900px;
	padding: 8px 0 0 0;
	margin: 0 auto 0 auto;
}

#footer-pop {
	width: 620px;
	min-height: 20px;
	padding: 8px 0 0 0;
	margin: 0 auto 0 auto;
}

/*  default html tags */

table.noborder {
	font-size:12px;
	border-width: 0px;
	border-color: #65754D;
	border-style: none;
	border-collapse: collapse;
}
td.noborder {
	font-size:12px;
	border-color: #65754D;
	border-style: none;
	border-width: 1px;
}

table {
	font-size:12px;
	border-width: 1px;
	border-color: #65754D;
	border-style: solid;
	border-collapse: collapse;
}
td {
	font-size:12px;
	border-color: #65754D;
	border-style: solid;
	border-width: 1px;
}
p {
	font-size:12px;
	line-height:17px;
 	}
	li {
	font-size:12px;
	line-height:16px;
	margin-bottom: 4px;
 	}
	
a:link {
	text-decoration: none;
	color: #8A4324;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

h1 {
	font-size: 18px;
	color: #37496F;
	/*padding: 10px 0 0 10px;*/
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #004B23;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

ul {
	font-size:12px;
	line-height: 16px;
	list-style-image: url(../images/listmark1.gif); 
	list-style-type: square;
}


ol {
	font-size:12px;
	line-height: 16px;
}

/* custom text formatting */

.rounded {
 	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
} 

.center {
	text-align: center;	
}
.double {
	line-height: 150%;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 11px;
}

.footnote {
	font-size: 10px;
}

.footer {
	font-size: 10px;
	color: #406425;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8A9E6C;
}

.footer-pop {
	font-size: 10px;
	color: #406425;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8A9E6C;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 10px;
}

.fltrtFixed { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	width: 640px;
	float: right;
	margin: 0px 2px 2px 2px;
	padding: 0px 0px 0px 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8a9e6c;

}
.fltrtFixed-pop { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	width: 600px;
	float: left;
	margin: 0px 2px 2px 2px;
	padding: 0px 0px 0px 5px;
	}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 30px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.clearfloat-pop { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/* global navigation bar */
.globalnav {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}
a.globalnav:link {
	color: #fff;
	text-decoration: none;
}	
a.globalnav:visited {
	color: #fff;
	text-decoration: none;
}
a.globalnav:hover {
	color: #fff;
	text-decoration: underline;
}
a.globalnav:active {
	color: #fff;
	text-decoration: none;
}


.menu {
	font-size: 11px;
	line-height: 100%;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a.menu:link {
	color: #fff;
	text-decoration: none;
}
a.menu:visited {
	color: #fff;
	text-decoration: none;
}
a.menu:hover {
	color: #8a4324;
	text-decoration: underline;
}
a.menu:active {
	color: #fff;
}

.menu_on {
	font-size: 11px;
	line-height: 100%;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
a.menu_on:link {
	color: #fff;
	text-decoration: underline;
}
a.menu_on:visited {
	color: #fff;
	text-decoration: underline;
}
a.menu_on:hover {
	color: #8a4324;
	text-decoration: none;
}
a.menu_on:active {
	color: #fff;
}

.submenu {
	font-size: 11px;
	line-height: 100%;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 10px;

}
a.submenu:link {
	color: #fff;
	text-decoration: none;
}
a.submenu:visited {
	color: #fff;
	text-decoration: none;
}
a.submenu:hover {
	color: #8a4324;
	text-decoration: underline;
}
a.submenu:active {
	color: #fff;
}




.submenu_on {
	font-size: 11px;
	line-height: 100%;
	color: #fff;
	text-decoration: underline;
	padding: 0 0 0 10px;

}
a.submenu_on:link {
	color: #fff;
	text-decoration: underline;
}
a.submenu_on:visited {
	color: #fff;
	text-decoration: underline;
}
a.submenu_on:hover {
	color: #8a4324;
	text-decoration: none;
}
a.submenu_on:active {
	color: #fff;
}



/* navigation */

.pageNav {
	float: right;	
	width: 300px;
	text-align: right;
}


.leftlink {
	font-size: 11px;
	line-height: 100%;
	color: #65754D;
	text-decoration: none;
	font-weight: bold;
}
a.leftlink:link {
	color: #65754D;
	text-decoration: none;
}
a.leftlink:visited {
	color: #65754D;
	text-decoration: none;
}
a.leftlink:hover {
	color: #8a4324;
	text-decoration: underline;
}
a.leftlink:active {
	color: #65754D;
}

.boxlink {
	font-size: 11px;
	line-height: 14px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a.boxlink:link {
	color: black;
	text-decoration: none;
}
a.boxlink:visited {
	color: black;
	text-decoration: none;
}
a.boxlink:hover {
	color: #A64A2D;
	text-decoration: underline;
}
a.boxlink:active {
	color: black;
}

div.box {

margin-left: 8px;
margin-right: 8px;
/*width: 420px;*/
padding: 8px;
border-style: solid;
border-width: 1px;
border-color: #65754D;
background-color: #FBDB6D;
font-color: black;
font-weight: bold;
font-size: 11px;
line-height: 15px;

}

