
body {
	font-family:Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
	background-image: url("images/computer-mouse.jpg");
	background-position: top left;
	background-repeat:no-repeat;
	width: 800px;
	padding:0;
	margin: 0 1em 0 5em;
	color:#333333;
	font-size:90%;
}

#header {
	float:right;
	height: 200px;
	width:30em;
}

#content {
	clear:both;
	border:1px solid black;
	padding: 0 1em;
	overflow: hidden;
	width: 100%;
	padding-bottom:1em;
}

#footer {
	font-size:70%;
	text-align:center;
	margin-top:0.7em;
	clear:both;
}

#footer a {
	color: #494949;
}

hr {
	border-top:5px solid red;
	}


h1 {
	font-family:"Lucida Sans", Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
	font-weight:100;
	margin-top:1em;
}

h2 {
	font-family:"Lucida Sans", Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
	margin-bottom: 0;	
}

a {
	color:#333333;
}

h1 a, h2 a {
	text-decoration:none;
	color:#333333;
}


h3, h4 {
	font-size:100%;
}

p {
	margin-top:0.5em;	
	margin-bottom:0.3em;	
}

em {
	color:black;
}

.clearer {
	clear:both;
}

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: red;
}

.errortext {
	color:#C00000; font-weight: bold;
}

.mandatory {
	color:#C00000; font-weight: bold;
}

.gallery
{
float: left;
margin: 0 2em 2em 0;
border: 1px solid #666;
padding: 2px;
clear:left;
}

.rotate {
	float:right;
	padding:5px;
	clear:right;
}

.quote {
	border: 1px solid #666;
	background-color:#d6d6d6;
	width:50%;
	float:right;
	margin-top:2em;
}

.quoter {
	font-weight:bold;
}

.right {
	float:right;
	padding:0 0 1em 1em;
}

.left {
	float:left;
	padding:0 1em 1em 0;
}
