/* CSS Document */
body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		background-color: #000000;
		margin:0px;
		padding:0px;
		text-align:center;
		color: #ffffff;
	}
img {
	border: 0;
	}
a:link {

	color: #fff200;
}

a:visited {

	color: #fff200;

}

table{
	text-align:center;
}

a:hover {

	text-decoration: none;

	color: #fff200;

}

a:active {

	text-decoration: none;

	color: #fff200;

}

.bar {
	background-color: #148035;
	color: #fff200;
}

.invisible {
		display: none;
}

.c {
	text-align:center;
	}

#wrapper {
		width:700px;
		height:500px;
		text-align:center;
		margin: 0 auto;
		padding: 0 0 0 0;
		background-image: url(images/bg.jpg);
		background-repeat: no-repeat;
	}

#home-wrapper {
		width:700px;
		height:500px;
		text-align:center;
		margin: 0 auto;
		padding: 0 0 0 0;
		background-image: url(images/home-bg.jpg);
		background-repeat: no-repeat;
	}
	


#header {
	height:128px;
	width: 700px;
	}
#bar {
	height: 300px;
	width: 200px;
	clear: both;
	float: left;
	margin:0px;
	padding:0px;
	font-size:14px;
	text-align:center;
	font-weight: bold;
	
	}
	.nobullet{
	list-style: none;
	}
	.paddedlist{
	line-height: 30px;
	}
#emaillist{
	margin:25px 0 0 0;
	}

.fontem{
	font-size: 16px;
	font-weight: bold;
	}

#bar ul {
		margin: 0;

		padding: 0;

		list-style-type: none;

	}

#bar ul li {

		padding: 2px;

		margin: 0;

	}
#bar a {
		text-decoration:none;
	}
#bar a:hover {
		text-decoration:underline;
	}	
#content {
	width: 467px;
	height: 350px;
	float: right;
	text-align: left;
	overflow: auto;
	margin: 0 25px 35px 0;
}

#footer {
	clear:both;
	height: 50px;
	width: 700px;
	text-align:center;
	}

.caption {
	font-size:10px;
	}

body hr {
		 color: #f00;
		 background-color: #f00;
		 height: 5px;
		 width: 80%;
	}

