/* Layout Stylesheet */ 
body{	
	font-family: Arial,sans-serif;
	text-align:center;
	color: #999999;
	line-height: 1.166;	
	margin: 20px;
	padding: 0px;
	background: #330033 url("../images/bg_grad_colour.jpg");
	background-repeat:repeat-x;
}

/************** outer styles ****************/
#outer {
	text-align:left;
	border:1px solid #CC00CC;
	width:750px;
	margin:auto;
	background:#000000;
}
/************** header styles ****************/
#hdr {
	height:60px;
	background:#666666;
	color: #333333;
	background: url("../images/logo.gif");
	border-bottom:1px solid #999999;
}
/************** utility styles *****************/
#utility{
	position:relative;
	top: 25px;
	font: 75% Verdana,sans-serif;
	float:right;
	margin:0px 5px;
	color: #919999;
}
#utility a{
	color: #CC66CC;
}
#utility a:hover{
	text-decoration: underline;
}	
#pageNav{	
	float: left;
	width: 178px;
	padding: 0px;
	background-color: #F5f7f7;
	font: small Verdana,sans-serif;
}
/************ sectionLinks styles **************/
#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #999999;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-bottom: 1px solid #999999;
	background-color: #150015;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #CCCCCC;
}

#sectionLinks a:hover{
	border-bottom: 1px solid #999999;
	background-color: #400040;
	font-weight: bold;
	text-decoration: none;
}
/************** main content styles ****************/
#bodyblock {
	position:relative;
	background: #000000;
	color: #FFFFFF;
	padding: 0px 20px 20px 20px;
	margin:0px 0px 0px 178px;
	font-size: 80%;
}
#bodyblock img {
	padding: 0px;
	border: 1px solid #999999;
}

/************** sub footer styles ****************/
#ftr {
	width:724px;
	margin:auto;
	position:relative;
	background:#330033;
	color: #CC66CC;
	border:solid #CC00CC;
	border-width:0px 1px 1px 1px;	
	padding:6px 6px 6px 20px;
	font-size: 80%;
	text-align:right;
}

#utility a:hover{
	text-decoration: underline;
}
