@CHARSET "UTF-8";
body{
	font-family: arial,verdana,helvetica;
	font-size: 15px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	line-height: 25px;
	margin: 0px;
	color: #333;
}
h1{
	font-weight: bold;
	font-size: 25px;
	color: #1f425c;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
h1 A:link{
	color: #1f425c;
	text-decoration:none;
}
h1 A:visited{
	color: #1f425c;
	text-decoration:none;
}
h1 A:active{
	color: #1f425c;
	text-decoration:none;
}
h1 A:hover{
	color: #1f425c;
	text-decoration:none;
}
#content{
	text-align: center;
}
#title{
	text-align: center;
}
#topBanner{
	text-align: center;
}
#bottomBanner{
	text-align: center;
}
#downloadBox{
	background-color: #cfc;
	padding: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #9c9;
	text-align: left;
}
#footer{
	text-align: center;
	color: #aaa;
	font-size: 0.8em;	
}
li{
	margin-top: 3px;
	margin-bottom: 3px;
}
/* Ad Layer */
#spacediv{
	width: 100%;
	height: 38px;
	display: none;
	background-color: #ffffff;
}
#fixdiv{ 
	position:fixed !important; top/**/:0px;
	position: absolute;
	z-index: 1;
	top: expression(offsetParent.scrollTop);
	left: 0px;
	background: #ffffe1; 
	width: 100%; 
	height: 30px;
	text-align: center;
	border-bottom: 2px solid #a9a9a9;
	display: none;
	overflow: hidden;
	padding-top: 8px;
}
#fixdiv A{
	font-family: arial,verdana,helvetica;
	font-size: 18px;
	font-weight: bold;
}
#fixdiv A:link {color: #e00; text-decoration:none}
#fixdiv A:visited {color: #e00; text-decoration:none}
#fixdiv A:active {color: #e00; text-decoration:underline}
#fixdiv A:hover {color: #e00; text-decoration:underline}
#fixDivAdText{
	float: right;
	width: 23px;
}
#content{
	
}
.nofloat{
	margin:0 auto;
 	float:none;
}
@media (max-width: 480px)
	.modal.fade.in {
		top: 30% !important;
	}
}