* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	background: #F3F1E5 top center no-repeat url("images/TopBG.png");
}

a, a:visited, a:active {
	color: #4F98B2;
	font-style: none;
}

a:hover {
	font-style: underlined;
}
img.imgright {
	float: right;
	margin: 0 2px;
}
img#toplogo {
	float: left;
	margin: 45px 0 10px 45px;
}
div#top {
	margin: 0 auto;
	width: 750px;
	height: 105px;
}
div.box {
	margin: 0 auto;
	width: 750px;
	background-color: #FFF;
	border: 1px solid #CBCBCB;
}
div.boxinner {
	margin: 12px;
	overflow: hidden;
}
div#boxtop {
	margin: 0 auto;
	width: 750px;
	height: 9px;
	background: #F3F1E5 bottom center no-repeat url("images/BoxTop.png");
}
div#boxbottom {
	margin: 0 auto;
	width: 750px;
	height: 9px;
	background: #F3F1E5 top center no-repeat url("images/BoxBottom.png");
}
div#footer {
	margin: 10px auto;
	width: 750px;
	color: #999;
	font-size: 10px;
}