/* 2006 formlessness.com */

body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.75em;
	background-image: url(../images/bg_iframe.gif);
}

a {
	text-decoration: none;
	color: #B60400;
}

a:hover {
	color: #808080;
}

a img {
	border: 0;
}

h3 {
	font-size: 1.1em;
	margin: 0 0 5px 0;
	padding: 2px 0px 0px 0px;
	border-bottom: 2px solid #eee;
}

.blue {
	color: #286ea0;
}

#bg { 
	width: 760px;
	margin: 0 auto;
	height: 580px;
	padding: 6px 10px 0px 10px;
	background: url(../images/bg.gif) no-repeat;
}


#title {
	float: right;
	font-size: 8pt;
	font-weight: normal;
	padding: 0 10 0 0px;
}

#navigation {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#navigation ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: .9em;
	border-right: 2px solid #ccc;
}	

#navigation li {
	margin-bottom: 4px;
	padding: 0 5px 0 10px;
}

#navigation li a {
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	height: 20px;
	text-decoration: none;
	color: #00ACA2;
	display: block;
	padding: 6px 10px 0 10px;
	background: #fff;
	border-bottom: 1px dotted #ccc;
}	
	
#navigation li a:hover {
	color: #286ea0;
}

.text {
	margin: 9px 0 10px 0;
	padding: 3px 10px 5px 10px;
	width: 130px;
	color: #6B6B6B;
	line-height: 1.6em;
}

.text a {
	text-decoration: underline;
}

.text p {
	margin: 0;	
}

