
body{
	margin: 0px;
	background-color:#000;
	color:#FFF;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px; 
}
img{border:0px;}

form{display:inline;} /*needed to stop white space in IE 6 and 7*/

table{
	padding:0px;
	margin:0px;
	border-spacing:0px;
	width:100%;
	border-collapse: collapse; 
}
a{
	text-decoration:underline;
	color:#FFF;
}
a:hover{
	text-decoration:underline;
	color: #068ed2; 
}

/*##############################################################*/
/*imageRoator*/
#imageRoator{
	width:520px;
	height:520px;
}

/*##############################################################*/
/*Layout Styles*/

.headerBG{
	background-image:url("assets/topslice.gif");
	height:125px;
}

.bannerBackGround{
	background-image:url("assets/bannerLogo.gif");
	height:125px;
	background-repeat:no-repeat;
	background-position:right center;
	text-align:right;
}

.bannerText{
	float:right;
	margin-right:120px;
	width:470px;
	font-size:16px;
	padding-top:25px;
	letter-spacing:1px;
	line-height:25px;
}

.bannerTextBold{
	font-weight:bold;
	letter-spacing:0px
}

.mainBody{
	margin-top:20px;
	min-height:500px;
}

.footerBG{
	background-image:url("assets/bottomslice.gif");
	height:60px;
	background-repeat:repeat-x;
}
.footerMenu{
	font-size:14px;
	color:#FFF;
	margin-top:5px; 
}

.footerMenu a{
	font-weight:bold;
	text-decoration:none; 
}
.footerMenu a.current{
	color: #068ed2; 
	text-decoration:underline;
}

.footerContent{
	margin-top:15px;
}
/*##############################################################*/
/*Main menu CSS*/
ul#menu { 
	width: 100%; 
	height: 40px; 
	font-size:15px;
	font-weight: bold; 
	list-style-type: none; 
	margin: 0px; 
	margin-top:-45px;
	padding: 0px; 
	
}
ul#menu li { 
	display: block; 
	float: left; 
	margin: 0 0 0 0px; 
}
ul#menu li a { 
	height: 40px; 
	color: #FFF; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%;
	padding: 10px 15px 0px 15px; 
}
ul#menu li a:hover { 
	color: #068ed2; 
	text-decoration:underline;
}
ul#menu li a.current{ 
	text-decoration:underline;
	color: #068ed2; 
}
