/* CSS Document */

body {
	font-size: 62.5%;
	margin-top: 8px;
	color: #063561;
	background-color: #EEEEEE;
}

body, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #063561;
	text-decoration:underline
}
a:hover{
	color:#063561;
	text-decoration: underline;
}
a:visited {
	color: #063561;
	text-decoration: underline
}
a:active {
	color:#999999;
	text-decoration: underline;
}
#container {
	text-align: "center";
	margin: 0 auto;
	width: 770px;
	border: 1px ridge #1F4C79;
	text-align: "center";
	background-color: #FFFFFF;
}

#content {
	background-color: #FFFFFF;
	width: 750px;
	margin-right: 10px;
	margin-left: 10px;
}


#header {
	background-image:url(images/Header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	clear: both;
}
.thumb {
	padding-right: 2px;
}
.thumb_text {
	float: right;
	width: 335px;
}
.thumb_title {
	font-weight: bold;
	color: #BF0007;
}
.thumb_title a:link {
	color: #BA0001;
}

#rightColumn {
	float: right;
	margin-right: 10px;
	width: 450px;
}
#pf1 {
	padding: 2px;
	margin-bottom: 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #063561;
}
#footer {
	clear: both;
	background-color: #FFFFFF;
	padding: 5px;
}
.hr {
	color: #999999;
	width: 97%;
	height: 1px;
	border: none;
	margin-left: 3px;
}
#leftColumn {
	float: left;
	width: 270px;
	margin-left: 10px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #063561;
}
