@charset "UTF-8";
body {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #0B6666;
	font-family: Candara, Avenir-Medium;
	font-size: 100%;
	background-attachment: fixed;
	background-image: url(graphics/containerBG.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


#container {
	width: 54em; 
	border: medium solid #550000;
	text-align: left; 
	background-attachment: fixed;
	background-image: url(graphics/sketchPaperBG5-14.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-width: 780px;
	max-width: 1400px;
}
#header {
	padding: 0 10px 0 20px;  
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
	text-align: left;
}
#nav {
	height: 35px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #366464;
	border-bottom-color: #366464;
}
#mainContent {
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 20px;
}
#mainContent  h2 {
	color: #550000;
}
#mainContent ul {
	text-decoration: none;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
} 
#mainContent ul li {
	line-height: 100%;
	text-align: left;
}
#mainContent a {
	color: #0F6767;
	text-decoration: none;
	font-size: 75%;
}
#mainContent a:hover {
	font-style: italic;
	color: #550000;
}
#footer { 
	padding: 0 10px; 
} 
#footer #nav2 {
	text-align: right;
}
#footer  #nav2  ul {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#footer #nav2 ul li {
	display: inline;
}
#footer #nav2 ul li a {
	font-size: 100%;
	color: #0B6666;
	text-decoration: none;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#footer #nav2 a:hover {
	color: #550000;
	text-decoration: none;
	font-style: italic;
	font-weight: lighter;
}
#footer p {
	font-size: 100%;
	padding-bottom: 10px;
	padding-left: 0.5em;
	font-style: oblique;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	color: #550000;
	font-weight: lighter;
	font-style: italic;
	margin-left: 20px;
}
.style2 {
	color: #550000;
	font-size: 60%;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 5px;
}
.link {
	border-left-width: thin;
	border-left-style: outset;
	border-left-color: #0B6666;
	color: #550000;
}
a img {
  border: none;
}
.img {
	border: medium solid #0F6666;
}
.sitemap {
	font-size: 30px;
}
.button {
	margin-left: 240px;
}
#form1 {
	font-size: .8em;
}
#form1 .label {
	float: left;
	width: 230px;
	margin-right: 10px;
	text-align: right;
	clear: left;
}

