@charset "utf-8";
/* CSS Document */

body {
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000;
	margin: 0px auto;
	padding: 10px;
	width: 780px;
}

#header h1 {display:none;
}
#header {
	background: url(../images/header.gif) no-repeat left center;
	height: 120px;
}
#content {
	background: url(../images/side_header.gif) no-repeat left top;
	/*height: 400px;*/
}
#content.noimage {
	background: none;
	/*height: 400px;*/
}

#header .nav {
	text-align: right;
	font-size: 80%;
}

#footer {
	text-align: center;
	font-size:80%;
	margin: 5px;
	padding: 5px;
}
#content #box {
	margin-right: auto;
	margin-left: 100px;
	padding: 0px;
	float: none;
	width: 550px;
} 

#content #boxcontent {
	margin-right: auto;
	margin-left: 100px;
	padding: 0px;
	float: none;
	width: 550px;
} 
.clear {clear:both;}

h1 {
	text-align:center;

	}
ul {
	list-style: square;
}

/*defines the link styles*/
a 	{font-size:100%;
	 color:#99CCFF;
	 background-color:inherit;
	 text-decoration:none;
		}

			
a:link 	{
		color:#9CF;
		background-color:inherit;
			}
			
a:visited {
		color:#990000;
		background-color:inherit;
			}
			
a:hover {
		color:#FFFF00;
		background-color:inherit;
		text-decoration: underline;
			}
			
a:active 	{
			color:#9CF;
			background-color:inherit;
			}
			
.centretext { text-align:center;}
/*End of link styles*/
