@charset "ISO-8859-1";
.no-repeat {
	background-repeat: no-repeat;
}


#container {
margin:0 auto;
text-align:left;
width:1200px;
margin-top:0px;
background-image:url(images/bg-long.gif);
}

a.link	{
	outline:none;
}

a.active	{
	outline:none;
}

a.hover	{
	outline:none;
}

.a:link {
	color: #ffffff;
	text-decoration: underline;
	outline:none;
}
.a:hover {
	color: #ffffff;
	text-decoration: underline;
	outline:none;

}
.a:visited {
    color: #ffffff;
	text-decoration: underline;
	outline:none;
}
.a:active {
	text-decoration: none;
	text-decoration: underline;
	outline:none;
}
.b:link {
	color: #333333;
	text-decoration: none;
}
.b:hover {
	color: #333333;
	text-decoration: underline;
}
.b:visited {
	text-decoration: none;
	color: #333333;
}
.b:active {
	text-decoration: none;
}


.h1 {
	color: #475c3f;
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
	padding-left:20px;
	padding-bottom:10px;
	
	
}

h2	{
	color:#333333;
	font-size:16px;
	font-weight:bold;
	margin:0;
	margin-left:-5px;
	padding:10px 0 10px 10px;
	background-color:#f0f1eb;
}

.contact {
	color: #51534c;
	font-family: Arial;
	font-size: 18px;
	text-align:right;
	padding-right:40px;
	
}

.tagline {
	color: #000000;
	font-family:"Century Gothic";
	font-style:italic;
	font-size: 24px;
	text-align:left;
	
}

.bodytext {
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	padding-right:10px;
	padding-left:10px;
}


.rightHeading {
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	text-align:center;
	text-transform:uppercase;
}


.rightText {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	padding-left:20px;
	padding-right:20px;
	font-weight: normal;
}


.footer {
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	
}

.footer2 {
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	line-height: 15px;
	
}

.copyright {
	color: #003366;
	font-family: Arial;
	font-size: 10px;
	text-align: center;
	
}

