body {
background-color:#9199a0;
text-align:center;
margin:0px;
padding:0px;
}

/* --------------------- Layout --------------------- */
#home {
	padding-top:20px;
}
.container {
width:1000px;
margin-left:auto;
margin-right:auto;
text-align:left;
margin-top:0px;
}
.greylarge {
	font-family:Verdana, Arial;
	font-size:18px;
	color:#666666;
}
.greylarge p {
	font-size:14px;
}
.support {
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	color:#333333;
	padding-top:30px;
}

#top {
width:100%;
background-image:url(topback.jpg);
background-repeat: repeat-x;
height:90px;
}

.col {
width:30%;
padding:5px;
float:left;
margin-top:10px;
margin-right:20px;
}
.col2 {
	width:45%;
	float:left;
	margin-right:10px;	
}

#middle {
	width:100%;
	display:none;
	background-color:#cccccc;
	background-image:url(middleback.jpg);
	background-repeat: repeat-x;
	height:250px;
}
.bottom {
	width:100%;
	height:30px;
}

label {
	width:150px;
	display:block;
	height:30px;
	margin:10px 10px 1px 0px;
	float:left;
	clear:both;
}
input {
	width:160px;
	float:left;
	height:13px;
	border:1px solid #999999;
	padding:5px;
	margin:10px 10px 6px 0px;
}
select {
	width:174px;
	float:left;
	padding:3px;
	border:1px solid #999999;
	margin:10px 10px 6px 0px;	
}

#submitbut {
	width:136px;
	height:33px;
	border:0px;	
}

textarea {
	margin-top:10px;
	width:170px;
	height:60px;
	float:left;
	padding:3px;
	border:1px solid #999999;
}

#foot {
	width:990px;
	background-image:url(topback.jpg);
	background-repeat: repeat-x;
	height:30px;
	padding:5px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(border-radius.htc);
}

.bottom2 {
	width:100%;
	background-image:url(bottomback.jpg);
	background-repeat: repeat-x;
	height:300px;
}
#slideshow {
	width:300px;
	height:160px;
	overflow:hidden;
	border:1px solid #fe9c1b;
}

.left {
	float:left;
}
.right {
	float:right;
}

/* --------------------- styles --------------------- */

.whitebg {
background-color:white;
}

.whitetext {
	color:white;
}
.whitetext a {
	color:white;
	text-decoration:none;
}
.whitetext a:hover {
	color:#cccccc;
}

.sixheight {
	height:6px;
}

.orangebg {
background-color:#fe9c1b;
}
.sans {
	font-family:Verdana, Arial, Helvetica;
}
.small {
	font-size:10px;
}
.medium {
	font-size:12px;
}
.large {
	font-size:14px;
}
.xlarge {
	font-size:18px;
}
.bold {
	font-weight:bold;
}