body {margin: 0;
padding: 0;
font-family: sans-serif;
font-size: 0.8em;
line-height: 1.4em}

div#header1 {
	padding: 0%;
	text-align: right;
	background-color: #f9551a;
	color: #595959;
	border-top-color: #595959;
	border-top-style: solid;
	border-top-width: 5px;
}

div#logbox {
	padding: 1%;
	background-color: #ffffff;
	color: #FFFFFF;
	position: absolute;
	top: 28px;
	width: 204px;
	text-align: center;
	height: 84px;
	left: 5px;
}

div#header {
	padding: 0%;
	text-align: center;
	background-color: #ffffff;
	color: #f9551a;
	border-bottom: #7b7b7b 1px;
	font-size: x-large;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	height: 100px;
	vertical-align: bottom;
	padding-top: 2%;
}

div#searchbox {
	position: absolute;
	top: 23px;
	width: 200px;
	text-align: center;
	height: 70px;
	right: 35px;
}

div#header2 {
	padding: 0%;
	background-color: #ffffff;
	color: #f9551a;
	border-bottom: solid #7b7b7b 2px;
	text-indent: 200px;
}

div#footer {
	padding: 1%;
	text-align: center;
	clear: both;
	background-color: #595959;
	color: #f9551a;
	border-top: #7b7b7b 1px;
	background-attachment: fixed;
}

div#maincontent {
	padding: 2%;
	text-align: justify;
	margin-right:  250px;
	margin-left:  178px;
	background-color: #ffffff;
	color: #7b7b7b;
	border-right: dashed #7b7b7b 1px;
	border-left: dashed #7b7b7b 1px;
	height: 150%;
	margin-bottom: 1%;
}

.buttonscontainer {width: 178px;}

.buttons a {color: #F9551A;
background-color: #FFFFFF;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #7B7B7B;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #7B7B7B;
color: #FFFFFF;
text-decoration: none;}

.logos a:hover {background-color: #FFFFFF;
text-decoration: none;}

.nav1 a:link {
color: #595959;
	}
	
.nav1 a:hover {
color: #FFFFFF;
}

a:link {
	color: #F9551A;
	font-weight: bold;
}

a:hover {
background-color: #7B7B7B;
color: #FFFFFF;
text-decoration: none;
}

div#leftcolumn {
	float: left;
	text-align: right;
	background-color: #ffffff;
	color: #f9551a;
	width: 160px;
}

div#rightcolumn {
	padding: 2%;
	float: right;
	background-color: #ffffff;
	color: #7b7b7b;
	width: 190px;
	text-align: center;
}

#rssBox{ /* The main box for the rss scroller */
		width:380px;
		margin:5px;
		float:none;
		height:240px;	
		border:1px solid #317082;
		padding:3px;
		font-size:1.0em;
		background-color:#E2EBED;

		
		/* Never change these two values */
		overflow:hidden;
		position:relative;	

	}		
	
	#rssBox .slide{	/* A specific slide */
		background-color:#E2EBED;	/* Light blue background color */
		
	}
	
	.rssBoxDate{
		display:none;	/* I don't want to show the date */
	}
	.rssBoxHeading{	/* Heading of RSS item */
		font-weight:bold;
		color:#317082;
		margin:0px;
	}
	.rssBoxDescription{	/* Description of RSS item */
	
	}	
	.rssBoxLink{	/* Read more link */
		color:#F00;
		text-decoration:none;
	}
	.rssBoxLink:hover{	/* Read more link - mouse over */
		text-decoration:underline;
	}
	img{
		border:0px;
	}

.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	line-height: normal;
}
.style7 {color: #3E3CFF}

