/**************** body and tag styles ****************/

body
{
margin:0px;
	background:#CCCCCC;
}

	#container {
	padding: 0px;
	width:955px;
}
#background {
	width: 955px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #FFFFFF;
	float:left;
	background:url(../graphics/bg.gif);
}
#content {
	padding-left:50px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #6DA6E2;
	margin-bottom: 30px;
	background-color: #FFFFFF;
}
h2 {
	color: #666666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: inherit;
	font-weight: bold;
	text-decoration:none;
}
/**************** form styles ****************/
input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #184469;
	border: 1px solid #2763A5;
	font-size: 12px;
	font-weight:bold;
	padding: 3px;
}
.button {
padding:0px;
margin:0px;
border:0px;

}
textarea
{
	width:224px;
	background-color: #FFFFFF;
	color: #184469;
	border: 1px solid #2763A5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	font-weight:bold;
}

