/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	background-color: #000000;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

h1,h2,h3 {
	letter-spacing: -1px;
	font-weight: bold;
}

h1 {
	font-size: 22px;
	margin-bottom: 12px; 
}

p {
	line-height: 20px;

}

strong {
	font-weight: bold;
	font-size: 105%;
}

.required {
	color: #F00;
	font-size: 120%;
}


.underline {
	text-decoration: underline;
}

p a:link, p a:visited, ol a:link, ol a:visited, ul a:link, ul a:visited{
	color: #33cc33;
	text-decoration: none;
}

p a:hover, ul a:hover, ol a:hover {
	color: #fff;
	background-color: #33cc33;
}

table {
	width: 290px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	background-color: #272727;
}

table tr.heading td {
	font-weight: bold;
	font-size: 115%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding: 3px;
	background-color: #009A1E;

}

table tr td {
	text-align: center;
	padding-bottom: 3px;
	width: 130px;
	padding-top: 5px;

}

table tr.highlight {
	background-color: #3E3E3E;
}


img.green {
	float: left;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 5px;

}

img.right {
	margin-left: 15px;
	float: right;
	margin-top: 7px;
}
img.left {
	margin-right: 15px;
	float:left;
	margin-top: 7px;
}

.clear {
	clear: both;
	height: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}


#wrap {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
}

#header {
	width: 100%;
	height: 300px;
}


#graphic{
	width: 715px;
	height: 130px;
	background-image: url(../images/header-graphic.jpg);
	background-repeat: no-repeat; 
	background-position: center top;
	padding-top: 88px;
	padding-left: 10px;
	
}

h1.graphic {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

#content {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.copy  {
	width: 550px;
	float:left;
	background-image: url(../images/heading-bg.jpg);
	background-repeat: repeat-x;
	background-position: left -17px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 10px;
}

div.copy h1 {
	font-size: 22px;

}

div.copy h2 {
	font-size: 18px;
	color: #33cc33;
	margin-bottom: 5px; 	
}

div.copy h3 {
	font-size: 15px;
	color: #33cc33;
	margin-bottom: 5px; 		
}


div.copy p {
	margin-bottom: 15px;

}

div.copy ol {


}

div.copy ul {
	list-style-type: disc;

}


.copy ul, .copy ol {
	margin-bottom: 10px;
	width: 80%;
	color: #fff;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 25px;
}

div.copy ul ul, div.copy ol ol, div.copy ul ul ul, div.copy ol ol ol{
	margin-bottom: 0px;
	width: 100%;
	color: #fff;
	margin-top: 2px;
}

div.copy li {
	margin-bottom: 5px;
}

div.copy li ul li{
	margin-bottom: 2px;
}

div.copy li ul li ul li {
	margin-bottom: 2px;
}


#footer {
	height: 34px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 10px;
	margin-top: 6px;
	text-align: center;
}

