html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F5F5F5;
}
a {
	color:#006600;
	text-decoration: none;
	font-weight: bold;
}

#wrapper {
	margin: 10px;
	width: 770px;
	text-align:left;
}
#header {
	height: 176px;
	background-color: #F5F5F5;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 15px transparent #F5F5F5;
}
#innerwrapper {
	background: url(../img/background_w_line.png) repeat-y;
}

/*Navigation style start*/
#leftcol {
	float: left;
	width: 160px;
	font-size: 80%;
	margin-left: 18px;
	text-align:right;
	line-height: 200%;
}
#leftcol a {
	font-weight: bold;
}

/*Navigation level 1 start*/
#leftcol ul {
	list-style-type: none;
}
#leftcol ul li {
	padding: 5px;
}
#leftcol ul li a {
	display: block;
	color: #283f13;
	text-decoration: none;
	height: 32px;
	background-image: url(../img/leftcol_back.gif);
}
#leftcol ul li a:hover, #leftcol ul li a:focus {
	background-image: none;
	background-color: #B5D1A8;
}
#leftcol ul li a p {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 32px;
	background-color: #B5D1A8;
}

#leftcol ul li p {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 32px;
	background-color: #B5D1A8;
	font-weight: bold;
}

#leftcol ul li a p:hover, #leftcol ul li a p:focus {
	background-image: none;
	background-color: #B5D1A8;
	color: #283f13;
}

#leftcol ul ul {
	list-style-type: none;
}

#leftcol ul ul li {
	padding: 5px;
}

#leftcol ul ul li a {
	display: block;
	color: #283f13;
	text-decoration: none;
	background-color: #F5F5F5;
	height: 32px;
	background-image: none;
	font-style: italic;
	font-size: 85%;
}
#leftcol ul ul li a:hover, #leftcol ul ul li a:focus {
	background-image: none;
	background-color: #F5F5F5;
	color: #B5D1A8;
}
#leftcol ul ul li p {
	display: block;
	color: #B5D1A8;
	text-decoration: none;
	background-color: #F5F5F5;
	height: 32px;
	background-image: none;
	font-style: italic;
	font-size: 85%;
}

/*Navigation style stop*/
#content {
	width: 530px;
	margin-left: 205px;
}
/*Navigation style stop*/
#content1 {
	width: 600px;
	margin-left: 205px;
}
#content h1 {
	font-size: 120%;
	color: #F2880A;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 110%;
	color: #0D3E46;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 100%;
	color: #0D3E46;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#content h4 {
	font-size: 90%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#content h5 {
	font-size: 80%;
	color: #0D3E46;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#content h6 {
	font-size: 80%;
	margin: 12px;
	text-align: center;
}
#content hr {
	color: #006600;
	background-color: #006600;
	height: 1px;
}
#content p {
	font-size: 80%;
	margin: 12px;
}
#content ol {
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-bottom: 10px;
}
#content ol li {
	padding: 2px;
}

#content ul {
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-bottom: 10px;
}

#content ul li {
	list-style-type: disc;
}

#content table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-bottom: 10px;
	border: 1px solid #C3976A;
	width: 80%;
}
#content th {
	background-color: #A0C58E;
	text-align: center;
	padding: 1px;
	border: 1px solid #C3976A;
	vertical-align: middle;
}
#content tr {
	padding: 1px;
	border: 1px solid #C3976A;
	vertical-align: top;
}
#content td {
	padding: 1px;
	border: 1px solid #C3976A;
}
#content table a {
	text-decoration: none;
}
#content blockquote {
	font-size: 80%;
	background-color: #EBF4E1;
	border: 1px solid #C3976A;
	padding: 6px;
}
#content blockquote:hover {
	border: 1px solid #C3976A;
}
#content img {
	float: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear: none;
}

#content a img {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear: none;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 0px;
}

#footer {
	clear: both;
	background-image: url(../img/footer_line.png);
	height: 48px;
	background-repeat: no-repeat;
}
#footer p {
	font-size: 70%;
	padding: 8px;
	text-align: right;
	margin-right: 70px;
}
#skip a {
	position: absolute;
	margin-left: -1000px;
}
#skip a:focus, #skip a:active {
	margin-left: 0;
	display: block;
	width: 10em;
	overflow: visible;
	background-color: #000;
	color: #fff;
}
.left {
	float: left;
	margin: 5px 10px 1px 0;
	border: 1px solid #283F13;
}
.upper_roman {
	list-style-type: upper-roman;
}
.list_upper_roman {
	list-style-type: upper-roman;
}
.list_lower_alpha {
	list-style-type: lower-alpha;
}
.table_text_align_left {
	text-align: left;
}

/*Overrides of standard classes*/
.override_table_bgcolor_yellow {
	background-color: #FFFFCC
}

.override_image_align_right {
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.override_text_gray {
	color: #999999;
}

.override_text_superscript {
	color: #999999;
	font-style: oblique;
	vertical-align: super;
}


/*The below code handles issues with IE*/
#blah:active {
}
.override_image_align_center_word {
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	font-size: 80%;
	color: F5F5F5;
}
.override_text_hidden {
	color: #F5F5F5;
	font-size: 80%;
}
.override_image_align_center_pdf {
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
}
.override_image_align_center_word_yellow {
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	background-color: #FFFFCC;
}
.override_image_align_center_pdf_yellow {
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	background-color: #FFFFCC;
}
#content ul ul {
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 95%;
}
#content ul ul li {
	list-style-type: disc;
	font-size: 95%;
}



