body {
	margin: 0px;
	padding: 0px;
	background-color: #DFDBD8;
	/* background-image: url("images/background_body2.jpg"); */
	background-repeat: repeat-x;
	}
	
body, div, table, td, th, li, p {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: small;
	color: #474747;
	line-height: 1.4em;
	}
	
img {
	position: static;
}

a {
	color: #458EBF;
	text-decoration: none;
	}

a:link {
	color: #458EBF;
	text-decoration: none;
	}

a:visited {
	color: #458EBF;
	text-decoration: none;
	}

a:hover {
	color: #82bFEA;
	text-decoration: underline;
	}

h1 {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #5AA140;
	margin: 0px 0px 0px 15px;
	padding: 13px 15px 5px 0px;
	line-height: 1.1em;
	border-bottom: 1px solid #B2D78A;
	position: relative;
	width: 725px;
	}
	
#pageName {
	margin-top: 10px;
	margin-left: 10px;
	background-image: url("images/H1.gif");
	background-position: top left;
	background-repeat: no-repeat;
	margin-right: 20px;
	width: 725px;
	}	
	
h2 {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #5AA140;
	margin: 20px 0px 5px 0px;
	padding: 5px 0px 10px 20px;
	border-top: 1px solid #C8C8C8;
	background-image: url("images/background-h2.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}

h2 a:link {
	color: #5AA140;
	text-decoration: none;
	}

h2 a:visited {
	color: #5AA140;
	text-decoration: none;
	}
	
h2 a:hover {
	color: #5AA140;
	text-decoration: underline;
	}

h2 a:active{
	color: #5AA140;
	text-decoration: underline;
	}	
	
h3 {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #5AA140;
	margin-top: 10px;
	margin-bottom: 3px;
	padding-bottom: 5px;
	border-bottom: 1px solid #D2D2D2;
	}

h4 {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #7D7D7D;
	margin-top: 20px;
	padding: 5px 10px 0px 10px;
	border-top: 1px solid #CAC3BF;
	background-image: url("images/background_thread.gif");
	background-position: top left;
	background-repeat: repeat-x;
	}
	
h5 {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #5AA140;
	margin-top: 10px;
	margin-bottom: 3px;
	padding-bottom: 5px;
	}	
	
h6 {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #5AA140;
	}
	
ul li {
	list-style-type: square;
	color: #90cc4b;
	}
	
li .copy {
	font-size: 100%;
	color: #474747;
	line-height: 1.4em;
	}
	
.required {
	color: #5AA140;
	font-weight: bold;
	}

.note {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 85%;
	color: #474747;
	line-height: normal;
	}

/***********************************************/
/* Layout STYLES                               */
/***********************************************/

#master {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 799px;
	background-color: #FFFFFF;
	}

#mastHead {
	position: absolute; 
	top: 0px; 
	left: 0px;
	z-index: 2;
	}

#mastSpace {
	top: 0px;
	height: 200px;
	}
	
td.contentColumn {
	vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;
	padding-right: 45px;
	background-position: top left;
	background-repeat: repeat-x;
	}	

	
#contentMain {
	margin: 0px 20px 50px 25px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 2;
	width: 750px;
	}

#contentMain td {
	padding: 5px 0px 5px 0px;
	vertical-align: top;
	}
	
td.rightColumn  {
	vertical-align: top;
	width: 177px;
	}
	
#rightColumn {
	font-family: tahoma, arial, trebuchet ms, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #646464;
	/*width: 175px;*/
	width: 175px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	}
	
#rightColumn p {
	font-family: tahoma, arial, trebuchet ms, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #646464;
	}
	
#rightColumn a {
	color: #3F88BE;
	text-decoration: none;
	}
	
#rightColumn a:visited {
	color: #3F88BE;
	text-decoration: none;
	}
	
#rightColumn a:active {
	color: #3F88BE;
	text-decoration: none;
	}

#rightColumn a:hover {
	color: #3F88BE;
	text-decoration: underline;
	}
	
#rightColumn a.right {
	display: block;
	color: #3F88BE;
	text-decoration: none;
	background-image: url("images/right_divider.gif");
	background-repeat: no-repeat;
	padding: 5px 0px 5px 0px;
	background-position: bottom left;
	}
	
#rightColumn a.right:visited {
	display: block;
	color: #3F88BE;
	text-decoration: none;
	}
	
#rightColumn a.right:active {
	display: block;
	color: #3F88BE;
	text-decoration: none;
	}

#rightColumn a.right:hover {
	display: block;
	color: #3F88BE;
	text-decoration: underline;
	}

#rightColumn .subHeader {
	font-family: tahoma, arial, trebuchet ms, sans-serif;
	font-size: 100%;
	color: #787878;
	font-weight: bold;
	text-decoration: none;
	}
	
/*#contentMain2 {
	position: relative;
	z-index: 2;
	width: 170px;
	padding-right: 10px;
	padding-left: 20px;
	font-size: 0.8em;
	color: #666666;
	}

#contentMain2 a {
	color: #458EBF;
	text-decoration: none;
	}

#contentMain2 a:link {
	color: #458EBF;
	text-decoration: none;
	}

#contentMain2 a:visited {
	color: #458EBF;
	text-decoration: none;
	}

#contentMain2 a:active {
	color: #458EBF;
	text-decoration: none;
	}

#contentMain2 a:hover {
	color: #82bFEA;
	text-decoration: underline;
	}*/
	
#lineBreak {
	margin: 5px 0px 10px 0px;
	border-top: 1px dotted #CAC3BF;
	}
	
#globalHeader {
	width: 100%;
	}

#navPrimary {
	height: 500px;
	width: 100%;
	text-align: left !important;
	white-space: nowrap;
	}

#navPrimary td {
	vertical-align: bottom;
	}


/***********************************************/
/* FOOTER STYLES                               */
/***********************************************/

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 778px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #91867E;
	padding: 5px 10px 5px 10px;
	}

#footer td {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #FFFFFF;
	}

#footerNav {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	}

#footerNav a:link {
	color: #FFFFFF;
	text-decoration: none;
	}

#footerNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

#footerNav a:active {
	color: #FFFFFF;
	text-decoration: none;
	}

#footerNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#footerBackground {
	background-color: #B2AAA4;
	}
	
#rightbox {
	background-color: #99CCFF;
	padding: 5px;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px dotted #5AA140;
	top: 5px;
}

/***********************************************/
/* FORM STYLES                                 */
/***********************************************/

input {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	}

input.small {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 40px;
	height: 14px;
	}
	
input.medium {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 120px;
	height: 14px;
	}
	
input.large {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 250px;
	height: 18px;
	}

input.submit {
	width: 51px;
	height: 19px;
	padding: 5px 5px 5px 0px;
	}

input.cancel {
	width: 52px;
	height: 19px;
	padding: 5px 5px 5px 5px;
	}

select {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 225px;
	}

select.short {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 55px;
	}
	
select.medium {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 125px;
	}
	
select.long {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 300px;
	}

textarea {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 93%;
	}
/***********************************************/
/* PRINT                                       */
/***********************************************/

/* Note: On 7/19/06 I changed the width from 110 
to 47 because we changed 'printable version' to 
just 'print' on the press release pages */
	
#printableVersion {
	position: absolute; 
	right: 70px;
	top: 162px;
	width: 47px;
	text-align: right;
	background-image: url("../../images/icon_printableVersion.gif");
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 4;
	}
	
#printableVersion a:link {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #458EBF;
	text-decoration: none;
	}
	
#printableVersion a:visited {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #458EBF;
	text-decoration: none;
	}
	
#printableVersion a:active {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #458EBF;
	text-decoration: none;
	}
		
#printableVersion a:hover {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #82bfea;
	text-decoration: underline;
	}	

