/* ************* */
/* 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_1.gif);
*/
	color:#E2E2FF;
	font-size:0.8em;
	height:35px;
	padding: 1px;
	text-align:right;
	width: 950px;
}

/* **************** */
/* Main Body Styles */
/* **************** */
div#main {
/*
	background-image: url(../images/bg_2.gif);
*/
	padding:1px;
	width:950px;
}

/* ************* */
/* Footer Styles */
/* ************* */
div#footer {
/*
	background-image: url(../images/bg_3.gif);
*/
	color:navy;
	font-size:0.8em;
	height:20px;
	padding:1px;
	text-align:center;
	width:950px;
}

/* *********** */
/* Menu Styles */
/* *********** */
div#menu {
/*
	color:#E2E2FF;
	float:right;
	text-align:center;
	width:316px;
*/
}
div#menu a {color:#6666FF;}
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;
}

table#adrstbl {
	border:solid 1px black;
}

table#adrstbl td + td {
	border-left:solid 1px navy;
}

table#adrstbl td {
	border-top:solid 1px navy;
	padding:1px 5px;
}

/* ********************** */
/* 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;
}*/

/*
div#header, div#main, div#footer {
	border:1px solid #FFBBBB;
}
div#content, div#menu {
	border:1px solid #BBBBFF;
}
*/
