body {
	text-align:center;
	background-image: url(images/stripeBackground.jpg);
	background-color: #ffffff;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;	
	color: #000000;	
	SCROLLBAR-FACE-COLOR: #000000; 
	SCROLLBAR-HIGHLIGHT-COLOR: #F68B1E; 
	SCROLLBAR-SHADOW-COLOR: #666666; 
	SCROLLBAR-3DLIGHT-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR:  #000000; 
	SCROLLBAR-TRACK-COLOR: #7d7d7d; 
	SCROLLBAR-DARKSHADOW-COLOR: #666666;
} 

#wrapper {
	width: 796px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	
	
}	
html>body #wrapper {
	width: 796px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	/*border: solid #000000;*/
}

#header {
	clear: both;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
#contentArea {	
	float: left;
	background-image:url(images/contentBackground.jpg);
	background-repeat: repeat-y;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;	
	text-align: left;	
}

td {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
a:link {text-decoration: none;
		color: #000000;	
		font-weight: bolder;
}
a:visited {text-decoration: none;
		color: #000000;
		font-weight: bolder;	
}
a:hover {text-decoration: underline;
		color:#ffffff;
		font-weight: bolder;
}
a:active {text-decoration: none;
		color:#000000;
		font-weight: bolder;
}
a.copyLink:link {color: #000000;}
a.copyLink:visited {color: #f68b1e;}
a.copyLink:hover {color: #f68b1e;}
a.copyLink:active {color: #000000;}
.footer_font
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	color: #000000;
	background-position: right;	
	text-align: left;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	color: #50CDF9;
	background-color: #FFFFFF;
	/*letter-spacing: .5em;*/
	font-weight: lighter;	
	text-align: left;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	/*color: #EF9421;*/
	color: #308CA1;
	background-color: #FFFFFF;
	/*letter-spacing: .5em;*/
	font-weight: lighter;	
	text-align: left;
}

