/* CSS Document
   (c)2006 TechTriad, Inc. */

body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 10px;
	background-color: #006666;
}

/* DIVS */
#container	{
	clear: both;
	float: none;
	width: 780px;
	margin:0px auto;
}
#banner	{
	width: 780px;
	height: 100px;
	background-color: #996699;
	padding-left: 10px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #1b1b1b;
}
#leftnav	{
	width: 200px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 2px;
	background: #FFF;
	padding-left: 2px;
}
#leftnav p {
	margin-left: 10px;
	font-size: 11px;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	line-height: 16px;
}
#content	{
	font-size: 12px;
	color: #000000;
	padding-top: 10px;
	width: 580px;
	background: #FFF;
	padding-left: 8px;
	height: 100%;
}
#content p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-top: 6px;
}

#content h1	{
	color: #000000;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 4px;
}
#content h1 a:link, #content h1 a:visited	{
	color: #000000;
	text-decoration: underline;
}
#content h1 a:hover	{
	color: #6600CC;
	text-decoration: none;
}
#content h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 2px;
	margin: 0px;
}
#content h2 a:link, #content h2 a:visited	{
	color: #000000;
	text-decoration: underline;
}
#content h2 a:hover	{
	color: #000000;
	text-decoration: none;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #996699;
	margin-top: 6px;
	margin-bottom: 6px;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
}


#footer	{
	font-size: 11px;
	text-align: center;
	margin-top: 20px;
	padding: 6px;
	width:780px;
	color: #FFFFFF;
}

/* LEFTNAV TABLE DIVS & CLASSES */
#leftnav .table1	{
}
#leftnav .table1 a:link, #leftnav .table1 a:visited, #leftnav .table1 a:active	{
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DBA231;
}
#leftnav .table1 a:hover	{
	color: #000000;
	text-decoration: none;
	border-bottom: 0;
}
#leftnav .table2 a:link, #leftnav .table2 a:visited, #leftnav .table2 a:active	{
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6600CC;
}
#leftnav .table2 a:hover	{
	color: #000000;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#leftnav .table3 a:link, #leftnav .table3 a:visited, #leftnav .table3 a:active	{
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006666;
}
#leftnav .table3 a:hover	{
	color: #000000;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#leftnav .table4 a:link, #leftnav .table4 a:visited, #leftnav .table4 a:active	{
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #336699;
}
#leftnav .table4 a:hover	{
	color: #000000;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#leftnav .table5 a:link, #leftnav .table5 a:visited	{
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8D500F;
}
#leftnav .table5 a:hover	{
	color: #000000;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* LINKS */
a:link, a:visited, a:active	{
}
a:hover	{
}
#content a:link, #content a:visited	{
	color: #000000;
	text-decoration:underline;
}
#content a:hover	{
	color: #000000;
	text-decoration:none;
}
#footer a	{
	color: #FFFFFF;
	text-decoration: underline;
}
