body {	
	font-family: "Verdana", sans-serif;
	font-size: 95%;
	background: #a0a0a0;
	color:#000000;	
}


h2	{
	font-size: 75%;	
	margin-bottom: 0.25em;
	color:#000000;
	text-transform: uppercase;	
	padding: 0.25em;
}

p	{
	margin-top:0;
	margin-bottom:1em;
	color:#000000;
	font-size: 80%;
	line-height: 150%;
}

a {
	color: #0000f0;
	text-decoration:none;
}


/****************************/
#maindiv	{	
	width:550px;
	border:solid 1px #000000;
	margin:auto;
	padding:0;
	background: #ffffff; /*#fafaf4; */
}

/****************************/
#titlestrip	{
	height:50px;
	background-image: url('images/titlestrip.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom:solid 1px #000000;
}

/****************************/
/* NB: Width + padding seems to be added to cause reflow if total > 500 */
#navcolumn	{
	float:left;
	width: 120px;
}

.menubutton	{
	width: 120px;
	padding: 0.5em;
	border-top: solid 1px  #ffffff;
	border-bottom: solid 1px #c0c0c0;
	font-size:80%;
}

.menubutton a:hover	{
	color: #ff2020;
}


/****************************/
#bodycontent	{
	width:390px;
	float:right;
	padding:0.5em;
	background:#ffffff;	
}

#bodycontent a:hover {
	color: #ff2020;
	text-decoration:none;
}

#bodycontent table {
	font-size: 80%;
	border-spacing: 1em;
}

/****************************/
#footerstrip	{
	margin:0;
	background:#000000;
	padding:0.25em;
	font-size:80%;
	font-weight:bold;
	color:#e0e0e0;
	text-align:center;
	clear:both;
	width:auto;
}

#footerstrip a {
	color: #a0a0ff;
	text-decoration:none;
}
#footerstrip a:hover {
	color: #ffa0a0;
	text-decoration:none;
}

/****************************/
#shout	{
	font-size:100%;
	font-weight:bold;
	text-align:center;
	color:#000000;
}
