
html { height:100%; }

html, body, div, img, object {
	margin:0px;
	padding:0px;
}

body {
	background-image:url(images/background.jpg);
	height:100%;
}

#leftall {
	background-image:url(images/left_vert_all.jpg);
	position:absolute;
	left:0px;
	z-index:10;
	width:31px;
	height:100%;
}

#rightall {
	background-image:url(images/right_vert_all.jpg);
	position:absolute;
	right:0px;
	z-index:10;
	width:31px;
	height:100%;
}

#outerContainer {
	position:relative;
	width: 100%;
	min-height: 100%;
}

* html #outerContainer { height: 100%;  /*** originally in * html #mainContainer IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/ }

#mainContainer {
	background-image:url(images/main_background.jpg);
	position:relative;
	width: 988px;
	min-height: 100%;
	margin: 0 auto;
	margin-top:-271px;
}

* html #mainContainer { height: 100%;  /*** originally in * html #mainContainer IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/ }

#Header {
	position:relative;
	z-index:5;
	background-image:url(images/header_background.jpg);
	background-repeat:no-repeat;
	width: 988px;
	height: 271px;
	margin: 0 auto;
}

#Menu {
	padding-left: 120px;
	position:absolute;
	top:160px;
	color:#FFF;
}

#Menu a {
	/*padding-right:45px;*/
	padding-right:20px; }

#Menu a:visited {
	text-decoration: none;
	color: #FFF;
}

#Menu a:hover {
	color: #cccccc;
	text-decoration: underline;
}

#Menu a:active {
	text-decoration: none;
	color: #FFF;
}

#logo_home {
	position:absolute;
	width:230px;
	height:115px;
	top:35px;
	left:380px;
}

#BodyContent {
	position: relative;
	padding:271px 0px 110px 100px;
	margin: 0 auto;
	overflow:hidden;
}

#Uglies {
	position: relative;
	height:87px;
	margin:0 auto;
	bottom: 109px;
	left: 87px;
}

#Uglies_short {
	position: relative;
	height:87px;
	margin:0 auto;
	bottom: 109px;
	left: 87px;
}

#Left_Col {
	font-size:14px;
	width:570px;
	float:left;
	vertical-align:top;
	padding:0px 0px 20px 0px;
}

#Right_Col {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	width:200px;
	float:left;
	vertical-align:top;
	padding:0px 0px 20px 10px;
}

#Footer {
	position:relative;
	margin-top:-110px;
	height:110px;
	z-index:8;
	background-image:url(images/footerbk.jpg);
	background-repeat:repeat-x;
	font-size:14px;
}

#Footer_blurb {
	position:relative;
	top:50px;
	padding-top:4px;
	width:213px;
	height:40px;
	font-size:12px;
	background-image:url(images/footer_blurb.gif);
	background-repeat:no-repeat;
}

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#0f00a9;
	font-weight:bold;
	padding-bottom:10px;
	line-height:normal;
}

.feedformat {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

.feedformat a{
	font-weight:bold;
	color:#b8101d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}


#invisoGif {
	position:absolute;
	top:20px;
	left:25px;
	border:0px;
}
