/* CSS Document */

html * {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	background-color: #ffffff;
	color: #464646;
}

#pageHeader {
	height: 150px;
	width: 850px;
	margin: 0 auto 0 auto;
}
html>body #pageHeader {
	height: 130px;
}
#pageHeader h1 {
	float:left;
	width: 10px;
	text-indent: -1000px;
	margin: 0;
	padding: 0;
	
	background-image: url(../images/pageHeader.png);
	background-position: top left;
	background-repeat: no-repeat;
	
	height: 150px;
	width: 600px;
	position: relative;
	left: -50px;
}
#pageHeader #headerUserDetails {
	width: 200px;
	margin-left: 650px;
	padding-top: 10px;
	text-align: right;
}

#pageMenu {
	background-image: url(../images/pageMenuBg.png);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 20px solid #a90432;
	border-bottom: 1px solid #cedfed;
	
	color: #a90432;
}
#pageMenu ul {
	list-style: none;
	height: 30px;
	width: 850px;
	margin: 0 auto 0 auto;

	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
	line-height: 30px;
	vertical-align: middle;
	
	padding-left: 30px;
}

#pageMenu li {
	display: inline;
	
	background-image: url(../images/pageMenuBg.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-right: 40px;
}

a {
	text-decoration: none;
	color: #004b85;
}
a:hover {
	text-decoration: underline;
}

h2, h3, h4 {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-weight: bold;
	color: #a90432;
}
h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

p {
	line-height: 18px;
	margin-bottom: 10px;
}

#body {
	margin: 20px auto 0 auto;
	width: 850px;
}

#footer {
	clear: both;
	border-top:1px solid #004b85;
	padding: 5px 0 5px 30px;
}
p#copyright {
	width: 850px;
	margin: 3px auto 4px auto;
}
#footer .links {
	list-style: none;
	width: 850px;
	margin: 0 auto 0 auto;
}
#footer .links li {
	display: inline;
	margin: 0 20px 0 0;
}

thead {
	font-weight: bold;
}
