@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 0px;
	vertical-align:middle;
	background-color:#000000;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
}

/* Main Structure IDs */
#maincontainer {
	width:100%;
	text-align:center;
	min-width:760px;
 	width:expression(document.body.clientWidth < 762 ? "760px" : "100%");
}
#middle {
	width:100%;
	height:560px;
	background-color:#000000;
	float:middle;
}
#bottom {
	width:100%;
	height:10px;
	background-color:#000000;
	float:left;
	background-image:url(Images/random/.gif);
	background-repeat:repeat;
	background-position:left bottom;
	margin:20px auto 0px auto;

}
#middletop {
	width:90%;
	height:300px;
	background-image:url(Images/.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:12px auto 0px auto;
	text-align:left;
}
#middleinner {
	width:90%;
	height:100px;
	margin:0px auto 0px auto;
	text-align:left;
}
		
}
#bottominner {
	width:90%;
	height:300px;
	margin:20px auto 0px auto;
	background-position:left;
	background-repeat:no-repeat;
	text-align:left;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
#footer {
	width:100%;
	float:left;
}
#footerinner {
	width: 90%;
	font-size:11px;
	color:FFFFFF;
	text-align:left;
	margin:0px auto 0px auto;
}

/* Linkstyles */
a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a.bluelink:link, a.bluelink:visited, a.bluelink:active {
	line-height: 12px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.bluelink:hover {
	line-height: 12px;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a.whitelink:link, a.whitelink:visited, a.whitelink:active {
	line-height: 12px;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.whitelink:hover {
	line-height: 12px;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}



