body {
	margin: 0px auto;
	padding: 0;
	background: #383838 url('images/gray_bg.gif') repeat top left;
	font: 11pt Arial, sans-serif;
	color: #262626;
	line-height: 25px;
}

@font-face {
    font-family: 'TeXGyreAdventorBold';
    src: url('texgyreadventor-bold-webfont.eot');
    src: url('texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('texgyreadventor-bold-webfont.woff') format('woff'),
         url('texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1 {
	font: normal 17pt 'TeXGyreAdventorBold', 'Trebuchet MS', Verdana, sans-serif;
	line-height: 30px;
	color: #872702;
	padding: 4px 40px 0 40px;
	text-align:center;
}

a:link {color: #872702;}
a:visited {color: #872702;}
a:hover {text-decoration: none; color: #9b2501;}
a:active {text-decoration: none; color: #9b2501;}

#container {
	background: #fff url('images/blue_bg.gif') repeat-x top left;
	padding: 172px 0 50px 0;
	width: 100%;
	min-width: 1049px;
}

#banner {
	margin: 0px auto;
	width: 1049px;
	height: 225px;
	z-index:3;
	margin-top: -107px;
	position: relative;
}

#bannerLogo  {
	width: 267px;
	height: 79px;
	position: absolute;
	top: 52px;
	left: 225px;
	z-index: 20;
}

#bannerLeft {
	float: left;
	width: 21px;
	height: 51px;
	background: transparent url('images/banner_top_left.png') no-repeat top left;
}

#bannerRight {
	float: left;
	width: 803px;
	height: 51px;
	background-color: #fff;
}

#bannerTopRight {
	float: left;
	width: 225px;
	height: 51px;
	background: transparent url('images/banner_top_right.png') no-repeat top right;
}

#bannerBottom {
	width: 1049px;
	height: 174px;
	background: transparent url('images/banner_bottom.jpg') no-repeat top left;
	clear: both;
}

#content {
	margin: 0px auto;
	width: 950px;
	overflow:auto;
}

#bracketContent {
	width: 950px; 
	height: 69px; 
	margin: 50px 0px 30px 0px; 
	clear:both;
}

#bracketLeft {
	background: transparent url('images/bracket_left.png') no-repeat top left; 
	float: left; 
	width:23px; 
	height: 69px;
}

#bracketRight {
	background: transparent url('images/bracket_right.png') no-repeat top right; 
	float: right; 
	width:23px; 
	height: 69px;
}

#contentLeft {
	width: 500px;
	float: left;
}

#contentRight {
	width: 415px; 
	float: right; 
	background: #872702 url('images/gears_bg.png') no-repeat top right; 
	margin-top: 15px; 
	position: relative;
}

#redBox {
	background: #872702 url('images/gear_red_bg.png') repeat-x bottom left;
	color: #fff; 
	width: 253px; 
	margin: 0; 
	padding: 26px 0px 2px 40px;
}

ul#listBox {
	margin: 0;
	padding: 0;
}

ul#listBox li {
	padding-bottom: 24px;
	font: normal 12pt 'TeXGyreAdventorRegular', 'Trebuchet MS', Verdana, sans-serif;
}

#CornerTopLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:5;
	width: 22px; 
	height: 22px;
	background: transparent url('images/corner_top_left.png') no-repeat top left;
}
* html #CornerTopLeft {
	background-image: none;
}

#CornerTopRight {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index:5;
	width: 22px; 
	height: 22px;
	background: transparent url('images/corner_top_right.png') no-repeat top right;
}
* html #CornerTopRight {
	background-image: none;
}

#CornerBottomLeft {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index:5;
	width: 22px; 
	height: 22px;
	background: transparent url('images/corner_bottom_left.png') no-repeat bottom left;
}
* html #CornerBottomLeft {
	background-image: none;
}

#CornerBottomRight {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index:5;
	width: 22px; 
	height: 22px;
	background: transparent url('images/corner_bottom_right.png') no-repeat bottom right;
}
* html #CornerBottomRight {
	background-image: none;
}