body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#666666;
}

#main {
	width: 900px;
	clear:both;
	text-align:left;
	margin:0px auto;
	position:relative;
}

#header {
	position:relative;
	width: 900px;
	height: 64px;
}

#logo {
	float: left;
	width: 228px;
	margin-top:17px;
}

#alliance {
	float: right;
	width: 186px;
	margin-top:17px;
}

#menu {
	position:relative;
	width: 900px;
	height: 46px;
}

#submenu {
	float: right;
	width: 550px;
	margin-top:20px;
	margin-right:10px;
	text-align: right;
	color:#4e4e4e;	
}

#submenu a{
	color:#999999;
}

#submenu a:hover{
	color:#326a7f;
	text-decoration: none;	
}

.space0 { 
	clear: left; 
	background: none; 
}

.space { 
	height:10px;
	clear: left; 
	background: none; 
}

.space20 { 
	height:20px;
	clear: left; 
	background: none; 
}

.space40 { 
	height:40px;
	clear: left; 
	background: none; 
}


.content {
	position:relative;
	width: 900px;
}

.contentHeader {
	position:relative;
	width: 900px;
	height:20px;
	border-bottom: 2px solid #e2e3e3;
}

.contentColumn {
	position:relative;
	padding-top:4px;
	width: 900px;
	height:20px;
	border-bottom: 2px solid #e2e3e3;
}

.contentColumn:hover {
	cursor: pointer;
	color:#44687d;
	background-color: #e2e3e3;
}

.column1 {
	display: inline;
	float: left;
	width: 130px;
	margin-left:10px;
	margin-right:10px;
}

.column2 {
	display: inline;
	float: left;
	width: 280px;
	margin-left:10px;
	margin-right:10px;
}

.internalcolumn2 {
	display: inline;
	float: left;
	width: 280px;
	margin-right:20px;
}

.internalcolumn3 {
	display: inline;
	float: left;
	width: 280px;
}

.column3 {
	display: inline;
	float: left;
	width: 430px;
	margin-left:10px;
	margin-right:10px;
}

.column4 {
	display: inline;
	float: left;
	width: 580px;
	margin-left:10px;
	margin-right:10px;
}

.column5 {
	display: inline;
	float: left;
	width: 730px;
	margin-left:10px;
	margin-right:10px;
}

.column6 {
	display: inline;
	float: left;
	width: 880px;
	margin-left:10px;
	margin-right:10px;	
}

#footer {
	position:relative;
	width: 900px;
	height: 40px;
	border-top: 2px solid #eaeae4;
}

#copyright {
	float: left;
	margin-left:10px;
	margin-top:10px;
	font-size: 10px;
	width: 228px;
}

#terms {
	float: right;
	margin-right:10px;
	margin-top:10px;
	font-size: 10px;
	width: 228px;
	text-align: right;	
}

#titleImage {
	height:42px;
	
}

#titleText {
	height:43px;
	border-bottom: 2px solid #e2e3e3;
}

.product {
	position:relative;
	width: 900px;
	height: 240px;
	border-bottom: 2px solid #e2e3e3;
}

.productInternal {
	height: 133px;
}


/**************************************
* Text
**************************************/

.pageTitle {
	font-size: 34px;
	line-height: 40px;
	color: #326a7f;
	padding-left:10px;
}

.headline {
	font-size: 18px;
	color: #333333;
}

.subhead {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color:#44687d;
}

a {
	color:#44687d;
	text-decoration: none;
}

a:hover {
	color:#333333;
	text-decoration: underline;
}

/**************************************
* Forms
**************************************/

form {
	margin: 0px;
	padding: 0px;
}

.newsinput {
	width: 120px;
	border: 1px solid #cccccc;
	color:#666666;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 12px;
}

.contactinput {
	width: 418px;
	border: 1px solid #cccccc;
	color:#666666;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 12px;
}

.contacttext {
	width:150px;
	float:left;
	padding-top: 4px;
}

.textarea{
	border: 1px solid #cccccc;
	width: 418px;
	color:#666666;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 5px;
	height: 200px;
	overflow: auto;
}


.submit {
	border: 1px solid #cccccc;
	color: #666;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 12px;
	background-color: #FFFFFF;
}