body {
	background-color: #2C323A;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-image: url(images/layout/grey/page_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;

}
#banner {
	background-image: url(images/layout/grey/banner_bg.gif);
	position: absolute;
	left: 0px;
	top: 0px;
	height: 140px;
	width: 760px;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 1;


}
#main {
	position: absolute;
	left: 125px;
	top: 180px;
	width: 620px;

}
p {
	font-size: 11px;
}
h1 {
	font-size: 11px;
	font-weight: bold;
}
h2 {
	font-size: 11px;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
	color: #CCCCCC;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
#tagline {
	position: absolute;
	z-index: 5;
	left: 125px;
	top: 95px;
}
#navigation {
	position: absolute;
	left: 5px;
	top: 220px;
	width: 110px;

}
#navigation li {
	padding-right: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;



}
#navigation ul {
	left: 0px;
	margin-left: 0px;
	padding-left: 0px;

}
img {
	float: right;
	border: 1px solid #999999;
	margin-bottom: 20px;
	margin-left: 20px;
	clear: right;
}
.img-no-format {
	margin: 0px;
	float: none;
	border: 0px none;
}
.form-input {
	width: 100%;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}
.border {
	border: 1px solid #666666;
	color: #333333;
	background-color: #CCCCCC;

}
.form-button {
	width: 100%;
	border: 2px solid #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: hand;
	background-color: #2C323A;


}
#main td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 10px;
}
