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

	body {
		background-color:#000;
		color:#FFF;
		font-family:Arial, Helvetica, sans-serif;
		margin:0;
		padding:0;
		background-image:url(images/background.jpg);
		background-position:center top;
		background-repeat:no-repeat;
	}

	#container {
		text-align:center;
		margin:0 auto;
	}
	
	a:link {
		color:#FFF;
		text-decoration:underline;
	}
	
	a:visited {
		color:#FFF;
		text-decoration:underline;
	}
	
	a:hover {
		color:#FFF;
		text-decoration:none;
	}
	
	img, div { 
		behavior: url(iepngfix/iepngfix.htc) 
	}
	
	img {
		border:0;
	}
	
	#header {
		width:100%;
		height:270px;
		display:block;
	}

	

	#menu {
		float:right;
		position:relative;
		left:-50%;
		text-align:left;
		width:880px;
		margin-top:59px;

	}
	
	#logo {
		position:relative;
		left:50%;
	}
	
	
	#menu ul {
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
	}
		
	#menu li {
		height: 34px;
		float: left;
		position:relative;
		line-height: 2em;
		display: block;
		color: #fff;
		text-decoration: none;
		text-align: center;
		font-size:14px;
		font-weight:normal;
		margin:0;
	}
	
	#menu li a {
		height: 34px;
		float: left;
		position:relative;
		padding-left: 10px;
		padding-right: 10px;
		margin:0;
		line-height: 2em;
		display: block;
		color: #fff;
		text-decoration: none;
		text-align: center;
		font-size:14px;
		font-weight:normal;
		padding-top:7px;
	}
	
	#menu li a:hover {
		padding-top:7px;
		height: 34px;
		float: left;
		margin:0;
		position:relative;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 2em;
		display: block;
		color: #fff;
		text-decoration: none;
		text-align: center;
		font-size:14px;
		font-weight:normal;
		background-image:url(images/menubg.png);

	}
	
	#menu-on {
		padding-top:7px;
		height: 34px;
		float: left;
		margin:0;
		position:relative;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 2em;
		display: block;
		color: #fff;
		text-decoration: none;
		text-align: center;
		font-size:14px;
		font-weight:normal;
		background-image:url(images/menubg.png);

	}	
	
	#page_heading {
		margin-top:70px;
		margin-left: 50px;
		margin-bottom:20px;
	}
	
	#content {
		height:420px;
		position:relative;
		margin: 0 auto;
	}
	
	
	
	#links{
		margin-bottom:30px;
		margin-top:30px;
	}
	
	h3 {
		font-size:36px;
		font-weight:normal;
		text-align:left;
		margin-top:0;
	}
	
	#newsfeed {
		width:460px;
		height:360px;
		overflow-y: scroll;
	}
	#newsfeed p {
				font-size:14px;

	}
	
	
	#newsfeed ol {
		list-style:none;
		width:95%;
		margin:0;
		padding: 0;
	}
	
	#newsfeed li {
		margin-bottom:30px;
		font-size:14px;
		border-bottom:1px #fff dotted;
		background-image:url(images/newsfeedheader.png);
		background-repeat:repeat-x;
		background-position:top;
	}
	
	p {
		font-size:12px;
	}

