body{
	background-color: #f3daff;
	background-image: url('gfx/page-bg-md.png');
}

a, a:visited{
	color: #444;
}

a:hover, a:visited:hover{
	color: #444;
	text-decoration: underline;
}

hr{
	border: 1px inset gray;
	background-color: black;
	height: 0;
	width: 100%;
}

.page{
	margin-left: 160px;
}

.header{
	background-image: url('gfx/tb-extend.png');
	background-repeat: repeat-x;
	min-height: 140px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
}

.header a{
	color: black;
}

.header a:hover{
	color: #a00;
}

.header h1{
	float: right;
	text-align: right;
	font-size: 220%;
	color: white;
	text-shadow: 1pt 1pt 3pt black, 0pt 1pt 3pt black, 0pt 0pt 5pt black;
	padding-bottom: 4pt;
	font-weight: normal;
}

.header img{
	margin: 0;
	padding: 0;
	border: none;
}

.content{
	width: 70%;
	margin-top: 1.5em;
	margin-bottom: 3em;
	margin-left: auto;
	margin-right: auto;
	border: 1pt solid rgba(0,0,0,.3);
	box-shadow: 0 2pt 5pt rgba(0,0,0,.5);
	border-radius: 1em;
	padding: .5em;
	background-color: white;
	background-image: url('gfx/page-bg-lt.png');
	margin-top: 130px;
}

.content img{
	margin: 0;
}

.navigation{
	color: white;
	padding-bottom: 2pt;
	position: fixed;
	left: 0;
	top: 140px;
	width: 160px;
}

.navigation img{
	border: none;
	margin: 0;
	padding: 0;
}

.dropdown{
	float: none;
	clear: both;
	display: block;
	background-color: #ddd;
	color: black;
	border: none;
	background-image: url('gfx/sm-bg.gif');
}

.dropdown ul{
	list-style-type: none;
	font-size: 15pt;
	color: gray;
	line-height: 150%;
	margin: 0;
}

.dropdown ul li{
	margin: 0;
	text-align: center;
}

.navigation a{
	color: #333;
	text-shadow: 1px 1px 4pt rgba(0,0,0,.5);
}

.navigation a:hover{
	color: white;
	text-decoration: none;
	text-shadow: 1px 1px 4pt rgba(0,0,0,.7);
}

.footer{
	position: fixed;
	width: auto;
	height: 14px;
	bottom: 0;
	right: 0;
	left: 0;
	background-image: url('gfx/foot.png');
	font-size: 8px;
	padding: 2px;
	padding-top: 0;
	z-index: 3;
	text-align: center;
}

.footer a, .footer a:visited{
	color: #444;
}

form{
	display: block;
}

fieldset{
	border: 1px solid #444;
	padding: 6pt;
}

legend{
	padding: 5pt;
	background-color: #b50;
	background-image: url('gfx/paper_texture_1.png');
	border: 1px solid #444;
	border-radius: 4pt;
}

label{
	display: block;
	width: 80%;
	margin-left: 10%;
	float: left;
}

input:hover, input:focus, textarea:hover, textarea:focus{
	border: 1px solid #b50;
	background-color: white;
}

input, textarea{
	display: block;
	width: 80%;
	margin-left: 10%;
	border: 1px solid #555;
	background-color: #ddd;
	margin-bottom: 8pt;
}

textarea{
	height: 120pt;
}

table td{
 padding: 3pt; 
}