body {
	
	background-color: #FFFFFF;
	margin:20px;
	padding:0px;
	font:12px verdana, arial, helvetica, sans-serif;
	}

.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 200px 10px 130px;
	border:1px solid black; /* Main Content Border */
	background-color: #FAFAF0;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#navAlpha {
	margin-top:132px;
	position:absolute;
	width:120px;
	top:20px;
	left:20px;
	border:1px solid black; /* Left Nav Content Border */
	background-color:white; /* Left Nav Content Background Colour */
	background-color: #FAFAF0; 
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:120px;}
		
#navBeta {
	margin-top:132px;
	position:absolute;
	width:190px;
	top:20px;
	right:20px;
	border:1px solid black; /* Right Nav Content Border */
	background-color: #FAFAF0; 
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}

#navBeta a {
	color:#000000;
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}


/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}

.header>p {margin:0px;}
.header>p+p {text-indent:30px;}
.header {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 0px 10px 0px;
	border:1px solid black;
	background-color:white;
	height:120px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	background: #f58020;
	}

.header img
{
	height:120px;
}

#footer
{
	text-align: center; 
	text-decoration: none;
	font-size:12px/14px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:300;
}

#coverphoto img
{
	width:120px;
}

#rightnav
{
	padding-top: 10px;
	width:100%;
}


#rightnav a
{
	color: #f58020;
	text-decoration: none;
	font-size:12px/14px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:300;
}

#rightnav a:hover
{
	text-decoration: underline;
}

#story
{
	padding-top:5px;
	text-align:justify;
	padding-left:5px;
	padding-right:5px;
	text-decoration: none;
	font-size:12px/14px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:300;
	overflow:hidden;
	color: #000000;
}

#story a
{
	text-align:justify;
	text-decoration: none;
	font-size:12px/14px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	color: #F58020; 
}

#story a:visited
{
	text-align:justify;
	text-decoration: none;
	font-size:12px/14px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	color: #053679; 
}

#photo
{
	float:left; 
	padding-right:5px;
}

#photo img
{
	width:100px;
	float: left; 
}

#storypagephoto
{
	float:left; 
	padding-right:5px;
}

#storypagephoto img
{
	width:200px;
	float: left; 
}

#advert img
{
	width: 95%;
}


#navlist 
{
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Verdana, sans-serif;
	font-size: 18px;
}

#navlist a, #navlist a:visited
{
	display: block;
	padding: 2px 2px 2px 24px;
	background-color: #E6EDF1;
	background-image:  url(images/struc/newslight.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #F58020; 
	text-decoration: none;	
	border-bottom: 1px solid #D2DFE6;
}

#navlist a:hover 
{
	background-color: #5D8FA1;
	background-image:  url(images/struc/newslighton.gif);
	color: #E6EDF1; /* set the hover colour of top left navigation links*/
}

#navlist2 
{
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#heading
{
	margin:0; 
	margin-bottom: 3px; 
	text-decoration: none; 
	color:#000000;
	font-family: Arial, Sans-Serif; 
	font-size:18px; 
	font-weight: bold;		
	text-align:left;
}

#heading a, #heading a:visited
{
	margin:0; 
	margin-bottom: 3px; 
	text-decoration: none; 
	font-family: Arial, Sans-Serif; 
	font-size:18px; 
	font-weight: bold;		
	text-align:left;
	color:#000000;
}

#fheading
{
	margin:0; 
	margin-bottom: 3px; 
	text-decoration: none; 
	font-family: Arial, Sans-Serif; 
	font-size:24px; 
	font-weight: bold;		
	text-align:left;
	color:#FF0000;
}


#fheading a, #fheading a:visited
{
	margin:0; 
	margin-bottom: 3px; 
	text-decoration: none; 
	font-family: Arial, Sans-Serif; 
	font-size:24px; 
	font-weight: bold;		
	text-align:left;
	color:#000000;
}