/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body { 
	font: arial; 
	font-size: 62.8%;
	color: #000000; 
	background: #FFFFFF; 
	margin: 0px; 
	}
p.p1 { 
	font: 1.2em georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
p { 
	font: 1.2em georgia; 
	margin-top: 0px; 
	text-align: left;
	}
h3 { 
	font: normal 1.4em arial; 
	letter-spacing: 1px; 
	margin-bottom: 0px;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
	}
hr {
	border: 0;
  	width: 100%;
	color: #000000;
	background-color: #000000;
	height: 1px;
}


/* specific divs */
#header { 
	background-color: #FFFFFF;
	width: 750px;
	height: 200px;
	padding: 0px 0px 0px 0px;  
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	}
#container { 
	background-color: #FFFFFF;
	width: 710px;
	padding: 20px 20px 5px 20px;  
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	}
#mainmenu {
	float: left;
	width: 130px;
	}
#mainmenu a:link { 
	color: #000000;
	}
#mainmenu a:visited {
	color: #000000;
	}
#pagebody {
	background-color: #FFFFFF;
	margin-left: 150px;
	width: 350px;
	border: thin solid black;
	padding: 20px 20px 20px 20px;

	}
#sidebar {
	float: right;
	width: 150px;
	height: 100%;
	}
#sidebarsubbox {
	background-color: #FFFFFF;
	padding: 20px 20px 20px 20px;  
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	}
#newsteaser { 
	margin-bottom: 10px;
	}
#maincontent { 
	min-width: 380px;
	}
#newsteaser p.titlesmall {
	font-weight: bold;
	}
#calendar h3.sidetitle {
	font: arial;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	border-bottom-width: thin;
	border-bottom-color:  black;
	border-bottom-style: outset;
	}
#mainmenu h3.sidetitle {
	font: arial;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	border-bottom-width: thin;
	border-bottom-color:  black;
	border-bottom-style:groove;
	}
#pagebody h3.sectiontitle {
	font: arial;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	border-bottom-width: thin;
	border-bottom-color:  black;
	border-bottom-style:groove;
	}
#footer { 
	text-align: center;
	font: 1.2em arial;
	margin-top: 10px;
	}


.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rbcontent  { margin: 0 14px; }
.rbroundbox {
	border: thin solid black;
	width: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	}

