html { font-size: 100%; }
body {
	/*background: #ffffff url('../images/background.jpg') top left repeat-x;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 70%;
	margin: 10px 0 0 0;
	padding: 0;
}
#header {
	/*background: transparent url('../images/header_bkgnd.png') center no-repeat;*/
	border: 0px solid #FF0000;
	height: 144px;
	margin: 0 auto 0 auto;
}
#headerbody {
	background-color: transparent;
	border: 0px solid #FF0000;
	width: 960px;
	height: 144px;
	margin: 0 auto 0 auto;
}
#menu {
	background-color: transparent;
	border: 0px solid #FF0000;
	height: 24px;
	margin: 0 auto 10px auto;
}
#menubody {
	background-color: transparent;
	border: 0px solid #FF0000;
	width: 960px;
	height: 24px;
	margin: 0 auto 0 auto;
}
#main {
	background-color: transparent;
	border: 0px solid #FF0000;
	height: 445px;
	margin: 0 auto 0 auto;
}
#mainbody {
	background-color: transparent;
	border: 0px solid #FF0000;
	width: 960px;
	height: 445px;
	margin: 0 auto 0 auto;
}
	#imagebox {
		position:relative;
		float:left;
		background-color: transparent;	
		border: 0px solid #FF0000;
		width: 270px;
		height: 445px;
		margin: 0 10px 0 0;
	}
	#textbox {
		position:relative;
		float:right;
		background: transparent url('../images/textbox_bk.png') top repeat-x;	
		/*background: transparent url('../images/textboxback.jpg') top repeat-x;*/
		border: 0px solid #FF0000;
		color:#000000;
		width: 680px;
		height: 280px;
		margin: 0 0 10px 0;
	}
	
	#newsbox {
		position:absolute;
		float:right;
		background-color: transparent;
		border: 0px solid #FF0000;
		width: 680px;
		height: 155px;
		margin: 0 0 0 0;
	}
		#newsboxintleft {
			position:relative;
			float:left;
			background: transparent url('../images/newsbox_bkl.png') top repeat-x;	
			border: 0px solid #FF0000;
			width: 485px;
			height: 155px;
			margin: 0 10px 0 0;
		}
		#newsboxintright {
			position:absolute;
			float:right;
			font-size: 10px;
			background: transparent url('../images/newsbox_bkr.png') top repeat-x;	
			border: 0px solid #FF0000;
			width: 185px;
			height: 155px;
			margin: -155px 0 0 775px;
		}
#footer {
	background-color: transparent;
	border: 0px solid #FF0000;
	height: 23px;
	margin: 10px auto 0 auto;
}
#footerbody {
	background-color: transparent;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width: 960px;
	height: 23px;
	margin: 0 auto 0 auto;
}
#textbox h1 {
	margin: 3px 0 0 8px;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
}
#textbox p {
	margin: 9px 0 0 8px;
	color: #ffffff;
	line-height: 1.2em;
}
#textbox div {
	margin: 10px 7px 0 0;
	overflow:auto;
	height:246px;
	scrollbar-face-color: #6f6f6f;
	scrollbar-shadow-color: #cccccc;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #6f6f6f;
	scrollbar-darkshadow-color: #6f6f6f;
	scrollbar-track-color: #6f6f6f;
	scrollbar-arrow-color: #cccccc;
}
#newsbox h1 {
	margin: 3px 0 0 8px;
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
}
#newsboxintleft div {
	margin: 10px 7px 0 8px;
	overflow:auto;
	height:121px;
	scrollbar-face-color: #bbbbbb;
	scrollbar-shadow-color: #6f6f6f;
	scrollbar-highlight-color: #6f6f6f;
	scrollbar-3dlight-color: #bbbbbb;
	scrollbar-darkshadow-color: #bbbbbb;
	scrollbar-track-color: #bbbbbb;
	scrollbar-arrow-color: #6f6f6f;
}
#newsboxintright p {
	margin: 9px 0 0 8px;
	line-height: 1.2em;
}
.boldheading{
	font-size: 1.1em;
	font-weight:bold;
}
#newsboxintleft a:link{
	padding: 0 8px 0 0;
	font-size: 1.1em;
	float:right;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}
#newsboxintleft a:hover{
	color: #000000;
	text-decoration:underline;

}
.button{
	font-size:10px;
	margin: 5px;
	border: #cccccc 1px solid;
	background-color: #999999;
	color: #ffffff;
	height:20px;
	width:75px;
	font-weight:normal; 
	cursor:hand;
}

a:link {color: #ffffff; text-decoration: underline}     /* unvisited link */
a:visited {color: #ffffff; text-decoration:underline}  /* visited link */
a:hover {text-decoration: underline}   /* mouse over link */
a:active {color: #ffffff; text-decoration:underline}   /* selected link */ 