body {
	background-image: url(../images/bg-green_bars.gif);
}

#banner {
	border-top: 3px solid #000;
	border-right: 1px solid #000;
	border-bottom: 3px solid #000;
	border-left: 1px solid #000;
	background-color: #FFFFFF;
}

#copyright ul, #copyright li {
  margin: 0;
  padding: 0;
  color: #000000;
  display: inline;
}

#copyright {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	border-top: thin solid #000000;
}

#copyright a {
	color: #000000;
}



/*this is the beginning of the button menu system*/
.menu_link {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #663366;
	border-top-color: #996699;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.menu_list {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;

}

.menu_link a
{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 5px;
	font-weight: normal;
}

.menu_list a 
{
	display: block;
	padding-left: 10px;
	color: #FFFFFF;
}

.menu_link a:hover, .menu_link a:focus
{
	background-color: #996699;
}

.menu_link_block {
	background-color: #996699;
	border-top-color: #996699;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

#menu
{
	position: absolute;
	width: 140px;
	margin-top: 10px;
	margin-left: 0px;
	vertical-align: top;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: thin;
}

.menu
{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000;
	margin: 0px;
	padding: 0px;
}

#menu ul
{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li 
{ 
	border-bottom: 1px solid #000; /*this is the line between each button*/
	margin: 0px;
	padding: 0px;
}

.menu a
{
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #000;
	background: #FFF;
	width: 118px; /*this is the width MINUS the left padding and the right border - otherwise, you'll have a space before your right border*/
}

/*/*/a{}
#menu a {
	padding: 3px 0px 1px 10px; 
	border-right: 12px solid #99CC99; 
	}
/* NN4 hack */

.menu a:hover, .menu a:focus
{
	background: #DBF8D8;
	border-right: 12px solid #333;
}

/*this ends the menu buttons*/

.content
{
	padding-left: 20px;
	padding-right: 10px;
	background: #FFF;
	margin-top: 10px;
}

#bottom_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003300;
	background-position: center;
	text-align: center;
}
.container {
	background-color: #FFFFFF;
	border: thin solid #000000;
}
.menu_container {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 10px;
}
.banner {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
/* CSS Document */

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 16pt;
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #663366;
	font-variant: small-caps;
	letter-spacing: 3px;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	font-variant: small-caps;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

p.explanation {
	padding-left: 30px;
	padding-right: 30px;
}

p.tt {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	color: #000000;
	padding-left: 30px;
	padding-right: 30px;
}


li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

ol.faq li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

.content a {
	color: #003300;
}

.content a:hover, .content a:focus
{
	text-decoration: none;	
}

div.img-decr {
	background: url('../images/shadow.gif') bottom right no-repeat;
	clear: right;
	float: right;
	margin: 0 0 15px 15px;
	padding: 0;
	position: relative;
}

div.img-decl {
	background: url('../images/shadow.gif') bottom right no-repeat;
	clear: right;
	float: left;
	margin: 0 15px 0 15px;
	padding: 0;
	position: relative;
}

div.img-decr img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

div.img-decl img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}
 