body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 10px 0 0 0;
	padding: 0px;
	background:black;
}
a {
	color:#162C63;
	text-decoration:none;
}
a:hover {
	color:#162C63;
	text-decoration:underline;
}
.page{
	margin: 0px auto;
	width: 780px;
	height:auto;
	background-color:#FFFFFF;
	border-bottom:5px solid #FFFFFF;
	border-top:5px solid #FFFFFF;
}
.page .inner{
	margin:0px 5px 0px 5px;
	background-color:#cf0202;
	background-image:url(../../images/generic/bg-page.jpg);
	background-repeat:repeat-x;
}
.pageheader{
	width:770px;
	height:87px;
}
.container{
	float:left;
	width:770px;
	height:auto;
}
.pagecontent{
	float:left;
	width:550px;
	width/**/:/**/ 530px;
	height:auto;
	padding: 20px 15px 20px 15px;
	background-color:#FFFFFF;
	border-left: 1px ridge Black;
	border-right: 1px ridge Black;
}
.pagecontent_home{
	float:left;
	width:558px;
	height:auto;
	padding: 5px;

}
.fullpagecontent{
	width:770px;
	height:auto;
}
.pagefooter{
	clear:both;
	width:770px;
	height:40px;
}
.pagefooter_inner{
	padding:10px;
	text-align:center;
	color:#FFFFFF;
	background-color:#cf0302;
}
.logo {
	float:left;
}
.hsvlogo {
	float:right;
}