body {
	background-image:url(bg1b.gif);
	background-repeat:repeat-x;
	background-attachment: fixed;
	background-color:#555;
	margin:20px;
	padding:0;
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	color: #999;

}

h1 {
	font-size:20px;
	color:#eee;
	font-weight:bold;
	margin:0;
	padding-right:10px;
}

h2 {
	font-size:11px;
	color:#eee;
	margin:0;
	padding-right:10px;
	font-weight:normal;
}

h3 {
	font-size:16px;
	color:#a90000;
	font-weight:bold;
	margin:0;
	padding:20px 0 10px 10px;
	border-bottom:1px solid #666;
}

p {
	margin-top:10px;
	padding-bottom:5px;
	font-size:13px;
	line-height:1.5em;
	text-align:left;
}

.text {
	margin-top:5px;
	padding-bottom:5px;
	font-size:11px;
	line-height:1.5em;
}


.hometext {
	margin-top:8px;
	padding-bottom:5px;
	font-size:13px;

}

.menuitem {
	font-size:12px;
	color:#a90000;
	font-weight:bold;
}

a { text-decoration: none; color:#444;}
a:hover { text-decoration: none; color:#a90000;}


#bigred {
	margin:0 auto;
	width:780px;
	padding:10px;
	height:auto;
	background-color:#a90000;
	text-align:left;
}

#container {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:760px;
	padding:10px;
	height:auto;
	background-color:#FFF;
	text-align:left;
}

#banner {
	width:760px;
	height:180px;
	margin-bottom:10px;
}

#bannerLeft {
	width:150px;
	height:180px;
	margin-right:10px;
	float:left;
}

#bannerRight {
	width:587px;
	height:180px;
	background-color: #000;
	background:url(front2.jpg) no-repeat;
	float:left;	
	padding:10px 0 0 10px;
}


#content {
	background-color: white;
	height:100%;
	}

#leftColumn {
	float:left;
	margin-left: 5px;
	background-colour: black;

}

ul { 
	list-style-type: square;
	margin: 0px;
}
li {
	font-size:12px;
	font-weight:bold;
	line-height:1.5em;
}



a.menulink:link {
	display:block;
	width:160px;
	text-decoration:none;
	line-height:0.9em;
	color:#444;
}

a.menulink:visited {
	display:block;
	width:160px;
	text-decoration:none;
	line-height:0.9em;
	color:#444;
}


a.menulink:hover {
	color:#a90000;
}


#nav {
	margin:0;
	padding:6px 0 0 0;
	list-style:none;
	background-color: #a90000;
}

#nav a {
	display:block;
	font-size:11px;
	color:#eee;
	text-decoration:none;
	padding:12px 18px 12px 6px;
	width:120px;
	height:10px;
	border-left:6px solid #a90000;
	border-bottom:1px solid #666;
	background-color:#333;
	
}

#nav a:hover {
	background-color:#a90000;
	border-left:6px solid #000;
}

#leftColumnBottom {
	width:144px;
	background-color:#000;
	padding:110px 3px 0 3px;
	margin-bottom: 10px;

}

#rightColumn {
	float:left;
	width:540px;
	padding-left:60px;
	color:#666;
}

#clear {
	clear:both;
}

.date {
	font-size:10px;
	color:#999;
	font-weight:normal;
}

#copyright {
	text-align:center;
	padding-top:20px;
	font:9px Arial,Helvetica,sans-serif;
	color:#888;
}

#copyright a {
	text-decoration:none;
	color:#888;
}

#copyright a:hover {
	color:#fff;
}

/*SEARCH HIGHLIGHT COLOR*/
.highlight
{
	background: #DEFFA9;
}

/* RIGHTBOX AND LEFTBOX FOR TOOLBAR */
.leftbox {
 float: left;
 margin: 0.5em 1em 0 0;
 }

.rightbox {
 float: right;
 margin-left: 1em;
 margin-bottom: 0em;
 }




