html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
  	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#wordmarkcontainer {
	display: none;
}
	
.colorblock {
display: none;
}

#headerblock {
display: none;
}

.doubleborder {
	display: none;
}

#titlebar {
margin: 0;
	padding: 0;
}

#sidebarnav {
	display: none;
}

.top {
display: none;
}


/* Links
----------------------------------------------- */


a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

p a:link:after, p a:visited:after {
	content:" ("  attr(href) ") ";
	font-size: 10pt;
	text-decoration: none;
	display: inline;
}



/* Headings
----------------------------------------------- */

h1 {
	color: #666666;
	font-size: 14pt;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-color: #666666;
}

h2 {
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-weight: bold;

}

h3 {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;

}



/* links
----------------------------------------------- */


li {
	list-style-type: square;
	padding-bottom: 3px;
}

a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006600;
}

a:hover {
	color: #99CC00;
	text-decoration: none;
	font-weight: normal;
}

/* Page Structure
----------------------------------------------- */

#content {
	width: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12pt;
	line-height: 1.5em;
}

#content td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
}

#content li {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 8px;
	font-size: 12pt;
	line-height: 1.2em;
	color: #000000;
}

#content ol {
	list-style-type: decimal;
}

#content ul {
	list-style-type: disc;
}

#content h2{
	color: #333333;
	font-size: 12pt;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-weight: bold;
}

#content h3{
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
}


/* Side
----------------------------------------------- */

.side {
	margin-top: 24px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	vertical-align: top;
	display: none;
}

.side p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	line-height: 1.2em;
	color: #333333;
	background: #FFFFFF;
	display: none;
}

/* Main Navigation
----------------------------------------------- */

#mainnav {
	display: none;
}
 

/* Meta Navigation
----------------------------------------------- */

.metanav {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}

.metanav a {
}

.metanav a:link, .metanav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.metanav a:hover {
	color: #FCEB52;
	text-decoration: underline;
	
	font-weight: bold;
}

/* Left Navigation
----------------------------------------------- */

#left {
	width: 188px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	display: none;
}

#left ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: none;
}

#left li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: none;
}
#left a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	display: none;
}
#left a:link, #left a:visited {
	border-bottom: 1px solid #CCCCCC;
	color: #006600;
	border-top: 1px solid #FFFFFF;
	display: none;
}
#

  /* Footer
----------------------------------------------- */


#footercontainerhome {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	padding-top: 10px;	
	background: #FFFFFF;
	
}

#footercontainer {
	margin: 0;
	padding: 0;
	width: 800px;
	padding-top: 10px;
	padding-left: 100px;
	background: #FFFFFF;
	border-top: 1px solid #000000;
}



#footer {
	padding-top: 0px;
	font-size: 100%;
	background: #FFFFFF;
}




.permission {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 10pt;
	color: #666666;
	background: #FFFFFF;
	padding: 10px;
	padding-left: 30px;
	padding-right: 20px;
	text-align: left;
	border-bottom: 1px solid #999999;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	padding: 20px 0px;
	text-align: center;
	border-bottom: 1px solid #999999;
	margin-right: 15%;
	margin-left: 15%;
}

.copyright {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 75%;
	line-height: 12pt;
	color: #000000;
	text-align: center;
	padding-left: 10px;
	padding-top: 3px;
padding-bottom: 20px;
	line-height: 130%;
}

.footertext {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 70%;
	line-height: 12pt;
	color: #000000;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
}



.logos {
	padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
background: #FFFFFF;
float: left;
}

.extensionlogo {
	padding-right: 10px;
	padding-left: 20px;

}


#seal {
	padding-right: 16px;
	float: left;
	
}


/* Borders
----------------------------------------------- */

.doubleborder {
	border-right-width: 1pt;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1pt;
	border-left-style: solid;
	border-left-color: #999999;
}

.rightborder {
	border-right-width: 1pt;
	border-right-style: solid;
	border-right-color: #999999;
}

.leftborder {
	border-left-width: 1pt;
	border-left-style: solid;
	border-left-color: #999999;
}

.whiteborder {
	border-top-width: 2pt;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.topborder {
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #333333;
}

.bottomborder {
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.border {
	border: 1pt solid #333333;
}


