


#frame		{
		margin-right:		7%;
		margin-left:		7%;
		margin-top:		0px;
		padding:		0px;
		text-align:		left;
		}

BODY		{
		font-size: 		100%;
		background-color:	white;
		color:			black;
		font-family:		sans-serif;
		}


P, LI, input, select, textarea
		{
		font-size: 		100%;
		font-weight: 		normal;
		text-align: 		left;
		}

H1		{
		text-align:		center;
		font-size: 		130%;
		font-weight: 		bold;
		margin-top:		0px;
		padding:		0px;
		}

.logo		{
		color:			#b89840;
		font-size:		180%;
		}

H2		{
		text-align:		left;
		font-size: 		120%;
		font-weight: 		bold;
		margin-top:		0px;
		padding:		0px;
		}

H3		{
		text-align:		left;
		font-size: 		110%;
		font-weight: 		bold;
		margin-top:		0px;
		padding:		0px;
		}

H4		{
		text-align:		left;
		font-size: 		100%;
		font-weight: 		bold;
		margin-top:		0px;
		padding:		0px;
		}

H6		{
		text-align:		left;
		font-size: 		100%;
		font-weight: 		bold;
		margin-top:		0px;
		padding:		0px;
		}

H6		{
		text-align:		left;
		font-size: 		100%;
		font-weight: 		bold;
		margin-top:		0px;
		padding:		0px;
		}

A:link		{
		color: 			blue;
		text-decoration: 	underline;
		}

A:visited	{
		color: 			blue;
		text-decoration: 	underline;
		}

A:active	{
		color: 			black;
		text-decoration: 	none;
		}

A:hover		{
		color: 			black;
		text-decoration: 	none;
		}

.center, .centre
		{
		text-align:		center;
		margin-right:		auto;
		margin-left:		auto;
		}
		
.left		{
		text-align:		left;
		}

.invisible	{
		display:		none;
		}

div.itsy	{
		font-size: 		smaller;
		text-align: 		center;
		clear:			both;
		}

#button		{
		float: 			left;
		width:			auto;
		border-right: 		2px solid black;
		border-bottom: 		2px solid black;
		padding: 		1px 1px 1px 1px;
		background-color: 	black;
		color: 			silver;	
		margin-top: 		4px;
		}

#button ul	{
		list-style: 		none;
		margin: 		0;
		padding: 		0;
		border: 		none;
		}

#button li	{
		border-bottom: 		1px solid black;
		margin: 		0;
		}

#button li a	{
		display: 		block;
		padding: 		5px 5px 5px 0.5em;
		background-color: 	silver;
		color: 			black;
		text-decoration: 	none;
		width: 			100%;
		}

#button li a {
		width: 			auto;
		}

#button li a:hover {
		background-color: 	black;
		color: 			silver;
		}


.formrow	{
		clear: 			both;
		padding: 		.5em;
		}

.label		{
		font-size: 		100%;
		width: 			25%;
		float: 			left;
		text-align: 		right;
		font-weight: 		bold;
		margin-right: 		1em;
		}

.widget		{
		margin-left: 		9em;
		}

.topmenu	{
		font-size: 		100%;
		margin-top: 		0;
		margin-left: 		0;
		margin-right: 		0;
		margin-bottom: 		4px;
		background-color: 	silver;
		color: 			black;
		width: 			100%;
		padding: 		4px;
		}

.topmenu .blnk {
		color:			silver;
		}

.topmenu a:link	{
		text-decoration:	underline;
		}

.topmenu a:visited {
		text-decoration:	underline;
		}	

.topmenu a:hover	{
		color: 			black;
		text-decoration: 	none;
		}

div#sidebar 	{
		float: left; 
 		background: silver; 
		margin-left: 0;
		padding-left: 4px; 
		margin-right: 10px; 
		padding-right: 4px; 
		margin-bottom: 10px;
		}

form.th		{
		text-align:left;
		}

div.mbar	{
		margin-left:		0;
		margin-right: 		auto;
		margin-bottom:		1em;
		margin-top: 		0;
		background-color:	#00F;
		line-height:		2em;
		}

.mbar ul	{
		list-style:		none;
		display:		inline;
		margin-bottom:		1em;
		margin-left:		0;
		text-decoration:	none;
		}

.mbar ul li	{
		list-style:		none;
		display:		inline;
		text-decoration:	none;
		margin-left:		0;
		margin-right:		0.5em;
		}

.mbar a:link, .mbar a:visited, .mbar a:active	{
		background-color: 	#00F;
		color: 			#FFF;
		display:		inline;
		font-weight:		bold;	
		text-decoration:	none;
		}


.mbar li a:hover {
		background-color: 	#FFF;
		color: 			#00F;
		}

li.ctl		{
		list-style:none;
		border-left:0;
		margin-left:0;
		}
