@import url("reset.css");
body {
	margin: 10px 0 0 0;
	padding: 0;
	background-color: #E1DFD6;
	background-image: url("../images/45degrees.png");
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
a {
	text-decoration: none;
	border-bottom: 1px dashed #aaa;
	color: #333;
}
a:hover {
	color: orange;
}
a:active {
	color: red;
}
acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}
br {
	clear: left;
}
h2 {
	border-bottom: 2px solid #999;
	display: block;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 0.95em;
	color: #666;
	width: 100%;
}
h3 {
	border-bottom: 1px solid #999;
	display: block;
	font-size: 0.95em;
	font-weight: bold;
	line-height: 1.0em;
	color: #666;
	width: 100%;
}
li {
	margin: 4px 0;
}
input, textarea {
	border: 1px solid #aaa;
	padding: 2px;
	margin: 0 0 2px 0;
}
textarea {	
	overflow: auto;
}
	input.button {
		margin: 0 0 10px 110px;
		width: auto;
	}
label,input,textarea {
	display: block;
	width: 500px;
	float: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	font-size: 0.8em;
}
label {
	text-align: right;
	font-size: 0.8em;
	width: 100px;
	padding: 4px 10px 0 0;
}
li {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-left: 1.5em;
}
p {
	margin: 10px 0;
	padding: 0;
	font-size: 0.9em;
	text-indent: 0;
	text-align: justify;
	line-height: 1.5em;
}
ul {
	list-style-type: disc;
	padding: 0.5em 0;
}
	
#container {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #aaa;
	background-color: #E1DFD6;	
}
#content {
	margin: 0;
	padding: 5px 10px 0 10px;
}
#footer {
	margin: 0;
	padding: 5px 0;
	width: 100%;
	background-color: #E1DFD6;
	border-top: 1px solid #aaa;
	bottom: 0;
	font-size: 0.6em;
	line-height: 1.5em;
}
  #footer .right {
    float: right;
    padding-right: 5px;
  }
  #footer .left {
		padding-left: 5px;
	}
#header {
	margin: 0;
	padding: 0;
	top: 0;
	width: 100%;
	background: url("../images/headerbg.jpg") top repeat-x;
}
#menu {
	height: 50px;
	padding: 0 10px;
	color: #E1DFD6;
	background-color: #E1DFD6;	
	font-size: 0.7em;
	background: url("../images/logo.png") top left no-repeat;
}
	#menu .right {
		float: right;
		height: 1.0em;
		line-height: 40px;
	}
	#menu a {
		color: #E1DFD6;
		padding: 0 5px;
		font-weight: bold;
		border: 0;
	}
	#menu a:hover {
		color: orange;
	}
	#menu a:active {
		color: red;
	}
	#menu .active {
		color: orange;
	}
