
body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	background-color : #cccc99;
}

td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

div {	
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}

#pagetitle {
	font-size : 12pt;
	color : #333333;
	padding : 10px;
}

#contentcontainer {
	width : 718px;
	background-color : White;
	padding : 2px;
	text-align : left;
}

#navigation {
	background-color : #b51422;
	padding : 10px;
	text-align : center;
	color : White;
	font-size : 10pt;
	margin-bottom : 3px;
	width : 718px;
}

a.nav {
	color : White;
	text-decoration : none;
}

a.nav:hover {
	color : White;
	text-decoration : underline;
}

#footer {
	background-color : #b51422;
	padding : 10px;
	text-align : center;
	color : White;
	width : 718px;
	margin-top : 3px;
}

.hometable {
	border-top: 1px #ccc solid; 
	border-left: 1px #ccc solid;
	border-bottom: 1px #ccc solid; 
	border-right: 1px #ccc solid;
}

#seclevcontent {
	width : 600px;
	text-align : left;
	padding-right : 30px;
	padding-bottom : 30px;
}

a.prodnav {
	color : White;
	text-decoration : none;
}

#productcontentcontainter {
	paddding : 20px;
}