
A:link	{text-decoration:none; color:#000066; font-family:Verdana; font-weight: normal}
A:visited	{text-decoration:none; color:#000066; font-family:Verdana; font-weight: normal} 
A:hover	{text-decoration:underline; color:#6699FF; font-family:Verdana; font-weight: normal}


html, body
	{
		margin:0;
		padding:0;
		background:#BB6633;
		color:#000;
		font: small "Verdana",Arial,Sans-serif;
		font-size: 10pt
		min-width:750px;
		height: 98%;

	}


	#wrap {
		background: #FF9966;
		margin: 0 auto;
		width: 770px;
		height: 98%;
	}

	#header {
		background:#FFFFFF;
		height: 100px;
		padding: 10px 10px 10px 10px;
		color: #333333;
		font-size: 32px;
		font-weight: regular;
		text-align: center;
		border-bottom: solid 1px white;
		border-left: 10px solid #FF9966;
		border-right: 10px solid #FF9966;
	}

	#header h1 {
    		padding:5px;
		margin:0;
    	}

	#nav {
		background: #660000;
		padding: 5px 5px 5px 5px;
		color: white;
		border-bottom: solid 1px white;
		height: 15px;
		border-left: 10px solid #FF9966;
		border-right: 10px solid #FF9966;
	}

	#nav ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#nav li{
		display: inline;
		margin: 0;
		padding: 0;
	}

	#main {
		background: #FFFFFF;
		float: left;
		width: 730px;
		padding: 10px;
		height: 87%;
		border-left: 10px solid #FF9966;
		border-right: 10px solid #FF9966;
	}
		
	#main p {
		padding: 0 15px;
	}

	#sidebar {
		background: #B1B1B1;
		float: right;
		width: 200px;
		height: 87%;
		border-right: 10px solid #FF9966;
	}

	#sidebar ul {
		margin-bottom:0;
	}

	#sidebar h3, #sidebar p {
		padding:0 10px 0 0;
	}

	#footer {
		background:#FFFFFF;
		clear:both;
		text-align: center;
		padding: 5px;
		font-size: 11px;
		color: #B1B1B1;
		height: 15px;
		margin-bottom: 0px;
		border-left: 10px solid #FF9966;
		border-right: 10px solid #FF9966;
	}

	#footer p {
		padding:5px;
		margin:0;
	}
	
	.heading1 {
		color: #333333;
		font-size: 16pt;
		margin-top: 10px;
	}
