*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
	background-color: #fff;
	text-align: center;
	word-wrap: break-word;
}

a
{
	color: #92B4D1; 
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#outer
{
	position: relative;
	padding: 0pt;
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

#header
{
	position: relative;
	background: #DAD583;
	height: 120px;
	padding-left: 25px;
}
#headerline
{
	position: relative;
	background: #C4BE52;
	height: 1px;
	padding-left: 25px;
}

#header h1
{
	position: absolute;
	top: 22px;
	font-size: 22pt;
	letter-spacing: +9px;
}

#header h1 a
{
	color: #FFF;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	font-size: 10pt;
	top: 65px;
	color: #E0E8EF;
}

/* Menu */

#menu
{
	position: absolute;
	top: 85px;
	right: 35px;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	display: inline;
	padding-left: 10px;
	margin-left: 8px;
	border-left: dotted 1px #E0E8EF;
}

#menu li.first
{
	border: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

#menu li a
{
	color: #fff;
	padding: 1px;
	text-decoration: none;
}

#menu li a:hover
{
	text-decoration: underline;
}

#content
{
	line-height: 18px;
}

#content p
{
	margin-bottom: 18px;
}

#content h2,h3,h4,h5,h6
{
	color: #545454;
	margin-bottom: 12px;
	border-bottom: dashed 1px #C5C5C5;
	padding-bottom: 4px;
}

#content h2
{
	font-size: 15pt;
}

#content h3
{
	font-size: 11pt;
}

#content ul
{
	margin-bottom: 18px;
	padding-left: 8px;
	list-style: disc;
}

#content blockquote
{
	margin-bottom: 18px;
	padding: 9px 9px 9px 18px;
	border-left: solid 9px #005082;
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
}

#content blockquote p
{
	margin-bottom: 0px;
}

#content table
{
	margin-bottom: 18px;
	border-collapse: collapse;
	text-align: left;
}

#content table th
{
	font-weight: bold;
	padding: 12px;
}

#content table td
{
	padding: 10px;
	border-right: solid 1px #fff;
}

#content table tr.rowH
{
	color: #fff;
	background: #C4BE52;
	border-right: solid 1px #fff;
	text-align: center;
}

#content table tr.rowA
{
	background: #E3E0AC;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB
{
	background: #F8F7E9;
	border-top: solid 1px #fff;
	color: inherit;
}

#middlefloatColumn
{
	float: left;
	margin: 0px 10px 0em 10px;  
	padding: 18px 15px 18px 15px; 
	background-color: #fff;
}


#middleColumn
{
	float: left;
	width: 365px; 
	margin: 0px 10px 0em 10px;  
	padding: 18px 15px 18px 15px; 
	background-color: #fff;
}

#leftColumn
{
	float: left;
	width: 160px;
	padding: 25px 10px 25px 10px;
	background:	#ECE9BB;
	height: 900px;
}

/* Right Content */

#rightColumn
{
	float: right;
	width: 125px;
	padding: 25px 10px 25px 20px;
	background:	#F7F4DF;
	height: 900px;
}

/* Footer */

#footer
{
	border-top: dashed 1px #dfdfdf;
	padding: 12px 0px 25px 0px;
	margin: 12px 25px 0px 25px;
	text-align: center;
	clear: both;
}


