/* default font size*/
@import url(x-small.css);

/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd	{
	font-family:	 Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	line-height: 140%;
	text-align: justify;
	margin-right: 6em;
	margin-left: 6em;
	color: #666666;
}
/*--------------------------------- Default -----------------------------------------------*/
h1 {
	font-size: 130%;
	font-weight: bold;
	margin-right: 1em;
	margin-left: 1em;
	color: #102A89;
}

h2 {
	font-size: 100%;
	margin-right: 1em;
	margin-left: 1em;
	font-weight: bold;
	color: #102A89;
}
body {

/*	background-image:  url(../images/bg.jpg);
	background-repeat: repeat-x;background-color: #767A47;
	*/
	background-color: #B4AD90;
	/*background-color: #7b7457;*/
	margin-top: 5px;
	margin-bottom: 5px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px;
}
#container {
	width:880px;
	margin:0 auto 0 auto;
	background-color: #FFFFEB;
	border: 1px solid #1F1C1D;

}
#header{
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(../images/banner3.jpg);
	height:150px;
}
#header h1{
	color: #102A89;
	margin-left: 20px;
	font-size:24px;
}
#header p{
	color: #FFFFEB;
	font-size: 12px;
	margin: 20px;
	text-align: right;

	
}
#main{
	background-image: url(../images/side.jpg);
	background-repeat: repeat-y;
	padding-left: 100px;
	margin-top: -13px;
}

#menu {

	background-color: #A4A872;
	width: 880px;
	height:23px;

}

.floatr {
	/*clear:both;*/
	float: right;
	border: 1px solid #362E2C;
	/*margin: 10px 30px;*/
	margin-left: 2em;
}
.float {
	/*clear:both;*/
	float: left;
	border: 1px solid #362E2C;
	/*margin: 10px 30px;*/
	margin-right: 2em;
}

a:link {
	color: #889DD5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #889DD5;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #889DD5; 
}
#footer {
	clear: both;
	border-top:1px solid #1F1C1D;
	background-color: #606A38;
	margin-top:-13px;	
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #cccccc;
	text-decoration: none;
	/*font-size:80%;*/
}
#footer a:hover {
	text-decoration: none;
	color: #B9BB79;
	/*font-size:80%;*/

}
#footer p {
	color: #f1f1f1;
	font-weight:normal;
	font-size: 80%;
}
.centre {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.imgcentre {
	text-align:center;
}

.indent {
	margin-left: 20px;
}
.newspics {
	float:right;
	margin-left: 10px;
	width: 310px;
}
.highlight {
	background-color:#f6fbfe;

}
#rightcol {
	float: right;
	margin: 10px;
	width: 200px;
	background-color:#EDF4FD;
}
#container #main table tr td p {
	margin-right: 2px;
	margin-left: 2px;
}
