/* CSS Document */

body
{
	background-image: url(images/bg_body.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.style1
{color: #013766}

.style2
{color: #f1ece3}

#menuContainer
{
	letter-spacing: 1px;
	cursor: pointer;
}

.copyright
{
line-height: 25px;
color: #cccccc;
font-size: 10px;
}

.homeline
{
background-color: #F0ECE3;
height: 1px;
margin-top: 5px;
margin-bottom: 5px;
padding: 0px;
clear: both;
width: 130px;
line-height: 1px;
font-size: 1px;
margin-left: -20px;
}

.copyright .couchlink{
	width: 73px;
	height: 15px;
	display: block;
	background-image: url(images/couch.gif);
	background-repeat: no-repeat;
}

.copyright .couchlink: hover
{
	background-image: url(images/couch_over.gif);
}

.sublvl_nav
{
	padding-top: 45px;
	padding-left: 20px;
	letter-spacing: 1px;
	line-height: 22px;
	font-size: 10px;
	width: 145px;
	float: left;
}

.sublvl_nav a
{
	color: #20345A;
	text-decoration: none;
}

.sublvl_nav a: hover
{
	color: #8799BD;
}

.sublvl_nav a: active
{
	color: #CCCCCC;
}

.body
{
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

.subbody
{
	padding-bottom: 20px;
}

.content .nav  img{
	margin-bottom: 5px;
}

.content .nav
{
	position: relative;
	z-index: 10;
	float: left;
	left: -152px;
	margin: 0px;
	padding: 0px;
	margin-right: -160px;
	
}

.content
{
	margin-left: 165px;
	padding-top: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 535px;
}

.content h1
{
	color: #20345A;
	font-size: 13px;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	margin-bottom: 5px;
	
	
}

.content h2
{
	font-size: 12px;
	color: #8799BD;
	display: inline;
}

.content h3
{
	font-size: 11px;
	letter-spacing: 1px;
}

.content p,li, td
{
	font-size: 12px;
	color: #000000;
line-height: 18px;
margin-top: 5px;
}


.content li em
{
	font-style: normal;
	color: #000000;
}

.content li
{
	color: #8799BD;
	
}

.content li
{
	color: #8799BD;
	
}



.content a
{
	color: #8799BD;
}

.content a: hover
{
	color: #20345A;
}

.content a: active
{
	color: #CCCCCC;
}


.content a: visited 
{
	color: #20345A;
}


a.top
{
	color: #828282;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 22px;
}

a.top: hover
{
	color: #CCCCCC;
}

a.top: active
{
	color: #CCCCCC;
}


.nav
{
	padding-top: 160px;
}

.line
{
background-color: #F0ECE3;
width: 1px;
}

.leftnav
{
	padding-left: 25px;
	padding-top: 10px;
}

.leftnav h1
{
	color: #20345A;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 12px;
	font-weight: normal;
}

/* New Code */

body.private
{
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	xpadding-left: 165px;
	xpadding-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #374f69;

}


body.private #page
{
	position: absolute;
	top: 40px;
	left: 165px;
	border-left: solid 3px #eaeff5;
	border-top: solid 3px #eaeff5;
	padding-left: 8px;
}

body.private #page h1
{
	font-size: 1.4em;
}

body.private #page h2
{
	font-size: 1.2em;
}

body.private #page table.list
{
	border-bottom: solid 3px #374f69;
}

body.private #page table.list tr td
{
	border-top: solid 3px #374f69;
}

body.private #page table.list h3
{
	font-size: 1.2em;
	color: #943333;
	padding: 0px;
	margin: 0px;
}

body.private #page table.list p
{
	padding: 0px;
	margin: 0px;
}


body.private #page #footer
{
	font-size: 0.7em;
}

body.private #user
{
	float: left;
	padding-top: 150px;
	padding-left: 8px;
	width: 165px;
}

body.private #tools
{
	float: right;
	height: 40px;
	font-size: 0.8em;
	padding-top: 8px;

}