
	body {
	
		margin-top: 20px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-image: url('../img/smoothbg.gif');
		background-repeat: repeat-x;
		background-position: top;
		background-color: white;
		
	
	}
	
	img {
	
		border: none;
	
	}
	
	div {
	
		color: #666666;
		font-family: Arial, san-serif;
		font-size: 12px;
		line-height: 24px;
	
	}
	
	div#parent {
	
		border: 1px solid #CCCCCC;
		width: 760px;
		background-color: #EEEEEE;
		margin: 0 auto 0 auto;
	
	}
	
	div#container {
	
		margin: 5px;
		background-color: white;
	
	}
	
	div#logo {
	
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
		text-align: right;
	
	}
	
	div#line {
	
		 height: 5px;
		 background-color: #CCCCCC;
	
	}
	
	div#content {
	
		padding-left: 15px;
		padding-right: 15px;
	
	}
	
	img.leftimg {
	
		float: left;
		padding-right: 25px;
		padding-bottom: 25px;
		padding-top: 20px;
	
	}
	
	h1 {
	
		color: #CC0000;
		font-weight: 100;
		font-size: 24px;
		font-family: Georgia, sans-serif;
		padding-bottom: 5px;
		border-bottom: 1px solid #CCCCCC;
		margin-top: 15px;
		margin-bottom: 0px;
	
	}
	
	h2 {
	
		color: #111111;
		font-weight: 100;
		font-size: 18px;
		font-family: Georgia, sans-serif;
		padding-bottom: 3px;
		border-bottom: 1px solid #CCCCCC;
		margin-top: 15px;
		margin-bottom: 0px;
	
	}
	
	h1#h1home {
	
		margin-top: 0px;
	
	}
	
	a {
	
		color: #CC0000;
		text-decoration: underline;
	
	}
	
	a:hover {
	
		color: #111111;
		text-decoration: underline;
		background-color: #EEEEEE;
	
	}
	
	strong {
	
		color: #111111;
		font-weight: 100;
	
	}
	
	table {
	
		width: 100%;
	
	}
	
	td {
	
		vertical-align: top;
		width: 33%;
	
	}
	
	div.p {
	
		margin-top: 20px;
		margin-bottom: 20px;
	
	}
	
	div.ptitle {
	
		margin-top: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #CC0000;
	
	}
	
	div.pright {
	
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: right;
	
	}
	
	div.centre {
	
		text-align: center;
	
	}
	
	span.title1 {
	
		color: #CC0000;	
	
	}
	
	span.title2 {
	
		color: #FAD1E9;
	
	}
	
	td#leftcell {
	
		padding-right: 15px;
	
	}
	
	td#middlecell {
	
		background-repeat: no-repeat;
		background-image: url('../img/homecell.gif');
		background-position: top left;
		padding-left: 15px;
		padding-right: 15px;
	
	}
	
	td#rightcell {
	
		background-repeat: no-repeat;
		background-image: url('../img/homecell.gif');
		background-position: top left;
		padding-left: 15px;
	
	}
	
	td#pagecell {
	
		width: 67%;
		padding-right: 15px;
	
	}
	
	table#hometable {
	
		margin-top: 15px;
	
	}
	
	div#contact {
	
		background-image: url('../img/contactbase.gif');
		width: 745px;
		height: 38px;
		text-align: right;
		font-size: 11px;
		padding-right: 5px;
	
	}
	
	div.contactcopy {
	
		color: #FFFFFF;
		line-height: 18px;
	
	}
	
	a.contactlink {
	
		text-decoration: none;
		color: white;
	
	}
	
	a.contactlink:hover {
	
		text-decoration: underline;
		background-color: transparent;
	
	}