@charset "utf-8";
/* 
 * CSS Document 
 * used for screen display
 */



/*
 * default HTML tags
 */
html, body {
	margin: 0;
	padding: 0;
	
	background-color: #ffffff;
	color: #000000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	
	background-color: inherit;
	color: #811f20;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}

p {
	margin-top: 0;
}

img {
	border: 0;
}

input, textarea {
	width: 300px;
	border: 1px solid #811f20;
}

td.projects {
	width: 200px;
}
th {
	text-align: left;
}

ul {
	margin-top: 0;
}

a:link {
	background-color: inherit;
	color: #811f20;
	text-decoration: none;
}
a:visited {
	background-color: inherit;
	color: #9b2526;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {}

.menu a:link {
	background-color: inherit;
	color: #ffffff;
	text-decoration: none;
}
.menu a:visited {
	background-color: inherit;
	color: #ffffff;
}
.menu a:hover {
	text-decoration: underline;
}
.menu a:active {}

/*
 * DIVs
 */
.container {
	position: relative;
	width: 750px;
	margin: 0 auto 0 auto;
	
	border: 2px solid #000000;
	border-top: 0px;
	
	background-color: #e5e5e5;
	color: inherit;
}

.banner {
	/* nothing needed for screen*/
}

.menu {
	height: 21px;
	padding: 4px 0px 0px 55px;
	
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.content {
	margin: 25px 165px 0 55px;
}

.footer {
	height: 25px;
	margin-top: 25px;
	
	border-top: 1px solid #000000;
}



/*
 * helpers
 */
.red_bg {
	background-color: #811f20;
	color: #ffffff;
}

.submit {
	width: 75px;
	border: 2px outset #651012;
}