A:link, A:visited, A:active, A:hover{
	color: #E97610;
	text-decoration: underline;
}
body{
	margin: 0px;
	font-size: 70%;
	font-family: verdana, arial, sans-serif;
	background: url("../images/lowerbg.gif") repeat-y;
}
.container{
	position: absolute;
	min-height: 100%;
	width: 700px;
	background: url("../images/background.jpg") no-repeat;
}
h1, h2, h3{
	margin: 0px;
}
h1{
	font-size: large;
	margin: 0px 0px 1px 1px;
}
h2{
	padding: 3px;
	font-weight: bold;
	font-size: 100%;
	border: #999999 1px solid;
	background: #CCCCCC url("../images/section.jpg") repeat-x;
}
h3{
	font-size: 200%;
	font-style: italic;
	text-align: right;
}
h3 A:link, h3 A:visited, h3 A:active, h3 A:hover{
	color: #000000;
	text-decoration: none;
}
.header{
	margin-left: 242px;
}
.invisible A:link, .invisible A:visited, .invisible A:active, .invisible A:hover{
	font-weight: bold;
}
.main{
	margin-left: 242px;
}
.menu{
	position: absolute;
	top: 300px;
	left: 30px;
	width: 150px;
	padding-bottom: 20px;
}
.menu A{
	font-size: 90%;
	display: block;
	margin-bottom: 3px;
	padding: 5px;
}
.menu A:link, .menu A:visited, .menu A:active{
	background: #FFFFFF;
	text-decoration: none;
	color: #333333;
	border: #000000 1px solid;
}
.menu A:hover{
	/*border: #666666 1px solid;*/
	color: #000000;
	text-decoration: none;
	background: #FFFFFF;
}
p{
	padding: 3px;
	margin: 0px;
}
.tagline{
	font-weight: bold;
	font-style: italic;
	background: #EEEEEE;
	border-top: #BBBBBB 1px solid;
	border-bottom: #BBBBBB 1px solid;
	padding: 3px;
	margin: 3px 0px 3px 0px;
	color: #666666;
}