@charset "utf-8";
/* CSS Document */
body {
	font-family: Helvetica, Arial, sans-serif;
	background-color:#000000;
	text-align:center;
	color:#FFFFFF;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
a:visited {
	color:#FFFFFF;/*text-decoration:line-through;*/
}
#container {
	text-align:left;
	width:730px;
}
#header {
	height:200px;
}
#navagation {
	text-align:center;
	border-bottom:#494949 1px solid;
}
#mainBdy {
	padding:10px;
	color:#FFFFFF;
}
#leftNav {
	width:150px;
	border-right:#494949 1px solid;
}
#leftNavList {
	padding:10px;
}
#leftNavList a {
	text-align:center;
	text-decoration:none;
	font-size:.8em;
	margin-left:0px;
	list-style-image:url(images/listGif.gif);
	text-decoration:none;
	padding-right:5px;
}
#leftNavList a:hover {
	color:#990000;
}
#contactBx {
	font-size:12px;
}
#rightBdy {
	width:550px;
	padding:10px;
}
#footer {
	padding-top:5px;
	border-top: #494949 1px solid;
	text-align:center;
	color:#FFFFFF;
	font-size:.8em;
}
