body{

	font-size : 0.8em;
	font-weight : normal;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color:#101010;
}

h1{
	font-size : 1.4em;
}

h2{
	font-size : 1.2em;
	padding-top: 8px;
}

.container {
	margin: auto;
	width: 100%;
	float: left;
	background-color: #f5f5f5;
	padding-bottom: 25px;
}

.header {
	text-align: left;
	float: left;
	padding-left: 2%;
	padding-bottom: 10px;
	width: 98%;
	background-color: #f5f5f5;
}

.nav {
	float: left;
	width: 100%;
	padding-left: 30px;
	text-align: left;
	background:#036cae;
	margin-bottom: 10px;
}

.nav a {
	font-size: 1em;
	height: 2em;
	line-height: 2em;
	display: block;
	float: left;
	color: #f5f5f5;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.nav a:hover {
	color: #101010;
	background-color: #FFA500;
}

.nav br { display: none; }

.menuleft {	
	clear: both;
	padding-left: 1em;
	float: left;
	width: 13em;
}

.menuleft br{
	line-height: 8px;
}

.menuright {
	float: right;
	width: 13em;
}
 
.menuright br{
	line-height: 8px;
}

.menuheader {
	text-align: center;
	width: 100%;
	height: 1.2em;
	background-color: #036cae;
	color: #f5f5f5;
	font-size: 1em;
	border-width: 1px;
	border-color: #036cae;
	border-style: solid;
}

.menucontent {
	text-align: center;
	width: 100%;
	border-width: 1px;
	border-color: #036cae;
	border-style: solid;
}

.menucontent a {
	font-weight: bold;
	text-decoration: none;
	color: #036cae;
}

.menucontent a:hover {
	text-decoration: underline;
}

.menucontent table {
	width: 100%;
}

.menucontent td {
	padding: 0;
	border: 0;
	text-align: left;
	width: 100%;
}

.content {
	font-family: arial, serif;
	background: none;
	margin: 0 2em 0 15em;
	text-align: justify;
}

.content a{
	font-weight: bold;
	color: #036cae;
	text-decoration: none;
}

.content a:hover{
	text-decoration: underline;
}

.indexcontent {
	margin: 0 14em 0 0;
	background: #f5f5f5;
}

.indexcontent br{
	line-height: 3px;
}

.indexcontent a{
    font-weight: bold;
	color: #036cae;
	text-decoration: none;
}

.footer {
	position: relative;
	padding-top: 20px;
	text-align:center;
	font-size: 0.7em;
	color: #404040;
}

.footer a {
	text-decoration: none;
	color: #404040;
}

.footer a:hover {
	text-decoration: underline;
}

.text {
	width: 98%;
	padding-left: 1%;
}

.text a{
    font-weight : normal;
	text-decoration: none;
	color: #036cae;
}

.text a:hover {
    font-weight : normal;
	text-decoration: underline;
}

.text form {
	width: 97%;
	padding-left: 2%;
	text-align: left;
}
.text ul {
  margin:0;
  padding:0;
}

.text li {
  list-style-type : none;
  list-style-position:outside;
  list-style-image:none;
  text-align: left;
}

.button {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #f5f5f5;
	background-color: #036cae;
	cursor:pointer;
}

.head_box {
  border-top:1px solid #666666;
}

.headmsg {
    font-size : 0.8em;
	text-align: right;
	border: 0;
}

.headmsg a {
	font-weight: bold;
	text-decoration: none;
	color: #036cae;
}
