@charset "utf-8";

/* layout classes */

* {
	margin: 0;
	padding: 0;
}
html, body, #wrapper {
	height: 100%;
	text-align: center;
}
html {
	margin-bottom: 1px;
	overflow-y: scroll;
}
body {
	background-color: #fff;
	color: #333;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #099;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

#wrapper {

}
#page {
	margin: 0 auto;
	height: 100%;
	text-align: left;
	
	width: 800px;
}
table.page {
	background-color: #fff; /* scroll background workaround */
	height: 100%;
	width: 100%;
}
#headmenu {
	height: 100px;
	text-align: right;
}
#mainmenu {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#mainmenu table {
	height: 100%;
	width: 100%;
}
#primary, #secondary {
	width: 632px;
}
#primary {
	margin-top: 9px;
	padding-top: 3px;
}
#secondary {
	margin-bottom: 9px;
	padding-bottom: 3px;
}
#tertiary {
	
}
#logo {
	float: right;
	height: 50px; /* 68px */
	margin: 9px;
	text-align: right;
	width: 150px; /* 168px */
}
#staticmenu {
	float: left; 
	margin-top: 10px;
	width: 190px;
}
#content {
	/*margin-left: 200px;*/
	margin-top: 10px;
}
#foot {
	border-top: 1px dotted #333;
	line-height: 2em;
}