
	body {
	
		margin: 0px;
		background-color: FFFFFF#;
		background-position: center;
		background-repeat: repeat-y;
		background-image: url('/img/bg.gif');
	
	}
	
	img {
	
		border: none;
	
	}
	
	div#top {
	
		width: 100%;
		height: 290px;
		background-repeat: repeat-x;
		background-image: url('/img/topbg.gif');
		text-align: center;
	
	}
	
	div#topnothome {
	
		width: 100%;
		height: 190px;
		background-repeat: repeat-x;
		background-image: url('/img/topbgnothome.gif');
		text-align: center;
	
	}
	
	div#menu {
	
		width: 760px;
		margin: 0 auto 0 auto;
		text-align: center;
		height: 33px;
		padding-top: 8px;
	
	}
	
	a.menulink {
	
		text-decoration: none;
		color: #F7F7F7;
		padding-left: 29px;
		padding-right: 29px;
		font-size: 16px;
		font-family: 'Trebuchet MS', Arial, sans-serif;
	
	}
	
	a.menulink:hover {
	
		text-decoration: underline;
		color: white;
	
	}
	
	strong {
	
		color: black;
	
	}
	
	div.p, ul, ol {
	
		font-family: 'Trebuchet MS', Arial, sans-serif;
		font-size: 12px;
		color: #444444;
		line-height: 22px;
		margin-bottom: 22px;
	
	}
	
	div#container {
	
		width: 800px;
		margin: 0 auto 0 auto;
	
	}
	
	div#left {
	
		float: left;
		padding-left: 30px;
	
	}
	
	h1 {
	
		font-family: Arial, san-serif;
		font-weight: bold;
		color: black;
		font-size: 14px;
		margin-top: 0px;
	
	}
	
	div#right {
	
		margin-left: 315px;
		width: 450px;
	
	}
	
	div#clear {
	
		clear: both;
	
	}
	
	div#bottomline, a#texelate {
	
		font-size: 10px;
		color: #999999;
		text-decoration: none;
		font-family: 'Trebuchet MS', Arial, sans-serif;
	
	}
	
	a#texelate:hover {
	
		text-decoration: underline;
	
	}
	
	a {
	
		color: #304c7b;
	
	}
	
	a:hover {
	
		color: black;
	}
	
	div#nonhomediv {
	
		 height: 64px;
	
	}
	
	h2 {
	
		color: #AAAAAA;
		font-weight: 100;
		font-size: 18px;
		font-family: Arial, sans-serif;
		letter-spacing: 1px;
	
	}
	
	a.top {
	
		display: block;
		margin-bottom: 100px;
		font-family: 'Trebuchet MS', Arial, sans-serif;
		text-align: right;
	
	}
	
	textarea, input {
	
		width: 200px;
		font-family: 'Trebuchet MS', Arial, sans-serif;
	
	}
	
	img.rightimg {
	
		float: right;
		padding: 10px;
	
	}
	
	.center {
	
		text-align: center;
	
	}
	