@charset "utf-8";

/* CSS Document */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body {
	background-color: #000000;
	height: 100%;
}
h1 {
	font-size: 1.5em;
	margin-bottom: -.5em;
}
p li {
	font-size: 13px;
}


a {
}

#container {
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	vertical-align: top;
	background-color: #CC3300;
}


input {
	color: #0A74A7;
	width: auto;
	margin-bottom: 11px;
}
fieldset {
	border: thin dotted #FFFFFF;
	width: 400px;
	padding-left: 10px;
	margin-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
label {
	display: block;
	width: 120px;
	float: left;
	font-size: .9em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#Mast {
	background-image: url(images/2009/mast.gif);
	height: 167px;
	width: 700px;
	position: relative;
}
#Content {
	background-color: #CC3300;
	width: 100%;
	font-family: Georgia, Palatino,"Times New Roman", serif;
	color: #000000;
	position: relative;
}
#contentWhiteBox {
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
}


.NavBar {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding-left: 5px;
	position: relative;
}




.NavBar a {
	color: #FFFFFF;
	text-decoration: none;
}


#Footer {
	background-color: #FFFFFF;
	width: 100%;
	font-family: "Trebuchet MS", Arial, "MS Sans Serif", sans-serif;
	color: #095F88;
	font-size: 0.9em;
}

#Footer a {
color:#990000;
}




#BlogSidebar {
width: 200px;
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	margin-right: 24px;
	margin-top: 25px;
padding-bottom:25px;
padding-left:10px;
margin-left:25px;
	font-size: .8em;
}

.loginForm {
	height: 60px;
	width: 200px;
	background-color: #FFCE09;
	position: relative;
	float: right;
	top: 25px;
	text-align: right;
padding-top: 10px;
padding-right:10px;
}
.loginForm #login {
	margin: 0px;
	padding: 0px;
}
.loginForm #login #button {
	color: #FFFFFF;
	background-color: #CC3300;
	height: 17px;
	border: 1px solid #000000;
	margin-top: 0px;
	font-size: 11px;
}