body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	margin: 0px;
	padding: 0px;
	background:url(../../images/generic/bg-header.jpg) center top repeat-x;
}
a {
	color:#444444;
	text-decoration:none;
}
a:hover {
	color:#444444;
	text-decoration:underline;
}
.page{
	margin: 0px auto;
	width: 960px;
}
.pageheader{
	width:960px;
	height:100px;
}
.logo {
	margin:20px 0 0 0;
	width:288px;
	float:left;
}
.pageheader_right {
	float:right;
	text-align:right;
	width:650px;
	height:auto;
}
.pageheader_search {
	color:#FFFFFF;
	margin-top:20px;
	height:23px;
}
.pageheader_search .inputfield {
	height:12px;
	width:150px;
	background-image: url(../../images/generic/inputFieldBack.gif);
	background-repeat: repeat-x;
}
.container{
	float:left;
	width:960px;
	height:auto;
	background:#FFFFFF;
}
.pagecontent{
	float:left;
	width:590px;
	height:auto;
	background:url(../../images/generic/bg_line_vertical_middle.gif) repeat-y;
}
.pagecontent-wide{
	float:right;
	width:775px;
	height:auto;
	background:url(../../images/generic/bg_line_vertical_middle_w.gif) repeat-y;
}
.pagecontent_inner {
	padding:12px 12px 0 12px;
}
.fullpagecontent{
	width:960px;
	height:auto;
}
.pagefooter{
	clear:both;
	width:960px;
	background:#FFFFFF;
	padding-top:40px;
	padding-bottom:20px;
}
.copyright {
	float:left;
	width:400px;
}
.pagefooter_link {
	float:right;
	width:500px;
	text-align:right;
}
