﻿body {
	background:#dc7301;
}
.header {
	margin-top:30px;
	}
h1 {
	font-family:Lynda;
	font-size:52px;
	text-align:center;
	color:#003300;
}
h2 {
	color: white;
	text-align: left;
	font-size: 36px
}
	
.page {
		max-width:1024px;
	font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
	}			
p {
	color: #FFFFFF;
	font-size: 20px;
	line-height:24px;
	text-align:left;
}
.alloy_tab_data {
	padding:10px;
	color:white;
	font-size:24px;
	border-bottom:3px;
	border-left:3px;
	border-left-style:solid;
	border-left-color:white;
	border-bottom-color:white;
	border-bottom-style:solid;
	background-color:#003300;
	line-height:28px;
	vertical-align:top;
}

.nav {
	margin-top:20px;
	float: left;
	width: 155px;
	margin-left:20px
 }
.navcaptions {
	width:100px;
	font-weight:bold;
	font-family:Lynda;
	vertical-align:top;
	color:#003300;
	text-decoration:none;
	line-height:14px;
	padding-top:5px;	
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	background:	green;
}


.content {
	float:left;
	text-align:left;
	font-size:16px;
	margin-left:10px;
	width:740px
	}
