html, body, th, td {
	font-family:  Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	line-height:16px;
}

#home {
	background-image:url(../images/header_backgroundHome.gif);
	background-repeat:repeat-x;
	background-color: #ffffff;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#internal {
	background-image:url(../images/header_backgroundInternal.gif);
	background-repeat:repeat-x;
	background-color: #ffffff;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

input, select, textarea {
	font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif, Verdana;
}

p {
	margin: 0px;
	padding: 2px 0px 5px 0px;
}

h1 	{
	color:#666666;
	font-size: 15px;
	line-height: 19px;
	margin: 0px;
	padding: 2px 0px 3px 0px;
}
		
h2 	{  
	color:#666666;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding: 2px 0px 3px 0px;
}
		
h3 	{  
	color:#666666;
	font-size: 13px;
	line-height: 17px;
	margin: 0px;
	padding: 2px 0px 3px 0px;
}
		
h4 	{  
	color:#666666;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 2px 0px 3px 0px;
}
		
h5 	{  
	color:#666666;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 2px 0px 3px 0px;
}
		
h6 	{  
	color:#666666;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 2px 0px 3px 0px;
}

ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}


a {
	color: #ff9900;
	text-decoration: none;
	border-bottom: none;
}

a:hover {
	color: #ff9900;
	text-decoration: none;
	border-bottom: 1px dashed #ff9900;
}
	
a.noborder {
	border-bottom: none;
	text-decoration: none;
}

/* Nav links */
/* Custom styles */

.snavlink {
		color:#000000;
		text-decoration: none;
		border-bottom: none;
}

.snavlink:hover {
		color:#000000;
		text-decoration: none;
		border-bottom: none;
}

.snavlinkcurrent {
		color:#000000;
		font-weight:bold;
		text-decoration: none;
		border-bottom: none;
}

.snavlinkcurrent:hover {
		color:#000000;
		text-decoration: none;
		border-bottom: none;
}

/* POSITION LAYERS */

#PageFrame {
	overflow: visible;
	visibility: visible;
	width:760px;
	text-align:left;
	background-color:#FFFFFF;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

/*
	background-image:url(../images/string_tile.jpg);
	background-repeat:repeat-x;
*/

#HeaderLayerHome {
	overflow: hidden;
	visibility: visible;
	clear:both;
	vertical-align:baseline;
	text-align:left;
	width:760px;
	height:330px;
	background-color:#FFF;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#HeaderLayerInternal {
	overflow: hidden;
	visibility: visible;
	clear:both;
	vertical-align:baseline;
	text-align:left;
	width:760px;
	height:145px;
	
	margin: 0px auto 0px auto;
	padding: 0px;
}

#LogoLayer {
	overflow: hidden;
	visibility: visible;
	width:760px;
	height: 100px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#BannerLayer {
	overflow: hidden;
	visibility: visible;
	width:760px;
	height: 180px;
	float:left;
	background-color:#141414;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#PnavLayer {
	overflow: visible;
	visibility: visible;
	height: 30px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
	#PnavLayer a {
			text-decoration: none;
			border-bottom:none;
	}
	
	#PnavLayer a:hover {
			text-decoration: none;
			border-bottom:none;
	}

#FlashContent {
	width:275px;
	text-align:left;
	float:left;
	vertical-align:top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#TextLayer {
	width:420px;
	text-align:left;
	vertical-align:top;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	float:left;
}

#TextContent {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

#FooterLayer {
	overflow: hidden;
	visibility: visible;
	clear:both;
	vertical-align:baseline;
	text-align:center;
	width:940px;
	background-color:#FFFFFF;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 20px;
}

/* Internal stuff */

#IntPageFrame {
	overflow: visible;
	visibility: visible;
	width:960px;
	text-align:left;
	background-color:#FFFFFF;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#SnavLayer {
	overflow: visible;
	visibility: visible;
	text-align:right;
	width:260px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
}
	
	#SnavLayer td {
		text-align:right;
	}

	#SnavLayer a {
			text-decoration: none;
			border-bottom:none;
	}
	
	#SnavLayer a:hover {
			text-decoration: none;
			border-bottom:none;
	}

#IntTextLayer {
	width:440px;
	text-align:left;
	vertical-align:top;
	margin: 0px 0px 0px 350px;
	padding: 0px 0px 0px 0px;
}

