﻿/* Body - Specify blanket rules for all elements
--------------------------------------------------*/

body, td{
  margin: 0 0 0 0;
  font-family: Calibri, Arial, sans-serif;
  font-size: 10pt;
  color: #000000;
  background-color: #F4F4F4;
  line-height: 130%;
}

#wrapper {
	position: relative;
	width:	960px;
 	margin:	0 auto;
 	text-align:left;
}

#menuleftextralong {
	float: left;
	background-color: #01457D;
	width: 100px;
	height: 900px;
}

#menuleft {
	float: left;
	background-color:#01457D;
	width: 100px;
	height: 600px;
}


#maincontent {
	float: right;
	width: 860px;
	height: 900px;
	background-color: #FFFFFF;
	overflow: auto;
}

#maincontentshort {
	float: right;
	width: 860px;
	height: 600px;
	background-color: #FFFFFF;
	overflow: auto;
}


#textarea {
	padding-left: 10px;
	padding-right: 10px;
}

ul.menu {
	list-style-type: none;
	font-size: 12pt;
	color: #FFFFFF;
	line-height: 240%;
	padding-left: 15pt;
}


 /* =links formatting for main menu 
 -----------------------------------------------------*/
 
 a:link.mainmenu {
   color: #FFFFFF;
   font-family: Calibri, Arial, Sans-serif;
   text-decoration:none;
   font-weight: normal;
   }
   
 a:visited.mainmenu {
   color: #FFFFFF;
   font-family: Calibri, Arial, Sans-serif;
   text-decoration: none;
   font-weight: normal;
   }
 
 a:hover.mainmenu {
   color: #FFFFFF;
   font-family: Calibri, Arial, Sans-serif;
   text-decoration: underline;
   font-weight: normal;
   }
  
 a:active.mainmenu {
   color: #FFFFFF;
   font-family: Calibri, Arial, Sans-serif;
   text-decoration: underline;
   font-weight: normal;
   }

h1 {
	color: #01457D;
	font-size: 20pt;
}

h2 {
	color: #01457D;
	font-size: 14pt;
}

td {
	background-color: #FFFFFF;
	vertical-align: top;
}
td.rule {
	text-align: justify;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.boxcenter {
	background-color: #01457D;
	color: #FFFFFF;
	font-size: 9pt;
	text-align: center;
	padding: 0 5 0 5;
}

#map_canvas {
	float: right;
	position: relative;
	right: 10px;
	width: 640px;
	height: 600px;
	top: 0px;
}