body
{
	color:#666666;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p
{

}

td
{

}

h1
{
	font-size: 26px;
	/*font-size: 36px;*/
	color: #008c00;
	font-family: Verdana, Helvetica, Arial;
}

h2
{
	color: #747471;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link
{
	color:#006699;
	text-decoration: none;
}

a:visited
{
	color:#CC0000;
	text-decoration: none;
}

a:hover
{
	color: red;
}

a:active
{
	color: red;
}

#mainFrame
{
	clear: none;
	float: left;
	
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #cbcbcb;
	
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: black;

	background-color: #fafae8;
	width: 950px;
	padding-left: 0px;
	margin-left: 0px;
}

#contentFrame
{
	color: #747471;
	width: 675px;
	background-color: #fafae8;
	clear: right;
	float: right;
	margin-top: 0px;
}

#navigation
{
	width: 260px;
	background-color: #fafae8;
	clear: none;
	float: left;
	margin-left: 15px;
}

#navigation a
{
	font-size: 11px;
}

#navigation img
{
	border-width: 0px;
	border-style: none;
}

#footer
{
	clear: none;
	float: left;
	background-color: #cccccc;
	padding-top: 5px;
	width: 950px;
}
