@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

:link {
	color:#FFF;
	text-decoration:none;	
}
:hover {
	color:#FFF;
	text-decoration:none;	
}
:visited {
	color:#FFF;
	text-decoration:none;	
}
:active {
	color:#FFF;
	text-decoration:none;	
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	background-image:url(img/tile.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#A6DFF2;
}
#Site {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:900px;
	height:161px;
	background-image:url(img/top.jpg);
}
#content {
	width: 820px;
	background-image:url(img/htile.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	padding-left: 40px;
	padding-right: 40px;
}
#contentHeader {
	background-image:url(img/banner.jpg);
	width:838px;
	height:197px;
}
#welcomeText {
	font-size: 11px;
	padding-top:40px;
	padding-left: 40px;
	padding-right: 40px;
	width: 610px;
	float:left;
}
#links {
	padding-top: 100px;
	float:left;	
}
.show {
	float:left;
	width:405px;
	background-image:url(img/container.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top: 30px;
}
.show img {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
}
.show p {
	margin-bottom: 10px;
	width: 150px;
	float: left;
}
.show p img {
	margin: 0;
	margin-left: -10px;
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
