@import url("header.css");
@import url("page.css");
@import url("form.css");

body /* Internet Explorer alignment */
{
	text-align: center;
	width: 100%;
	margin: 0px;
	font-family: Comic Sans MS, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	background-image: url(../images/page/background.gif);
	background-repeat: repeat-x;
}

body /* Mozilla Firefox alignment */
{
	text-align: -moz-center;
}

table {
	clear: both;
	width: 100%;
}

a {
	color: #0000ff;
	text-decoration: underline;
}

a:hover {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #aa00aa;
}

a img {
	border: none;
}

h1 {
	color: #663333;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding-left: 30px;
	line-height: normal;
	clear: both;
}

h2 {
	color: #663333;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding-left: 30px;
	line-height: normal;
	clear: both;
}

p {
	margin-top: 4px; 
	margin-bottom: 18px; 
}

input, select, textarea {
	background-color: #eeffcc; 
	border: 1px solid #336633; 
	margin-bottom: 4px;
}

input[type="text"] {
	width: 250px;
}

input[type="image"] {
	background-color: transparent;
	border: 0px;
}

.clear {
	clear: both;
}

label {
	float: left;
	font-weight: bold;
	width: 170px;
	padding-right: 15px;
}


