/* TEXT*/


h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffcc00;
	margin: 0px 0px 3px;
	padding: 0px;
}




/* LAYOUT */


#back-logo
{
	width: 445px;
	height: 146px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(images/Logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/*#logo
{
	width: 314px;
	height: 111px;
	position: relative;
	left: 27px;
	top: 25px;
}*/


#back-contact
{
	width: 313px;
	height: 146px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(images/Back_ContactInfo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#text-contact
{
	width: 290px;
	height: 100px;
	position: relative;
	left: 10px;
	top: 47px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #ffffff;

}

#text-contact a:link, a:visited
{
	text-decoration: underline;
	color: #ffcc00;
}

#text-contact a:hover, a:active
{
	text-decoration: none;
	color: #fff;
}


#back-navigation
{
	width: 758px;
	height: 42px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(images/Back_Navigation.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#back-bodycontent
{
	width: 445px;
	height: 354px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(images/Back_BodyContent.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.headings
{
	position: relative;
	left: 0px;
	top: 10px;
}


#textarea
{
	width: 370px;
	height: 285px;
	position: relative;
	left: 20px;
	top: 27px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #ffffff;
	overflow: auto;
	margin-right: 15px;
	scrollbar-3dlight-color:#881105;
    scrollbar-arrow-color:#ffcc00;
    scrollbar-track-color: #e06011;
    scrollbar-darkshadow-color:#881105;
    scrollbar-face-color:#881105;
    scrollbar-highlight-color:#ffcc00;
    scrollbar-shadow-color:#881105;
}


#back-icons
{
	width: 758px;
	height: 128px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(images/Back_Icons.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#icons
{
	width: 450px;
	height: 81px;
	position: relative;
	left: 160px;
	top: 30px;
}



#back-bottomblue
{
	width: 758px;
	height: 56px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(images/BlueBar_Copyright.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


body{
	background-color: #fff;
	margin: 75px 0px 0px;
	padding: 0px;
	background-image: url(images/Background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
