/* Template 6 */
body {
text-align: center;
margin: 10px;
padding: 0;
border: 0;	
background: #fff url(/d/i/offwhitestripes.gif) top left repeat;
color: #333;
font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
font-size: 11px;

}

h1#pgtitle {
font-size: 24px;
text-transform: uppercase;
font-style: italic;
color: #EAEAEA;
padding: 0;
margin: 76px 0 0 30px;
}
/*html>body h1#pgtitle {
	Correct value for browsers that don't suffer from IE Win's bugs 
	margin: 136px 0 0 30px;
	}*/

img {
border: 0;
padding: 0;
margin: 5px;
}

/********** Primary Layout Divisions **********/
#wrapper {
background: #FFF;
width: 800px;
margin: 0 auto;	
padding: 0;
}
#header {
width: 800px;
height: 200px;
padding: 0;
}
/* #header Divisions */
	#banner {
	background: transparent url(images/bg_banner.jpg) no-repeat;
	width: 590px;
	height: 200px;
	margin: 0 2px 0 0;
	float: left;
	}
	/* #banner Divisions */
		#menu {
		width: 590px;
		height: 100px;
		overflow: hidden;
		}
		#title {
		width: 590px;
		height: 100px;
		overflow: hidden;
		text-align: left;
		}	
	#logo {
	background: transparent url(images/bg_logo.jpg) no-repeat;
	width: 207px;
	height: 200px;
	float: left;
	}

#body {
padding: 0;
width: 800px;
margin-top: 3px;
}
/* #body Divisions */
	#content {
	background: #DEDEDE;
	width: 570px;
	padding: 10px;
	height: 300px;
	text-align: left;
	float: left;
	}
	html>body div#content {
		height: auto;
		min-height: 300px;
		}
	#news {
	background: #FFF;
	width: 187px;
	height: 300px;
	text-align: left;
	padding: 10px;
	float: left;
	}
	html>body div#news {
		height: auto;
		min-height: 300px;
		}
	
#footer {
width: 760px;
height: 40px;
background: transparent url(images/bg_footer.jpg) no-repeat;
padding: 20px 0 0 40px;
clear: both;
}

/********** Global Navigation **********/
#menulist {
margin: 0;
height: 40px;
}

#menulist li {
margin: 0;
list-style: none;
}

#menulist li#one a {
background: transparent url(images/bg_nav1.jpg) no-repeat;
width: 115px;
height: 33px;
padding: 7px 0 0 0;
margin: 0 2px 0 0;
color: #FFF;
text-decoration: none;
display: block;
text-align: center;
position: relative;
top: 0;
left: -236px;
}
html>body div#banner #menulist li#one a {
		/*Correct value for browsers that don't suffer from IE Win's bugs*/
		left: -40px;
		}
		
#menulist li#two a {
background: transparent url(images/bg_nav2.jpg) no-repeat;
width: 115px;
height: 33px;
padding: 7px 0 0 0;
margin: 0 2px 0 0;
color: #FFF;
text-decoration: none;
display: block;
text-align: center;
position: relative;
top: -40px;
left: -117px;
}
html>body div#banner #menulist li#two a {
		/* Correct value for browsers that don't suffer from IE Win's bugs */
		left: 79px;
		}

#menulist li#three a {
background: transparent url(images/bg_nav3.jpg) no-repeat;
width: 115px;
height: 33px;
padding: 7px 0 0 0;
margin: 0 2px 0 0;
color: #FFF;
text-decoration: none;
display: block;
text-align: center;
position: relative;
top: -80px;
left: 2px;
}
html>body div#banner #menulist li#three a {
		/* Correct value for browsers that don't suffer from IE Win's bugs */
		left: 198px;
		}

#menulist li#four a {
background: transparent url(images/bg_nav4.jpg) no-repeat;
width: 115px;
height: 33px;
padding: 7px 0 0 0;
margin: 0 2px 0 0;
color: #FFF;
text-decoration: none;
display: block;
text-align: center;
position: relative;
top: -120px;
left: 121px;
}
html>body div#banner #menulist li#four a {
		/* Correct value for browsers that don't suffer from IE Win's bugs */
		left: 317px;
		}

#menulist li#five a {
background: transparent url(images/bg_nav5.jpg) no-repeat;
width: 115px;
height: 33px;
padding: 7px 0 0 0;
margin: 0;
color: #FFF;
text-decoration: none;
display: block;
text-align: center;
position: relative;
top: -160px;
left: 238px;
}
html>body div#banner #menulist li#five a {
		/* Correct value for browsers that don't suffer from IE Win's bugs */
		left: 435px;
		}

#menulist li#one a:hover, #menulist li#two a:hover, #menulist li#three a:hover,
#menulist li#four a:hover, #menulist li#five a:hover {
font-weight: bold;
}

/********** Copyright CSS for Rex Media **********/
#copy {
width: 785px;
height: 20px;
background: transparent;
padding: 5px 15px 0 0;
text-align: right;
position: relative;
top: 0px;
left: 0px;
}
p#copyrightinfo {
padding: 0;
margin: 0;
}
a#copyright:link, a#copyright:visited {
color: #000;
}
a#copyright:hover {
color: #D50101;
}