@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;
}

.headtop {
	background-image: url(images/border/tl_1.jpg);
	background-repeat: no-repeat;
	width: 345px;
	height: 113px;
}

.headR {
	background-image: url(images/border/right_slide.jpg);
	background-repeat: no-repeat;
}

.headrpt {
	background-image: url(images/border/bg_repeat.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 113px;
}

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

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

h3 
{
	color: #FFFFFF;
	font-size: medium;
	margin-bottom: 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;
	color: #FFFFFF;
}

.margintop h1 {
	padding-top: 25px;
}

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

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

#tags {
	text-align: left;
	padding-left: 20px;
}

.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;
}

li {
	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;
	color: #FFFFFF;
}
div#padding { padding: 0 0 45px 0; }

