
* {
 margin: 0;
 padding: 0;
}

body {
/* padding: 50px;
 border-top: solid 1px #fff;
 background: #fff url(images/pattern1.png) 0 0 repeat-x;*/
 font: 12px/normal Tahoma, Arial, Helvetica, sans-serif;
 color: #333333;
}

a {
	color: #006633;
}

a:hover {
	text-decoration: none;
}

hr {
	color: #fff;
	height: 1px;
	border: none;
	border-bottom: 1px solid #006633;
	margin: 0;
	padding: 0;
	clear: both;
}

img {
	border: none;
}

/*p { margin-bottom: 1em; }*/

#container {
	width: 805px;
	margin: 0px auto -1px auto;
	text-align: left;
	background-image: url(../../../../images/gradient_bg.jpg);
	background-repeat: no-repeat;
}

#page_menu {
	height: 56px;
}

#page_content {
	width: 790px;
	background-image: url(../../../../images/content_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 5px;
}

#page_content p {
	color: #333333;
}

#page_footer {
	width: 800px;
	height: 56px;
	float: left;
	/*background-color: #008833;*/
	background-image: url(../../../../images/footer_bg.jpg)
}

#disclaimer {
	width: 500px;
	font-size: xx-small;
	color: #666666;
	text-align: center;
	margin: 0px auto -1px auto;
	padding-top: 15px;
}

#disclaimer a {
	color: #666666;
}

#doc_cell_header {
	float: left;
	width: 265px;
	background-color: #ee9900;
	color: #333333;
	padding-left: 2px;
	padding-bottom: 3px;
}

#doc_cell_header_status {
	float: left;
	width: 127px;
	text-align: center;
	background-color: #ee9900;
	color: #333333;
	padding-left: 1px;
	padding-bottom: 3px;
}

#doc_cell {
	float: left;
	width: 265px;
	font-size: x-small;
	padding-bottom: 5px;
	padding-right: 3px;
	border-top: 1px dashed #cad9ba;
}

#doc_cell_status {
	float: left;
	width: 125px;
	text-align: center;
	font-size: x-small;
	padding-bottom: 5px;
	border-top: 1px dashed #cad9ba;
}

#doc_row {
	float: left;
}

#doc_row_alt {
	float: left;
	background: #fef9f6;
}

ul.classic {
 list-style: disc;
 margin-bottom: 1em;
 padding-left: 2em;
}

h1,h2,h3 {
 margin-bottom: .5em;
 font-family: Arial, Helvetica, sans-serif;
 line-height: normal;
}

h1 {
 border-bottom: solid 1px #d9d9d9;
 font-weight: normal;
 font-size: 180%;
 text-indent: 5px;
 letter-spacing: -1px;
}

.dropdown-upward {
 /*margin-top: 400px !important;
 margin-top: 638px !important;*/
}
