@charset "utf-8";
/* CSS Document */

/* Body of the document */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #939494;
	background-image: url(images/border/background.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom center;
}

h1 {
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2
{
	color: #FFFFFF;
	font-size: medium;
	margin-top: 0px;
}

/* Main content box */
#main {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

/* Main content box paragraph format */
#main p {
	margin: 0;
	padding: 3px 10px;
	display: block;
	text-align: center;
}

/* Headline content box */
#headline {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

/* Headline content box paragraph format */
#headline p {
	margin: 0;
	padding: 3px 10px;
	display: block;
	text-align: center;
}

/* Body of the main content box */
#margintop {
	background-attachment: inherit;
	background-image: url(images/border/margin_top.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 750px;
	background-position: center;
}

#content {
	background-color: #243875;
	width: 750px;
}

#marginbtm {
	background-attachment: inherit;
	background-image: url(images/border/margin_btm.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 750px;
	background-position: center;
}

#dist {
	color: #FFFFFF;
	text-align: center;
}

#floatdiv {
	position:absolute;
	width:200px;
	height:50px;
	left:0px;
	top:0px;
	padding:0px;
	border:2px solid #939494;
	background-color: #243875;
	text-align: center;
	color: #FFFFFF;
}

/* Text styles */
.style1 {color: #FFFFFF}


/* Link styles */
a:link { 
	color: #FFFFFF;
	}
a:visited {
	color: #0099FF;
	}

/* Container format */
div#container
{
   height: auto !important;
   height: 100%;
   min-height: 100%;
}

/* Footer content box */
#footer
{
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	margin-bottom: 15px;
}
div#padding { padding: 0 0 45px 0; }
