﻿body
{
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #ffffff;
	background-image: url('Images/bg.gif');
	background-repeat: repeat-x;
	min-width:1000px;
	line-height:1.5em;
}
a
{
	color:#fe7400;
}
a:hover
{
	color:#ba5500;
}
a, a:hover, a:focus { outline: 0 none; }
:-moz-any-link:focus {
  outline: none;
}

.pageHead
{
	background-image: url('Images/head.gif');
	background-repeat: repeat-x;
	height: 125px;
	clear:both;
	/*overflow:hidden;*/	
}
.pageHeadContent
{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:125px;
	background-image: url('Images/logo.gif');
	background-repeat:no-repeat;
	background-position: left top;
	clear:both;
	/*overflow:hidden;*/
}

.pageFooter
{
	height:35px;
	background-color:#fee87f;
	clear:both;
}
.pageFooterContent
{
	color:#555555;
	margin-left:auto;
	margin-right:auto;
	width:950px;
	clear:both;
	line-height:35px;
	padding: 0px 25px 0px 25px;
}

.pageContent
{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	clear:both;
}

.pageContentLeft
{
	padding: 25px 25px 25px 25px;
	width: 550px;
	float:left;
}
.articleSummary
{
	font-weight:bold;
	padding-bottom:15px;
}
.pageContentLeft h1
{
	font-size:16px;
	font-weight:bold;
}
.pageContentRight
{
	padding: 0px 0px 0px 0px;
	width: 375px;
	float:right;
}
.languageBox
{
	height:16px;
	float:right;
	clear:right;
	color:#555555;
}
.searchBox
{
	height:27px;
	float:right;
	clear:right;
	width:135px;
	padding-top:11px;
	padding-left:2px;
	background-image: url('Images/search.gif');
	background-repeat:no-repeat;
	background-position: left top;
	
}
.searchBox input
{
	border:0;
	background:none;
	height:15px;
	width:129px;
	font-size: 10px;
}
.menuBox
{
	clear:right;
	width:650px;
	height:30px;
	float:right;
}
.logoLink
{
	display:inline-block;
	width:250px;
	margin-left:50px;
	margin-top:16px;
	float:left;
	height:85px;
}
.box
{
	width:354px;
	float:right;
}
.boxTop
{
	background-position: center top;
	height: 7px;
	clear: both;
	background-image: url('Images/boxTop.gif');
	background-repeat: no-repeat;
}
.boxBottom
{
	background-position: center top;
	height: 5px;
	clear: both;
	background-image: url('Images/boxBottom.gif');
	background-repeat: no-repeat;
}
.boxBorder
{
	
	background-image: url('Images/boxBorder.gif');
	background-repeat:repeat-y;
	background-position: center top;
	padding-left:2px;
	padding-right:2px;
}
.boxLoop
{
	background-position: center top;
	background-image: url('Images/boxLoop.gif');
	background-repeat:repeat-x;
	background-color:#f8ba00;
	padding:10px;
}
.boxLoop h1
{
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: normal;
	font-family: 'Bookman Old Style', Garamond, 'Times New Roman' , Times, serif;
	padding-bottom:10px;
}
.news
{
	padding-left:10px;
}
.news h2
{
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:1em;
	line-height:2.0em;
}
.news h2 a
{
	font-weight:bold;	
	color:#ba5500;
	text-decoration:none;
}
.news h2 a:hover
{
	color:#fe7400;
}
.newsSeparator
{
	height:10px;
	clear:both;
	background-position:center center;
	background-image: url('Images/newsSeparator.png');
	margin-right:10px;
	background-repeat:no-repeat;
}
.linkBox
{
	padding-top:35px;
	width:354px;
	float:right;
	clear:both;
}
.linkBoxLeft
{
	width:340px;
	float:left;
	
}
.linkBoxRight
{
	width:170px;
	float:right;
}
.linkBox h1
{
	font-size:16px;
	font-weight:bold;
}
.linkBox a
{
	color:#767676;
	text-decoration:underline;
}
.linkBox a:hover
{
	color:#fe7400;/*#ba5500;*/
	text-decoration:underline;
}
.linkBox ul
{
	list-style-type:square;
	color:#767676;
	
}
.languageBox a
{
	color:#767676;
	text-decoration:none;
}
.languageBox a:hover
{
	color:#fe7400;
	text-decoration:none;
}
