body { 
	font-family: Verdana; 
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	
	margin: 0px;
	padding: 0px;
	height: 100%;
}

p, td {
	font-family: Verdana; 
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}

a { color: black; }
a:link { color: #135292; }
a:visitied { color: #135292; }
a:hover { color: #555555; }
a:active { color: #135292; }

h1 {
	font-size: 24px;
	color: #135292;
}

h2 {
	font-size: 18px;
	color: #555555;
}

input {
	border: 1px solid black;
	background: #dce5ef;
}

textarea {
	border: 1px solid black;
	background: #dce5ef;
}

#box {
	margin: 0px auto;
	width: 800px;
	padding: 0px;
}

	#top_left {
		float: left;
		width: 280px;
		height: 120px;
		background-image: url('/images/logo.jpg');
		background-position: 30px 30px;
		background-repeat: no-repeat;
	}

	#top {
		float: left;
		width: 520px;
		height: 10px;
		padding: 90px 0px 20px 0px;
		text-align: right;
	}

	#left {
		float: left;
		width: 180px;
		background-image: url('/images/side.gif');
		background-position: 30px 0px;
		background-repeat: no-repeat;
		padding: 0px 20px 0px 80px;
	}

	#content {
		float: left;
		width: 520px;
		padding: 0px 0px 0px 0px;
	}
