html, body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	margin:0;
   	padding:0;
   	height:100%;
	}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

A,A:LINK,A:FOCUS,A:VISITED {
	color : #000000;
	font-size : 10px;
	text-decoration : none;
	
}
A:ACTIVE {
	color : #000000;
	text-decoration:none;
	
}

A:HOVER {
	color : #333333;
	text-decoration:none;	
}

INPUT, SELECT {
	color : #000000;
	font-size : 12px;
	border : 1px solid Black;
}

TEXTAREA {
	color : #000000;
	font-size : 10px;
	border : 1px solid Black;
}
HR {
	height : 1px;
}
H1 {
	font-size : 16px;
}
H2 {
	font-size : 16px;
}
H3 {
	font-size : 18px;
}
H4 {
	color:#c8acc9;
	font-size : 25px;
	margin:0;
}
.style1 {font-weight: bold}

#content {		
	overflow:auto;
	padding-left:60px;
	padding-right:60px;
	padding-bottom: 170px;
}

#content A,A:LINK,A:FOCUS,A:VISITED {
	color : #000000;
	font-size : 10px;
	text-decoration : none;
	
}
#content A:ACTIVE {
	color : #000000;
	text-decoration:none;
	
}

#content A:HOVER {
	color : #cccccc;
}


#centerContent {
text-align:center;
}


#container {
   min-height:100%;
   position:relative;
}
#header {
   padding:10px;
}
/*Footer */
	
#footer {
	background:url(../../images/FooterBG.jpg) repeat;
	position: relative;
	margin-top: -153px; /* negative value of footer height */
	height: 153px;
	width:100%;
	clear:both;
	bottom:0;
	text-align:right;
	font-size:10px;
	color:#e6e6e6;
}

#footer A,A:LINK,A:FOCUS,A:VISITED {
	color : #e6e6e6;
	font-size : 10px;
	text-decoration : none;
	
}
#footer A:ACTIVE {
	color : #e6e6e6;
	text-decoration:none;
	
}

#footer A:HOVER {
	color : #c8acc9;
	text-decoration:none;	
}
/*Footer */



#siteRequirements
{
font-size:10px;
color:#000000;
width:200px;
text-align:right;
}
#hiddenContent
{
position: absolute;
left: -9999px;
}

