body,

	html {
	margin:0;
	padding:0;
	color:#000;
	font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 10pt;
	background-color: #990000;
	background-image: url(background.jpg);
	}

	body {
		min-width:750px;
	}
	a:link {
		color: #FFFFFF;
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
		color: #FFFFFF;
	}
	a:hover {
		text-decoration: underline;
		color: #99CCFF;
	}
	a:active {
		text-decoration: none;
		color: #FFFFFF;
	}

	#wrap {
	border-left: 10px solid #3570A1;
	border-right: 10px solid #3570A1;
	background: #ffffff;
	margin: 0 auto;
	width:750px;
	border-top: 10px solid #3570A1;
	border-bottom: 10px solid #3570A1;
	}

	#header {
	background:#ffffff;
	height: 60px;
	padding: 10px 0px 10px 10px;
	color: #990000;
	font-size: 45px;
	font-weight: bolder;
	border-bottom: solid 1px white;
	}

	#header h1 {
	padding:5px;
	margin:0;
    }

	#nav {
		background:#3570A1;
		padding: 5px 5px 5px 10px;
		color: white;
		border-bottom: solid 1px white;
	}

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

	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}

	#main {
		background:#FFFFFF;
		float:left;
		width:500px;
	}
		
	#main p {
		padding: 0 10px;
	}

	#sidebar {
		background:#3570A1;
		float:right;
		width:250px;
		height: 715px;
	}
	#sidebar2 {
		background:#3570A1;
		float:right;
		width:250px;
		height: 1160px;
	}
	#sidebar3 {
		background:#3570A1;
		float:right;
		width:250px;
		height: 730px;
	}

	#sidebar4 {
		background:#3570A1;
		float:right;
		width:250px;
		height: 690px;
	}
	#sidebar ul {
		margin-bottom:0;
    }

    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }
	
	.copywrite {
	font-size: 9pt;
	font-weight: bold;
	color: #990000;
	text-align: center;
	}

	#footer {
	clear:both;
	text-align: center;
	padding: 5px;
	font-size: 11px;
	margin-bottom: 20px;
	background-color: #990000;
	}

	#footer p {
		padding:5px;
		margin:0;
    }

    .style1 {
	    color: #FFFF33;
	    background-color: #990000;
    }

   .style2 {
	    color: #990000;
	    font-weight: bold;
    }
	
	.style3 {
	color: #336699;
	font-style: italic;
}

	.heading1 {
	color: #336699;
	font-size: 20pt;
	font-weight: bold;
	}
