
	body {
		margin:0;
		padding:0;
		border:0;			
/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;

		font-size:90%;
	}
	a {
		color:#000066;
	}
	a:hover {
		color:#fff;
		background:#000066;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:5px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;

	}
	
	
	#header h1 {color: #000066;
font-family: "georgia";
font-size: 45px;
padding: 0px 0px 0 20px;

		margin:0;

}
	#header h2 {color: #000066;
		padding: 0px 0px 0 50px;
		margin:0;
font-family: "georgia";
		font-size: 30px;
}

	
#line1 {
background: #000066;
height:40px;
width:490px;
float:left;display: block;

}

#line2 {
background: #ff0000;
height:40px;
width: 500px;
float:right;
display: block;


}


	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#ffffff;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;

			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}


#ul { 
list-style: none;
	margin-left: 1em;
	padding-left: 0;
	text-indent: -1em;

}

#li { 

	margin-left: 11em;
	padding-left:0;
	text-indent: -1em;

}




#menu p {
border-bottom: 5px solid #000066;
color: #330000;
font-family: verdana;
font-size: 13px;
padding: 0px;
margin: 5px;
padding-right: 5px;
padding-left: 5px;
}

#menu a:link {
color: #ff0000;
font-family: "georgia";
font-size: 16px;
margin-left: 0px;
padding-right: 10px;
margin-right: 0px;
text-decoration: none;
font-weight: bold;

}

#menu a:visited {
color: #ff0000;
font-family: "georgia";
font-size: 16px;
padding-left: 0px;
margin-left: 0px;
padding-right: 5px;
margin-right: 0px;
text-decoration: none;
font-weight: bold;
}

#menu a:hover{
color: #ffffff;
font-family: "georgia";
font-size: 16px;
text-decoration: none;
background: #FF0000;
}


#pipe ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#pipe li {
	margin-left: 0;
	padding: 3px 15px;
color: #ff0000;
font-family: "georgia";
font-size: 16px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	}
	
		
#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;


	}





.storytitle {
border-left: 5px solid #000066;
font-family: "trebuchet ms";
font-size: 24px;
padding: 0px;
margin: 0px;
padding-left: 10px;
color: #000066;
}


#content {
color: #464646;
font-family: verdana;
font-size: 13px;
}


	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#ffffff;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#ffFFFf;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#ffffff; 	/* left column background colour */
	}
	


.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:100%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;/* Width of left column content (column width minus padding on either side) */
		left:31%;/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:23%;/* Width of right column content (column width minus padding on either side) */
		left:80%;/* Please make note of the brackets here:
			(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

	
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000066;
	}

#line3 {
text-align:center;
background: #000066;
height:50px;
width:490px;
float:left;
display: block;
color: #ffffff;
font-size: 10px;
line-height: 10px;
font-family: tahoma;
}

#line4 {
background: #ff0000;
height:50px;
width: 500px;
float:right;
display: block;
color: #ffffff;
font-size: 12px;
line-height: 40px;
font-family: tahoma;
}
	
	/* --> */
	

