html {
	height:100%;
}

body {
	margin:0;
	background-color:#EEEEEE;
	width:100%;
}

body, td, p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link { color:#2a64d1; text-decoration:none; }
a:visited {  }
a:hover { text-decoration:underline; color:#993333; }
a:active {  }

h1 {
	font-size:24px;
	font-weight:bold;
	color:#993333;
}

h2 {
	font-size:18px;
	font-weight:bold;
	color:#2a64d1;
	margin-bottom:2px;
}

h3 {
	font-size:14px;
	margin-bottom:2px;
}

#wrapper {
	width:967px;
	margin:0 auto 0 auto;
	background-image:url('images/pageBackground.gif');
}

#container {
	width:960px;
	padding-left:1px;
}

#header {
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
	width:960px;
	height:150px;
}

#navbar {
	background-image:url('images/navbar.gif');
	background-repeat:no-repeat;
	width:100%;
	height:40px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:11px 0 0 10px;
	margin:0;
}

#navbar a:link { color:#333333; }
#navbar a:hover { color:#FFFFFF; }

#content {
	padding:0 20px 20px 20px;
}

#footer {
	width:100%;
	text-align:center;
}

#pageBottom {
	background-image:url('images/pageFooter.gif');
	background-repeat:no-repeat;
	background-position:top center;
	height:26px;
	width:100%;
}

.small {
	font-size:11px;
}

.right {
	float:right;
}

.clear {
	clear:both;
}