*
{
margin:0px;
padding:0px;
}

body 
{
	padding: 0px;
	margin: 0px;
	background: #fff url(../images/bg-net2.gif);
	font-family: trebuchet MS, helvetica, arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

a
{
	color:#fff;
	text-decoration: underline;
}

a:visited
{
	color:#FFEFFF;
	text-decoration: underline;
}

a:hover
{
	color:#CC3333;
	text-decoration: none;
}

/* style for general images */
img 
{
  border: 0;
}

#container {
	width: 770px;
	border:1px solid #CC3333;
	background-color: #F0ECEC;
	text-align:left; /* To counter ie5.x centering hack */
	margin-left:auto; /* Centre in compliant browsers */
	margin-right: auto; /* Centre in compliant browsers */
	margin-top: 20px;
}

#topbanner 
{
	background: #fff;
	height: 100px;
	width: 770px;
	margin: 28px 0;
	padding: 5px 0;
}

#topbanner h1
{
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 300%;
	color: #CC3333;
	padding-left: 110px;
	padding-top: 15px;
	text-align: center;
}


#leftnav
{
	float: left;
	width: 180px;
	height: 360px;
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #3C0196;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 28px;
	margin-left: 0;
}

#leftnav a:link
{
	color:#fff;
	text-decoration:none;
	padding-left: 10px;
	display: block; /* used for background colour to go right across width of leftnav */
}

#leftnav a:visited
{
	color:#D8E6E0;
	text-decoration:none;
	display: block; /* used for background colour to go right across width of leftnav */
	padding-left: 10px;
}

#leftnav a:hover
{
	color:#fff;
	text-decoration:underline;
	background-color: #CC3333;
}

#leftnav ol, #leftnav ul
{
	margin: 0px; 
	padding: 0px;
	list-style-type:none;

}

#leftnav li
{
	padding: 5px 0px;
	background-color: #666;
}

/* style for image on home page */
#intro
{
	padding: 8px 10px 0px 200px;
	text-align: left;
}

#intro p
{
	font: #333 100% trebuchet MS, arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 0;
}

#content
{
	font-family: trebuchet MS, arial, sans-serif;
	padding: 0px 10px 0px 10px;
	text-align: left;
}

#content a
{
	color:#333;
	text-decoration: underline;
} 

#content a:visited
{
	color:#000;
	text-decoration: underline;
}

#content a:hover
{
	color:#CC3333;
	text-decoration: none;
}

#content p
{
	font-family: trebuchet MS, arial, sans-serif;
	color: #000;
	font-size: 100%;
	padding: 0 0 5px 0;
}

#content li
{
	font-family: trebuchet MS, arial, sans-serif;
	color: #000;
	font-size: 100%;
}

#content h1
{
	font-family: trebuchet MS, arial, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color:#CC3333;
	padding: 5px 0 5px 0;
	margin: 0;
}

#content h2
{
	color:#333;
	font-size: 120%;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	padding: 5px 0 5px 0;
}


#content h3
{
	color:#333;
	font-size: 100%;
	font-family: verdana, arial, sans-serif;
	padding: 5px 0 5px 0;
	font-weight: bold;
}


/* this style allows the frame to flow vertically past the text in Moz */
.clear
{

	overflow: hidden;
	margin: 0;
	clear: both;
}


#footer 
{
  	clear: both;
	text-align: left;
	font-family: georgia, helvetica, serif;
	width:770px;
	line-height:30px;
	background-color: #666;
	padding-top:3px;
	margin:10px 0 25px 0;	
}

#footer h1
{
	color:#fff;
	font-size: 180%;
	font-weight: bold;
	padding: 0 5px;
	border-bottom: 1px solid #ccc;
}

#footer h2
{
	color:#fff;
	font-size: 150%;
	font-weight: bold;
	font-family: trebuchet MS, arial, sans-serif;
	padding: 5px;
}

#footer p
{
	color:#fff;
	padding: 3px 5px;
	font-size: 120%;
	line-height: 1.5em;
}

#footer a
{
	padding: 20px 10px;
}

#footer a:visited
{
	color:#E0F1FC;
	text-decoration: none;
}

#footer a:hover
{
	color:#E0F1FC;
	text-decoration: none;
}

.small
{
	color: #000; 
	font-size: 90%;
	padding: 0px;
	position: relative;
	bottom: 2px;
	left: 5px;
}

.small a
{
	color: #000;
}

/** to top link **/
.top
{
	margin-top: 0;
	align: left;
}

