body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    font-family: tahoma;
    font-size: 100%;
    color: #333333;
    line-height: 17px;
}

#pageWrapper {
	width: 800px; /* fixed layout: width: 800px; */
	margin: 0 auto; /* fixed layout: margin: 25px auto; */
	padding: 0;
}

#header {
	position: relative;
	margin: 10px 0;
	height: 337px;
	background-image: url(../images/header_background.jpg);
	border-bottom: 1px solid #FFFFFF;
}

#header ul {
    margin: 0;
    padding: 115px 0 0 450px;
    list-style-type: none;
}

#header ul li {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#header ul li a {
	display: block;
	color: #666666;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}

#header ul li.link1 a {
	width: 105px;
	padding: 16px 0;
}

#header ul li.link2 a {
	width: 107px;
	padding: 16px 0;
}

#header ul li.link3 a {
	width: 101px;
	padding: 16px 0;
}

#header ul li.link4 a {
	width: 103px;
	padding: 16px 0;
}

#header ul li a:hover {
	color: #939393;
}

#textBox {
	position: absolute;
	top: 140px;
	left: 284px;
	width: 140px;
	height: 100px;
	font-size: 80%;
	color: #FFFFFF;
}

#main {
	border-bottom: 1px solid #C8C8C8;
}

#breadCrumb {
	padding: 6px 5px 5px 5px;
	font-size: 80%;
}

#leftColumn {
	float: left;
	width: 220px;
	margin-top: 5px;
	padding: 0px;
	font-size: 80%;
}

#content {
	float: left;
	width: 540px;
	margin-top: -10px;
	padding: 20px;
	font-size: 80%;
}

#footer {
	height: 30px;
	clear: both;
	padding: 16px 5px 0 5px;
	background: url(../images/footer_background.jpg) repeat-x;
	font-size: 80%;
}

h1 {
	color: #20277A;
	font-size: 160%;
	line-height: 20px;
	font-weight: normal;
}

h2 {
	color: #999999;
	font-size: 120%;	
	line-height: 25px;
	font-weight: normal;
}

h3 {
	font-size: 100%;
	line-height: 20px;
	font-weight: bold;
}

h2, h3, p, ul, ol {
	margin-bottom: 8px;
}

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

a:hover {
	text-decoration: none;
}

table {
	font-size: 100%;
}

form {
	margin: 0;
	padding: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.normalRed {
	color: #ED1C24;
}

.smallRed {
	color: #ED1C24;
	font-size: 95%;
}

.textBox {
	padding: 3px;
	border: 0;
}

.noBorder {
	border: none;
}

.adlinks {
	text-decoration: none;
	font-size: 8px;
}