body {	
	font-family: Bookman, serif;
	font-size: 12px;
	font-color: black;
	a:link {color:#0000FF};      
	a:visited {color:#0000FF}  
}

h1 {
	color: white;
	text-align: right;
}

h2  {
	color: #660000;
	text-align: center;
}

h3  {
	color: #660000;
	text-align: center;
}	

img {
	padding-top: 20px;
	padding-bottom: 25px;
}


#container {
	width: 900px;
	margin: 0 auto; 
}

#banner {

	background-image: url('flag0111.jpg');
	background-repeat: no-repeat;
	height: 150px;
}



#menubar {
	background-color: white;
	font-family: Bookman, serif;
	font-size: 24px;
	font-variant: small-caps;
	font-color: #999999;
}

#minibar {
	margin-top: -25px;
	background-color: white;
	font-family: Bookman, serif;
	font-size: 12px;
	font-variant: small-caps;
	font-color: #999999;
}

#newsitems{
	float: right;
	width: 600px;
	margin-top: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: white;
	border-style: solid;
	border-right-color: #660000;
	border-left-color: white;
	border-top-color: white;
	border-bottom-color: #660000;
	font-family: Bookman, serif;
	font-size: 16px;
}

#archive{

	float: right;
	width: 300px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #CCCCFF;
	font-size: 18px;
	text-align: center;
}

#blockquote{

	width: 80%;
	margin-left: 100px;
	background-color: #ccccff;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-style: solid;
	border-color: #660000;
	font-family: Bookman, serif;
	font-size: 20px;
	
		
}
	
.menuborder {
	border-style:solid;
	border-width:2px;
	border-right-color: #660000;
	border-left-color: white;
	border-top-color: white;
	border-bottom-color: white; 
	padding-right:5px;
}

.miniborder {
	border-style:solid;
	border-width:1px;
	border-right-color: #660000;
	border-left-color: white;
	border-top-color: white;
	border-bottom-color: white; 
	padding-right:5px;
}

.sidebarmenu ul{
margin-left: 10px;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
width: 210px; /* Main Menu Item widths */
border-bottom: 1px solid #EEEEEE;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-top: 1px solid black;
border-bottom: 1px solid black;
border-right: 2px solid black;
border-left: 2px solid black;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #3366cc; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: #660000;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 150px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
.floatright{
	margin: 10 10 10 10;
	float: right;
}

.floatleft{
	margin: 50 10 10 10;
	float: left;
}
.floatcenter{
        margin-left: 250px;
	margin-top: 0px;
}