﻿  /* CSS layout */
body {
	padding: 0px;
	margin: 0px;
	background-color: #C8DDEE;
	font-family: calibri, arial, sans-serif;
}
#container {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 940px;
	background-color: #FFFFFF;
}
#left_col {
	width: 200px;
	float: left;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-left: 20px;
	}
#page_content {
	border: medium ridge #3482BF;
	background-color: #F2FAFE;
	width: 640px;
	height: 480px;
	margin: 0px auto 0px 270px;
	padding: 0px 0px 0px 0px;
}
#page_content a, a:link, a:visited {
	/* text-decoration: none; */
	color: #000000;
}

#page_content a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
.captcha {
	padding-left: 10px;
}
#footer {
	clear: both;
	font-size: 12px;
	font-family: calibri, arial, sans-serif;
	background-color: #3482BF;
	color: #FFFFFF;
	text-align: center;
}
#footer ul {
	list-style-type: none;
	display: inline;
}
#footer li {
	display: inline;
	padding-right: 6px;
	text-align: center;
}
#footer a, a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}


#masthead p {
	float: left;
	padding-top: 10px;
	font-size: 32pt;
	padding-left: 20px;
}
#masthead img {
	float: left;
}
#masthead {
	font-family: "Lucida Bright";
	font-size: xx-large;
	color: #005E9D;
	text-align: right;
	border-bottom-color: #1C6CAA;
	border-bottom-style: ridge;
	border-bottom-width: medium;
	height: 148px;
}

.center {
	text-align: center;
}

#top_nav {
	clear: both;
}
#top_nav h1 {
	font-size: large;
	text-align: center;
	margin-left: 125px;
}
#top_nav p {
	text-align: center;
	margin-left: 125px;
}




/*
#left_col ul {
	list-style-type: none;
	display: list-item;
}
#left_col p {
	font-family: calibri, arial, sans-serif;
	font-size: medium;
	text-align: center;
	background-color: #B7D4FF;
	border-style: outset;
	border-width: medium;
	width: 100px;
	line-height: 12px;
}
#left_col li {
	background-color: #B7D4FF;
	margin-top: 2px;
	margin-bottom: 2px;
	border-style: solid;
	border-width: thin;
	width: 100px;
	text-align: center;
	list-style-position: inherit;
	position: relative;
	left: -32px;
	font-family: calibri, arial, sans-serif;
	padding-bottom: 2px;
}
#left_col a:visited {
	text-decoration: none;
}
#left_col a:link {
	text-decoration: none;
	color: #000000;
}
#left_col a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#left_col a:active {
	color: #FFFFFF;
}
#left_col a {
	text-decoration: none;
}
*/


.smallFont {
	font-size: 0.5em;
}

