
	body {
	
		margin: 0 auto 0 auto;
		background-color: #C1C1C1;
	
	}

	img {
	
		border: none;
	
	}

	a {
	
		color: #064e9a;
	
	}
	
	a:hover {
	
		color: #333333;
	
	}
	
	div, li {
	
		line-height: 24px;
		color: #333333;
		font-family: Arial, 'Trebuchet MS', sans-serif;
		font-size: 12px;
	
	}
	
	div#container {
	
		width: 800px;
		margin: 0 auto 0 auto;
		background-image: url('/img/bg.gif');
		background-repeat: repeat-y;
	
	}
	
	div#top {
	
		background-repeat: no-repeat;
		background-image: url('/img/top.gif');
		width: 800px;
		height: 119px;
	
	}
	
	div#bottom {
	
		background-repeat: no-repeat;
		background-image: url('/img/bottom.gif');
		width: 800px;
		height: 31px;
	
	}
	
	div#left {
	
		float: left;
		width: 217px;
		margin-left: 20px;
	
	}
	
	div#right {
	
		margin-left: 237px;
		width: 543px;
	
	}
	
	div#copy {
	
		padding: 10px;
	
	}
	
	div#clear, div.clear {
	
		height: 0px;
		clear: both;
	
	}
	
	h1 {
	
		font-family: 'Trebuchet MS', Arial, sans-serif;
		font-weight: 100;
		color: #064e9a;
		font-size: 24px;
		margin-top: 0px;
	
	}
	
	h2 {
	
		font-family: Arial, sans-serif;
		font-weight: 100;
		font-size: 18px;
		margin-bottom: 5px;
		letter-spacing: 1px;
		color: #111111;
	
	}
	
	div.p {
	
		margin-top: 15px;
		margin-bottom: 15px;
	
	}
	
	div.ph2 {
	
		margin-bottom: 15px;
	
	}
	
	a.leftlink {
	
		display: block;
		width: 217px;
		color: #333333;
		font-family: 'Trebuchet MS', Arial, sans-serif;
		font-size: 13px;
		text-decoration: none;
		padding-top: 6px;
		padding-bottom: 6px;
		text-align: center;
	
	}
	
	a.leftlink:hover {
	
		text-decoration: underline;
	
	}
	
	div.leftline {
	
		width: 217px;
		height: 2px;
		background-repeat: no-repeat;
		background-image: url('/img/menuline.gif');
	
	}
	
	div#contactbutton {
	
		text-align: center;
		margin-top: 6px;
	
	}
	
	div.toplink {
	
		margin-bottom: 50px;
		text-align: right;
	
	}
	
	img.rightimg {
	
		float: right;
		margin-left: 20px;
		margin-bottom: 20px;
		border: 1px solid #CCCCCC;
	
	}
	
	img.leftimg {
	
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
		border: 1px solid #CCCCCC;
	
	}
	
	input, textarea {
	
		width: 200px;
	
	}
	
	.center {
	
		text-align: center;
	
	}
	