BODY {
	font-family: Arial, Verdana, Helvetica, sans-serif ;
	color : #ffffff;
	font-size : 13px;
	width: 100%;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000000;	
	margin: 0px;	
}

p {
	margin: 10px 0 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}


#header{
	width: 1074px;
	background: url(images/logo.png) no-repeat;
	height: 300px;
}

#header2{ width: 1074px;
		 background: url(images/logo.png) no-repeat; height: 300px; }
		 
.textintro{ width: 638px; float: right; padding-top: 100px; padding-right: 60px; }



#border {
	width: 932px;
	
}


.bodycontent {
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	line-height: 1.5;
	font-family: "Lucida Console", Monaco, monospace;
}

.bodycontent3 {
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	background: url(images/logonew.png) no-repeat; }

.leftcontent {
	padding-top: 15px;
	padding-left: 40px;
	padding-right: 0px;
	text-align: justify;
	line-height: 1.5;
}

.imgborder {
	margin: 3px;
}

.tablepadding {
	margin-left: 10px;
}

.imgborder1 {
	border: 1px solid #ffffff;
}

.imgborderrightouter {
	border: 1px solid #ffffff;
	width:160px;
	margin-left: 5px;
	margin-bottom: 1px;
	text-align: center;
}

.imgborderleftouter {
	border: 1px solid #ffffff;
	width:160px;
	margin-right: 5px;
	margin-bottom: 1px;
	text-align: center;
}

.imgborderleft {
	margin-right: 5px;
	margin-bottom: 1px;
}

.tdmargin {
	padding-bottom: 8px;
}

.colored {
	color : #a5b088;
	font-size : 14px;
	font-weight: bold;
}

.smalltext {
	font-size : 10px;
}

h1 {
	color : #ffffff;
	font-size : 15px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

.h1Letter {
	color : #ffffff;
	font-size : 30px;
	padding-left: 0px;
	padding-top: 0px;
}

.headerswhite {
	color : #ffffff;
	font-size : 23px;
	padding-left: 0px;
	padding-top: 0px;
}


.bodyh1 {
	color : #ffffff;
	font-size : 14px;
	padding-left: 0px;
	padding-top: 0px;
	font-weight: bold;
}

.bodyh2 {
	color : #ffffff;
	font-size : 16px;
	padding-left: 0px;
	padding-top: 0px;
	font-weight: bold;
}

h2 {
	color : #ffffff;
	font-size : 12px;	
}

h3 {
	color: #ffffff;
	font-size : 14px;
	padding-bottom:1px;
}

hr {
	color: #ffffff;
}


A:LINK {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	color : #ffffff;
	font-size : 12px;	
	text-decoration :Underline;
}

A:ACTIVE {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	color : #ffffff;
	font-size : 12px;	
	text-decoration :Underline;
}
A:VISITED {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	color : #ffffff;
	font-size : 12px;	
	text-decoration :Underline ;
}
A:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	color : #ffffff;
	font-size : 12px;	
	text-decoration :None ;
}

.biglink{
	width: 500px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 0px;
	border-width: 0px;
}

.arrowgreen{
	width: 220px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 0px;
	border-width: 0px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 16px sans Arial, Helvetica, sans-serif;
	display: block;
	/* background: transparent url(images/arrowgreenx.gif) 100% 0; */
  	height: 17px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #000000;
}

.arrowgreen li a:hover{
	color: #ffffff;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #ebee0a;
	background-position: 100% -64px;
}

