
	body
	{
		topmargin: 1;
		leftmargin: 1;
		padding: 0;
		font: 10px "Trebuchet MS", hevetica, sans-serif;
		text-align: center;
		color: #000000;
		background-color: #FFFFFF;
	}
	
	#container
	{
		margin: 1px;
		padding: 3;
		width: 100%;
		align: center;
		background-color: #FFFFFF;
		border: 1px solid #C08300;
	}

	#header
	{
		margin: 0;
		padding: 0;
		width: 100%;
		background-color: #000066;
	}

	#logo
	{
		margin: 0;
		padding: 1;
		width: 33%;
		background-color: #FFFFFF;
	}

	#menu
	{
		margin: 0;
		padding: 1;
		float: right;
		width: 67%;
		text-align: left;
		background-color: #E8E8F0;
	}
	
	#content
	{
		margin: 0;
		padding: 10;
		width: 100%;
		background-color: #FFFFFF;
	}
	
	#footer
	{
		margin: 0;
		padding: 0;
		width: 100%;
		background-color: #FFFFFF;
	}	
		
	p.topleft
	{
		font: bold 12px "Trebuchet MS", helvetica, sans-serif;
		color: #E8E8F0;
		text-align: left;
	}	
	
	p.topright
	{
		font: bold 12px "Trebuchet MS", helvetica, sans-serif;
		color: #E8E8F0;
		text-align: right;
	}

	p.bottomlinks
	{
		font: 12pt "Trebuchet MS", helvetica, sans-serif;
		color: #000000;
		text-align: center;
	}
	
	p.bottomcentre
	{
		font: 12px "Trebuchet MS", helvetica, sans-serif;
		color: #000000;
		text-align: center;
	}
	
	p.main
	{
		font: 10pt "Trebuchet MS", helvetica, sans-serif;
		color: #000000;
		text-align: left;
	}

	p.sideleft
	{
		font: 12pt "Trebuchet MS", helvetica, sans-serif;
		color: #000000;
		text-align: left;
	}
 	
a.menus1:link { color: #006666; text-decoration: none }
a.menus1:visited { color: #006666; text-decoration: none }
a.menus1:hover { color: #C08300; text-decoration: none }

a.menus2 { color: #000066; text-decoration: none; font-size: 11px; font: "Trebuchet MS", helvetica, sans-serif; text-align: left }
a.menus2:link { color: #000066; text-decoration: none; font-size: 11px; font: "Trebuchet MS", helvetica, sans-serif; text-align: left }
a.menus2:visited { color: #000066; text-decoration: none; font-size: 11px; font: "Trebuchet MS", helvetica, sans-serif; }
a.menus2:hover { color: #009900; text-decoration: none; font-size: 11px; font: "Trebuchet MS", helvetica, sans-serif; }

a.sidelinks { color: #000066; text-decoration: none; font-size: 11px; font: "Trebuchet MS", helvetica, sans-serif; text-align: right }
a.sidelinks:link { color: #000066; text-decoration: none; font-size: 11px; font: "Trebuchet MS", helvetica, sans-serif; text-align: right }
a.sidelinks:visited { color: #000066; text-decoration: none; font-size: 11px; font: "Trebuchet MS", helvetica, sans-serif; text-align: right }
a.sidelinks:hover { color: #009900; text-decoration: none; font-size: 11px; font: "Trebuchet MS", helvetica, sans-serif; text-align: right }

a.contentlinks { color: #000066; text-decoration: none; font-size: 11px; font: "Trebuchet MS", helvetica, sans-serif; }
a.contentlinks:link { color: #000066; text-decoration: none; font-size: 11px; font: "Trebuchet MS", helvetica, sans-serif; }
a.contentlinks:visited { color: #000066; text-decoration: none; font-size: 11px; font: "Trebuchet MS", helvetica, sans-serif; }
a.contentlinks:hover { color: #009900; text-decoration: none; font-size: 11px; font: "Trebuchet MS", helvetica, sans-serif; }
	
h1 {font: bold 16px "Trebuchet MS", helvetica, sans-serif; color: #000000; text-align: left}
h2 {font: bold 14px "Trebuchet MS", helvetica, sans-serif; color: #000000; text-align: left}

a            { text-decoration: underline }
a:hover      { color: #009900; text-decoration: none }

.menus       { color: #000080; font-family: "trebuchet MS", helvetica, sans-serif; font-size: 10pt; 
               text-decoration: none }
.menus:hover { color: #ffffff; background-color: #E6E6F0; font-family: 
               "trebuchet MS", helvetica, sans-serif; font-size: 10pt; 
               text-decoration: none }

select       { font-family: arial, verdana; font-size: 12px }
input.Small  { font-family: arial, verdana; font-size: 12px }
input        { font-family: arial, verdana; font-size: 12px }
input.Button { font-family: arial, verdana; font-size: 12px }


