body
{
	background: #fff url(webimg/back.jpg) bottom left fixed repeat-x;
	color: #336699;
	text-align: center;
	margin: 0;
	padding: 0;
	/*scrollbar coloring*/
	scrollbar-face-color: #336699; 
	scrollbar-highlight-color: #0099ff;
	scrollbar-3dlight-color: #445555;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #e9e8e3;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #aaaaaa;
	font: 11px/16px Verdana, Geneva, Helvetica, Arial, sans-serif; 
}

h3, h1
{
	font-size: 16px;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}
h4, h2
{
	font-size: 12px;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}
ol.lettered{list-style: lower-alpha;} /*lettered lists*/

img
{
	border: 0;
	display: block;
}

#topline
{
	background: url(webimg/topline.jpg) top left fixed repeat-x;
	width: 100%;
	height: 7px;
	position: absolute;
	top: 0;
	left: 0;
}
/*centers the contents of the window*/
#frame
{
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	padding: 0;
	padding-top: 7px;
}
/*adds a 1 pixel border and aligns the text to the header*/
#content
{
	border: 1px solid;
	width: 638px;
	background: #f0f0f0;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	voice-family:"\"}\""; /*ie 5 fix*/
	voice-family: inherit;
	width: 598px;
}					
html>#content
{
	width: 600px; /*opera fix*/
}						

/*centers content*/
.center
{
	text-align: center;
}

/*aligns the arrow on the bottom to the right*/
#bottomarrow
{
	float: right;
	display: block;
}		  

#menu /*it's not centered otherwise*/
{
	margin: 0;
	padding: 0;
	clear: left;
}
#menu	ul
{
	margin: 0;
	padding: 0;		
	display: inline;
}	

#menu li
{
	border-left: 1px solid #000;
	padding: 0;
	padding-left: 7px;
	list-style: none;		 
	display: inline;
}

#menu li.first
{
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

/*link behaviour*/
a 
{
	color: #0022bb; 
	text-decoration: none
}
a:visited
{
	color: #0022bb; 
	text-decoration: none
}
a:active
{
	color: #008800; 
	text-decoration: none
}
a:hover
{
	color: #0077ee; 
	text-decoration: none
}

hr
{
	border: 0;
	color: #808080;
	background-color: #808080;
	height: 1px;
}