
	body {
	
		background-color: #2C3881;
		margin: 0px;
	
	}
	
	div {
	
		font-family: 'Trebuchet MS', sans-serif;
		font-size: 14px;
		color: #222222;
		line-height: 18px;
	
	}
	
	img {
	
		border: none;
	
	}
	
	a {
	
		color: #2C3881;
		text-decoration: underline;
	
	}
	
	a:hover {
	
		color: #DD6800;
	
	}
	
	div#top {
	
		width: 100%;
		text-align: center;
		background-image: url('/img/topbg.gif');
		background-repeat: repeat-x;
		background-position: top;
		height: 81px;
		background-color: #FFFFFF;
	
	}
	
	div#bottom {
	
		width: 100%;
		text-align: center;
		background-image: url('/img/bottombg.gif');
		background-repeat: repeat-x;
		height: 26px;
	
	}
	
	div#parent {
	
		width: 100%;
		background-image: url('/img/containerbg.gif');
		background-repeat: repeat-x;
		background-position: top;
		background-color: #FFFFFF;
	
	}
	
	div#container {
	
		width: 800px;
		margin: 0 auto 0 auto;
	
	}
	
	div#toppadding {
	
		 height: 54px;
	
	}
	
	div#left {
	
		float: left;
		display: inline;
		width: 221px;
	
	}
	
	div#right {
	
		margin-left: 230px;
	
	}
	
	div#clear {
	
		clear: both;
	
	}
	
	a.menulink {
	
		width: 221px;
		height: 40px;
		padding-top: 10px;
		display: block;
		text-align: center;
		text-indent: 15px;
		background-repeat: no-repeat;
		background-image: url('/img/menubutton.gif');
		font-size: 14px;
		color: #DD6800;
		text-decoration: none;
	
	}
	
	a.menulink:hover {
	
		color: #2C3881;
	
	}
	
	a#menulinktop {
	
		background-image: url('/img/menubuttontop.gif');
	
	}
	
	h1 {
	
		font-weight: 100;
		font-size: 24px;
		color: #2C3881;
		border-bottom: 1px solid #2C3881;
		margin: 0px;
		padding-bottom: 15px;
		padding-top: 2px;
	
	}
	
	h2 {
	
		color: #2C3881;
		font-weight: 100;
		margin-bottom: 0px;
		font-size: 18px;
	
	}
	
	div.p {
	
		margin-top: 15px;
		margin-bottom: 15px;
	
	}
	
	div#copyright {
	
		width: 760px;
		margin: 0 auto 0 auto;
		text-align: right;
		font-size: 11px;
		color: white;
		padding-bottom: 20px;
	
	}
	
	div.center {
	
		text-align: center;
	
	}
	
	a.imglink {
	
		text-decoration: none;
	
	}
	
	table {
	
		width: 100%;
	
	}
	
	th, td {
	
		border-bottom: 1px solid #CCCCCC;
		font-size: 12px;
		padding: 3px;
		text-align: left;
		vertical-align: top;
	
	}
	
	img.leftimg {
	
		float: left;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-top: 20px;
	
	}
	
	img.rightimg {
	
		float: right;
		padding-left: 20px;
		padding-bottom: 20px;
		padding-top: 20px;
	
	}
	
	.required {
	
		color: red;
	
	}
	
	div#contactleft {
	
		float: left;
		display: inline;
		width: 250px;
	
	}
	
	div#contactright {
	
		margin-left: 270px;
		width: 250px;
	
	}
	
	input, textarea {
	
		width: 250px;
	
	}
	
	textarea#tuwyw {
	
		width: 520px;
	
	}
	
	a#sales {
	
		text-decoration: none;
		color: white;
	
	}
	
	a#sales:hover {
	
		text-decoration: underline;
		color: white;
	
	}
	