*
{
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

body
{
	background-image: url(../img/bg.gif);
}

#pageBg
{
	position: absolute;
	background-image: url(../img/page-bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 360px;
	overflow: hidden;
}

#pageContainer
{
	position: absolute;
	z-index: 2;
}

#header
{
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	width: 884px;
	height: 238px;
}

#mainNavi
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #90950c;
	padding: 191px 0 0 43px;
}

#mainNavi a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #90950c;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 5px;
}

#mainNavi a:hover, #mainNavi a.navActive
{
	font-family: Arial, Helvetica, sans-serif;
	color: #51540a;
	text-decoration: none;	
}

#subNavi
{
	color: #ffffff;
	padding: 12px 0 0 49px;
}

#subNavi a
{
	text-decoration: none;
}

#mainContainer
{
	background-image: url(../img/main-bg.gif);
	background-repeat: repeat-y;
	width: 884px;
	min-height: 300px;
}

#mainContainerFooter
{
	background-image: url(../img/footer-bg.gif);
	background-repeat: no-repeat;
	width: 884px;
	height: 37px;
}

#mainContent
{
	width: 760px;
	margin-left: 39px;
	background-image: url(../img/content-bg.gif);
	background-repeat: repeat-x;
	min-height: 300px;
	padding: 20px;
}

h1
{
	font-size: 18px;
	font-weight: normal;
	color: #d9e01f;
	margin-bottom: 20px;
}

#team
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 20px 0 10px 0;
	border-bottom: 1px solid #a6a6a8;
}

a
{
	color: #d9e01f;
}

a:hover
{
	color: #eef099;
}

a.pdf
{
	padding: 3px 0 3px 25px;
	background-image: url(../img/icon_pdf.gif);
	background-repeat: no-repeat;
}

a.doc
{
	padding: 3px 0 3px 25px;
	background-image: url(../img/icon_word.gif);
	background-repeat: no-repeat;
}

a.xls
{
	padding: 3px 0 3px 25px;
	background-image: url(../img/icon_excel.gif);
	background-repeat: no-repeat;
}

a.pps
{
	padding: 3px 0 3px 25px;
	background-image: url(../img/icon_powerpoint.gif);
	background-repeat: no-repeat;
}

a.zip
{
	padding: 3px 0 3px 25px;
	background-image: url(../img/icon_zip.gif);
	background-repeat: no-repeat;
}

a.txt
{
	padding: 3px 0 3px 25px;
	background-image: url(../img/icon_document.gif);
	background-repeat: no-repeat;
}

hr
{
	color:#a6a6a8; 
	background-color:#a6a6a8; 
	height:1px; 
	border:0px;	
	margin: 15px 0;
}

.introText
{
	color: #d9e01f;
	margin-bottom: 20px;
}

#mainTextImages
{
	float: left;
	width: 500px;
	margin-right: 20px;
}

#mainImages
{
	float: right;
	width: 210px;
}

#mainImages img
{
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 5px;
}

.subTitle
{
	font-size: 14px;
	font-weight: bold;
	color: #d9e01f;
	margin-bottom: 10px;
}

#mainText .newsImage
{
	float: left;
	width: 230px;
}

#mainText .newsImage img
{
	background-color: #FFFFFF;
	padding: 5px;
}

#mainText .newsTextImage
{
	float: left;
	width: 300px;
}

#mainText .newsText
{
	width: 535px;
}

#mainText .teammember
{
	float: left;
	width: 370px;
	margin-right: 10px;
}

.clear
{
	clear: both;
}

#footer
{
	margin: 5px 0 20px 50px;
}

#footer a
{
	color: #999999;
	text-decoration: none;
}

#footer a:hover
{
	color: #666666;
	text-decoration: underline;
}

form, fieldset
{
	border: none;
}

#mainText input, #mainText textarea, #mainText select
{
	color: #000000;
}

#mainText input.norm
{
	width: 380px;
}

#mainText textarea.norm
{
	width: 380px;
	height: 200px;
}