﻿#container {
width:768px;
border:1px solid black;
margin-left:auto;
margin-right:auto;
background-color:#F1FAFE;


}
#nav {
position: relative;
float:left;
width:120px;
margin-top:5px;
border-top:1px black solid;
border-right:1px black solid;
border-bottom:1px black solid;
text-align:center;
background-color:#FFF;
padding:3px;
font-size:12pt;
font-family:Tahoma;
}

#content
{	width:610px;
	position:relative;
	border:1px;
	text-align:left;
	border-style:solid;
	border-color:black;
	background-color:#FFF;
	padding:5px;
	margin-top:5px;
	margin-left:135px;
	position:relative;
	font-family:Tahoma;
	font-size:11pt;
	
	
}
#footer {
border-top:1px solid #000;
background-color:#3DA6E8;
color:#FFF;
font-size:8pt;
font-weight:bold;
padding:2px;
width:764px;
text-align:center;
margin-top:5px;
}


td {
font-family:Tahoma;
font-size:10pt;
}

a:link {
color: #3DA6E8;
}
a:visited {
color: #3DA6E8;
}
a:hover {
color: #000;
}
a:active {
color: #000;
text-decoration:none;
}

h1 {
font-size:14pt;
font-weight:bold;
color:#000080;
text-align:center;
}

h2 {
font-size:10pt;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#000080;
text-align:center;
margin-bottom:5px;
padding:3px;
border:1px dotted #3DA6E8;
background-color:#F5F5F5;
}

h3 {
font-size:14pt;
font-weight:bold;
color:#000080;

text-align:center;
}
#errors
{
	margin-left:180px;
	border:thin;
	border-style:solid;
	position:relative;
	width:350px;
	color:#FF3300;
	text-align:left;
	
}
.small-font{
font-size:small;
}

.button {
color: #FFF;
font-family:Tahoma;
font-size:11pt;
font-weight: bold;
border: 1px solid #800000;
background-color: #3DA6E8;
}


#nav a:link {color:#3DA6E8; text-decoration:none}
#nav a:visited {color:#3DA6E8; text-decoration:none}
#nav a:hover {color:#000; text-decoration:none}
#nav a:active {color:#000; text-decoration:none}

