/* body settings */

html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #f5f5f5;
}
body,p,div,td {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

/* container settings */

div#divwrapper {}

div#divheader {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url("../images/hdr_bg.gif");
	height: 100px;
	width: 100%;
}
div#divheader h1 {
	margin: 0px;
	padding: 0px;
	background: url("../images/hdr_title.jpg") no-repeat;
	height: 100px;
	width: 750px;
}
div#divheader h1 span {
	display: none;
}
div#divheader h2 span {
	display: none;
}
div#divnavigation {
	position: absolute;
	top: 100px;
	left: 0px;
	background: url("../images/btn_bg.gif");
	height: 20px;
	width: 100%;
}
div#divnavigation ul {
	border: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	clear: left;
}
div#divnavigation li {
	display: block;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
div#divcontent {
	position: absolute;
	top: 120px;
	left: 0px;
	background: #f5f5f5;
	width: 100%;
}
div#divmain {
	position: relative;
	top: -1px;
	left: 14px;
	background: #fff;
	border: 1px dashed #999;
	padding: 16px;
	width: 750px;
}
div#divmain h3 {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background: url("../images/hdr_page.jpg") no-repeat;
	padding: 4px 5px 0px 5px;
	margin: -6px -6px 6px -6px;
	height: 24px;
	width: 100%;
}
div#divmain #new {
	float: right;
	font-size: 11px;
	background-color: #f5f5f5;
	padding: 6px;
	margin: 6px;
	border: 1px dashed #999;
	width: 200px;
}
div#divmain #new h4 {
	padding: 2px;
	margin-top: 0px;
	border-bottom: 1px solid #999;
	text-transform: capitalize;
}
div#divmain #new ul {
	/*list-style-type: none;*/
	padding: 2px;
	margin: 0px 0px 0px 12px;
}
div#divmain #new ul li {
	padding: 4px;
}
div#divfooter {
	position: relative;
	padding-top: 80px;
	padding-bottom: 10px;
	text-align: center;
}

/* tag settings */

h1 { font-size: 175% }
h2 { font-size: 150% }
h3 { font-size: 125% }

a {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
a img {
	border: none;
	background-color: transparent;
	display: block;
}
td {
	vertical-align: top;
}

/* class settings */

.tblTable {
	border: 1px solid #999;
	background-color: #fff;
}
.tblHdrCol td {
	font-weight: bold;
	text-align: center;
}
.tblHdrRow {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}
.tblData {
	background-color: #f5f5f5;
}
.hdrRed {
	font-weight: bold;
	color: #f00;
}
.hdrGreen {
	font-weight: bold;
	color: #090;
}
.txtRed {
	color: #f00;
}
.txtGreen {
	color: #090;
}
ul.listPdf,
ul.listExt {
	list-style: url(../images/pdf.gif);
	margin: 4px;
	padding-left: 20px;
}
ul.listDoc {
	list-style: url(../images/doc.gif);
	margin: 4px;
	padding-left: 20px;
}
ul.listExt {
	list-style: url(../images/tif.gif);
}
.tblHdrCentered {
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
}
