@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;	
	margin: 0px;
	padding: 0px;
}
body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

#headerWrapper {
	height: 65px;
	vertical-align: middle;
}

#logoWrapper {
	float: left;
	width: 175px;
	height: inherit;
}

#menuWrapper {
	float: right;
	height: inherit;
	visibility: hidden;
}

#contentWrapper {

}

#pageTitleWrapper {
	float: left;
	width: 100%;
	color: #CCCCCC;
	font-size: 2em;
	border-bottom: 2px ridge #CCCCCC;
	padding: 5px 0px;
}

#contentInnerWrapper {
	float: left;
	width: 100%;
	padding: 2em;
}

#footerWrapper {
	height: 65px;
}


a:link, a:visited, a:active {
	color: #336699;
	text-decoration: underline;
}

a:hover {
	color: #339933;
	text-decoration: none;
}

h3 {
	font-size: 16pt;
	color: #003366;
	border-bottom: 1px solid #339933;
}

img {
	border: none;
}

input, button, textarea, select, option {
	border: #CCCCCC 1px solid;
	background-color: #E0E0E0;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form {
	padding: 0px;
	margin: 0px;
}
