/* COMMON/PAGE LAYOUT */
body {
	margin: 0;
	background: white;

	font-family: Verdana, sans-serif;
	font-size: 9pt;
	text-align: center;

	overflow: scroll;
}

img {
	border: 0;
}

#content {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

h2 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17pt;
	letter-spacing: -1px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	letter-spacing: -1px;
}

p,
li {
	line-height: 14pt;
	line-height: 16pt;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #3a659b;
	cursor: pointer;
}

a:hover {
	color: #6AADFE;
}

.clear {
	clear: both;
	border: 1px solid blue;
}

/* HEADER */
#header {
	height: 196px;
	overflow: hidden;
	background: url('../images/header.gif') no-repeat 0 -100px;
	border-bottom: 1px solid #ddd;
}

#header h1 {
	width: 240px;
	margin: 0;
	padding: 68px 0 0 0;
}

#header h1 a {
	display: block;
	height: 90px;
	text-decoration: none;
}

#header h1 a span {
	visibility: hidden;
}

#header #slogan {
	display: none;
}



/* FOOTER */
#footer {
	clear: both;
	height: 41px;
	background: url('../images/footer.gif') no-repeat;
	padding-bottom: 100px;
}



/* MAIN MENU */
#menu {
	list-style-type: none;
	margin: 4px 0 0 0;
	padding: 0;
}

#menu li {
	float: left;
	height: 18px;
	margin-right: 13px;
	padding: 4px 10px 20px 10px;
	overflow: hidden;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

#menu li a {
	text-decoration: none;
	border-bottom: 1px solid #cadcf0;
}

#menu li.selected {
	background: url('../images/menuBackground.gif');
}

#menu li.selected a {
	color: white;
	border: none;
}

/* SECTION MENU */
#sectionMenu li.selected {
	margin: 16px 0 16px 0;
	padding: 6px 0;
	font-weight: bold;
	background: url( '../images/sectionMenuBackground.gif' ) repeat-x #3a6296;
}

#sectionMenu li.selected a {
	color: white;
}


