/* CSS Document */

body {
	background-color: #CEDFE9;
}

#main {
	border: 1px solid #35708B;
}

#content {
	background-color: white;
	font: 12px "trebuchet ms", sans-serif;
	color: #666;
	padding: 25px;
	text-align: left;
}

#content td {
	font: 12px "trebuchet ms", sans-serif;
	color: #666;
}

#bottom {
	background: url(images/sliced_11.jpg) top left no-repeat;
	text-align: center;
	font: 10px "trebuchet ms", sans-serif;
	color: #0B587A;
	height: 45px;
}

h2 {
	font-family: georgia, serif;
	letter-spacing: 1px;
	font-size: 140%;
}

h3 {
	font-family: georgia, serif;
	color: #0B587A;
	letter-spacing: 2px;
	font-size: 110%;
}

input, textarea {
	font: 12px "trebuchet ms", sans-serif;
	color: #D42503;
}

a, a:visited {
	color: #D42503;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.sub {
	color: #D42503;
	font-weight: bold;
}	