/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #161616;
	line-height: 24px;
	margin: 10px 0 0 0;
	padding: 0;
	background-image: url(../images/bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
td img {
	display:block
}
a {
	font-size: 13px;
	color: #8bb6eb;
}
a:link {
	text-decoration: none;
	color: #8bb6eb;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #8bb6eb;
}
a:active {
	text-decoration: underline;
	color: #0072b3;
}
.center {
	width:962px;
	margin:0 auto;
}

.floatleft {
	float:left;
	margin-right: 14px;
}

.floatright {
	float:right;
}

#header {
    z-index:2;
}

#content {
    z-index:1;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 36px;
	font-weight: normal;
	border-bottom: 1px solid gray;
}

h2 {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 24px;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	color: #101535;
	line-height: 21px;
	font-weight: normal;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 21px;
}

.navigation a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 12px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
	line-height: 16px;
	width: 962px;
	padding: 15px 0 15px 0;
	text-align: left;
}

.footer a {
	color:#8bb6eb;
	text-decoration:none;
	font-size: 12px;
}

.footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-decoration: none;
	line-height: 18px;
}

.picture {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
	margin: 5px 15px 5px 0px;
}

.input {
	border: 1px solid #ccc;
}

.input:focus {
	border: 1px solid red;
}

.leftcol {
	 float: left;
	 width: 230px;
	 margin: 0px 10px 0px 10px;
}

.rightcol {
	width: 250px;
}

