/* ************* */
/* Global Styles */
/* ************* */
body {
	font-size:10pt;
}

div#header, div#main, div#footer {
	margin: 0 auto;
}
a img {border:0;}

/* ************* */
/* Header Styles */
/* ************* */
div#header {
	background-image: url(../images/bg_top.png);
	color:#E2E2FF;
	font-size:0.8em;
	height:41px;
	margin:0 auto;
	padding-left: 30px;
	padding-right: 223px;
	padding-top:21px;
	text-align:left;
	width: 797px;
}

/* **************** */
/* Main Body Styles */
/* **************** */
div#main {
	background-image: url(../images/bg_middle.png);
	padding:0 14px 0 24px;
	width:1012px;
}

/* ************* */
/* Footer Styles */
/* ************* */
div#footer {
	background-image: url(../images/bg_bottom.png);
	color:navy;
	font-size:0.8em;
	height:37px;
	padding:13px 30px 11px 20px;
	text-align:right;
	width:1000px;
}

/* *********** */
/* Menu Styles */
/* *********** */
div#menu {
	color:#E2E2FF;
	float:right;
	text-align:center;
	width:126px;
}
div#menu a {color:#E2E2FF;}
div#menu hr {
	height:2px;
	background:#808080;
	width:95%;
}

/* ****************** */
/* Content div Styles */
/* ****************** */
div#content {
	color:black;
	float:left;
	width:728px;
}
div#content a {color:#6060A0;}
div#content p {
	margin:0 5px 5px 5px;
	text-align:justify;
}
div#content p:first-line {
	font-size:1.2em;
}

/* ********************** */
/* Scrolling Table Styles */
/* ********************** */
/*table.scrollheadertable {width:700px;}*/
/*html>body table.scrollheadertable {width:698px;}*/
/*div.scrolldiv table {width:700px;}*/
/*html>body div.scrolldiv table {width:698px;}*/
/*table.scrollheadertable th, table.scrolltable td {
	width:150px;
}
table.scrollheadertable th.d, table.scrolltable td.d {
	width:300px;
}*/
td.new {background:#FFFFBB;}