	body {
		text-align:center;
		background: #000; 
		margin-top: 0px;
		}
	
	#frame {
		width: 750px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 10px;
		padding: 0px;
		text-align: left;
		}
		
	#leftdiv {
		width: 190px;
		height: 231px;
		padding-top: 238px;
		float: left;
		background-image: url(../images/logo.jpg);
		color: #FFFFFF;
		}
	
	#leftdiv p{
		font-family: Trebuchet MS, Verdana;
		font-size: 11px;
		}
		
	#leftdiv a
		{
		color: #CCCC66;
		text-decoration: underline;
		font-size: 11px;
		}

	#leftdiv a:link, #leftdiv a:visited
		{
		color: #CCCC66;
		text-decoration: underline;
		}

	#leftdiv a:hover
		{
		color: #CC9966;
		text-decoration: underline;
		}	
	
	#topmaindiv {
		width: 560px;
		height: 224px;
		float: right;
		background-image: url(../images/navbg.jpg);
		padding-top: 20px;
		}
	
	#divmiddle {
		width: 183px;
		height: 225px;
		background-image: url(../images/littlebg.jpg);
		float: left;
		color: #FFFFFF;	
		}
		
	#divmiddle a
		{
		color: #CCCC66;
		text-decoration: underline;
		font-size: 11px;
		}

	#divmiddle a:link, #leftdiv a:visited
		{
		color: #CCCC66;
		text-decoration: underline;
		}

	#divmiddle a:hover
		{
		color: #CC9966;
		text-decoration: underline;
		}
	
	#bottom {
		width: 750px;
		height: 750px;
		background-image: url(../images/bottombg.jpg);
		clear: both;
		color:#FFFFFF;
		}

	#bottom ul {
		font-size: 12px;
		}
		
	#bottom a
		{
		color: #CCCC66;
		text-decoration: underline;
		font-size: 12px;
		}

	#bottom a:link, #bottom a:visited
		{
		color: #CCCC66;
		text-decoration: underline;
		}

	#bottom a:hover
		{
		color: #CC9966;
		text-decoration: underline;
		}	

	#contentcenter a
		{
		color: #333333;
		text-decoration: underline;
		}

	#contentcenter a:link, #contentcetner a:visited
		{
		color: #000;
		text-decoration: underline;
		}

	#contentcenter a:hover
		{
		color: #0336B5;
		text-decoration: underline;
		}
		
	#contentcenter ul
		{
		font-family: Trebuchet MS, Verdana;
		font-size: 12px;
		font-weight: bold;
		list-style-type: none;
		padding: 0;
		margin: 0px 0px 0px 10px;
		}
		
	 #contentcenter li
		{
		background-image: url(images/arrow.gif);
		background-repeat: no-repeat;
		background-position: 0 .2em;
		margin: 0px 0px 10px 0px;
		padding-left: 2em;
		}
	
	#contentright
		 {
		width: 357px;
		height: 215px;
		background: #000;
		float: right;
		padding-right: 19px;
		}

	#contentright p
		 {
		font-size: 11px;
		}
		
		
	#footer {
		width: 740px;
		padding-top: 20px;
		padding-left: 10px;
		padding-bottom: 20px;
		background-image: url(../images/footerbg.jpg);
		clear: both;
		font-family: Trebuchet MS, Verdana;
		font-size: 10px;
		font-weight: bold;
		color: #666;
		}

	#contentheader {
		background: #fff
		}
		
	p,h1,pre {
		margin: 10px 10px 10px 10px;
		font-family: Trebuchet MS, Verdana;
		font-size: 12px;
		}
		
	h1 {
		font-size: 14px;
		padding-top: 10px;
		}
	
	h2{
		font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #4E7231;
		font-weight: bold;
		padding-left: 10px
	}
	
	h3{
		font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #0336B5;
		padding-left: 10px
	}
		
	#contentheader h1 {
		font-size: 14px;
		margin: 0px;
		}

	#topmaindiv ul {
		margin: 5px 0px 0px 0px;
		font-weight: bold;
		color: #FFF;
		}
	
	#topmaindiv li	{
		background-image: url(../images/arrow.gif);
		background-repeat: no-repeat;
		background-position: 0 .1em;
		margin: 0px 0px 3px 0px;
		padding-left: 18px;
		list-style-type: none;
		border-bottom: dotted;
		border-width: 1px;
		border-color: #FFFFFF;
		width: 175px;
		font-weight: bold;
	}	

	#topmaindiv a:link, a:visited {
		color: #FFF;
		text-decoration: none;
		font-family: Trebuchet MS, Verdana;
		font-size: 14px;
		}

	#topmaindiv a:hover {
		color: #990000;
		}
		
	.centertext {
		text-align: center;
	}
	
	.floatright { 
		float: right;
		margin: 0 6px 5px 10px;
		list-style-type: none; 
		}
		
	.floatleft { 
		float: left;
	 	margin: 0px 6px 5px 5px;
		list-style-type: none;
		clear: left;
		}
		
	.indent { 
		text-indent: 20px
		}
	.under { 
		clear: both;
		}
	
	label,input {
		display: block;
		float: left;
		margin-bottom: 10px;
	}

	label {
		font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: right;
		width: 75px;
		padding-right: 20px;
	}
	br {
	clear: left;
	}
	
	.rollover a { 
		display:block; width:155px; background-color: #E5E4DF
	}
	.rollover a:hover { 
		background-color: #0336B5
	}


