/* CSS Content */
body { background-color: #FFFFFF; text-align:left; }
#container {
	position:relative;
	top:-15px;
	bottom: 0px;
	margin: 0px;
	width:750px;
	height:970px;
	text-align:left;
	/*border-style:ridge;
border-width:3px;*/
border-color:#4A4A4A;
	background-color:#112C49;
}
#hdr {
	position:absolute;
	top:0;
	left:0;
	height:16px;
	width:100%;
}
#lftshadow { display:none;}
#rghtshadow { display:none;}
#lftpanel
{
	position:absolute;
	top:13px;
	left:10px;
	width:1px;
	height:958px;
	color:#FFFFFF;
	visibility: none;
/*border-right:1px solid #4A4A4A;*/
}
#logo {display:none;}
#logo_handleld { visibility:hidden;}
#logo_print {
	visibility: visible;
	position:absolute;
	top:0;
	right:-1px;
	width:105px;
	height:53px;
	text-align:left;
	vertical-align: bottom;
}
#nav
{display:none;}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:0.7em;
	font-weight:bold;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
}
#nav a:link, #nav a:visited {color:#FFFFFF; text-decoration:none; font-weight:bold;}
#nav a:active, #nav a:focus {color:#FF0000; /* RED */}
#nav a:hover {/*color:#CCCCCC;*/
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

#content {
	position:absolute;
	top:2px;
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	padding:0 5px 0 10px;
	border:1px solid #112C49;
	/*border-left:none;*/
	width:610px;
	height:960px;
	color:#666666;
	visibility: visible;
}

p, td {line-height:1.7em; padding:0 0px 0 0px;}
#content td img { padding:0 0 0 0px;}

#content a:link, #content a:visited, #content a:active, #content a:focus
{ color:#999999; text-decoration:none; }

#content a:hover { text-decoration:underline; } 

.content_style1 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration:underline; font-weight: bolder;
}

.style3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px; padding-top:10px; font-weight:bold; 
}

#ftr {
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
	height:60px;
	display:inline;
	font-size:xx-small;
	overflow:hidden;
	visibility: visible;
}

#credit {
	position:absolute;
	bottom:0;
	right:140px;
	color:#999999;
	font-size:xx-small;
	font-variant:small-caps;
	font-family: "EngraversGothic BT";
	visibility: visible;
}

#credit a:link, #credit a:visited, #credit a:active, #credit a:focus
{ color:#FFFFFF; text-decoration:none; }

#credit a:hover { text-decoration:underline; }

div#content li {
	list-style-position: outside;
	list-style-type: circle;
	list-style-image: url(../images/bullet_w.gif);
}

.white_font {color:#FFFFFF;}

/* TABLE */
ctable {display:table;}
row {display:table-row;}
cell {display:table-cell;}

ctable {
margin:inherit;
width:600px;
border: none;
}
