@charset "UTF-8";
/* CSS Document */

	html {
	margin: 0;
	padding: 0;
	max-width:1200px;
	background-color: #e2e2cd;
	}
	
	
	body {
	margin: 0;
	padding: 0;
	min-width:800px;
	background-color: #e2e2cd;
	}
	
	table {
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3%;
	height: 300px;
	width: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
	
	p {
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0 0 0;
	padding: 0 10px 10px;
	}
	
	
	h3 {
	margin-bottom: 1px;
	color: #bdbdbd;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	line-height: normal;
	letter-spacing: 0px;
	word-spacing: normal;
	padding: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 4px;
	text-align: left;
	}
	
	h2 {
	margin-bottom: 1px;
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	line-height: normal;
	letter-spacing: 0px;
	word-spacing: normal;

	}
	
	
	a:link { 
		font-weight: bold; 
		text-decoration: none; 
		color: #B7A5DF;
	}
	
	
	a:visited { 
		font-weight: bold; 
		text-decoration: none; 
		color: #D4CDDC;
	}
	
	
	a:hover, a:active { 
		text-decoration: underline; 
		color: #9685BA;
	}
	
	
	
	#header {
	background-color: #e2e2cd;
	background-image: url(img/header.jpg);
	background-position: center top;
	height: 240px;
	}
	
	
	
	#main {
	float:left;
	width:80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3%;
	overflow: hidden;
	text-align:left;
	}
