@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #3a6b84;
	background-image: url(images/BG.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #003366;
}
a:visited {
	color: #002448;
}
a:hover {
	color: #003399;
}
a:active {
	color: #003399;
}
h1 {
	font-size: 18px;
	color: #003366;
	font-weight: bold;
	padding:3px;
}
h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
.smalltext {
    font-size:11px;
	}
.border {
    background-image:url(images/border.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	width:10px;
	padding:0px;
	margin:0px;
	}
.header {
    background-image:url(images/header.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	width:800px;
	padding: 160px 0px 0px 0px;
	text-align:center;
	margin:0px;
	}
	
.nav {
    background-image:url(images/navBG.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	padding:0px;
	margin: 0px 0px 0px 155px;
	width:500px;
	}
.nav img {
    padding: 8px 5px 4px 5px;
	margin:0px;
	}	
	
.nav a, .nav a:visited, .nav a:active{
    margin: 0px 5px 0px 5px;
	padding: 0px;
	}	
	
.nav a:hover {
    background-image:url(images/navBG-over.gif);
	background-position:bottom;
	background-repeat: repeat-x;
	padding-top:7px;
	}	
.thispage {
    margin: 2px 5px 0px 5px;
	padding: 14px 4px 6px 20px;
    background-image:url(images/navBG-over.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	
	}	
	
	
.content {
    background-color:#FFFFFF;
	padding:10px;
	margin:0px;
    background-image:url(images/bodyBG.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border-left:5px solid #d5d5d5;
	border-right:5px solid #d5d5d5;
	}	
		
.list li{
    display: list-item;
    list-style: none;
	list-style-image:url(images/bullet.gif);
	list-style-position: outside;
	padding:0px 0px 10px 0px;
	}	


.inputbox {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  background-image:url(images/BGshade.gif);
  background-position:top;
  background-repeat: repeat-x;
  border: 1px solid #003366;
  padding:1px;
  margin:3px;
}
.button {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #4d814d;
  border-top: 2px solid #DDDDDD;
  border-left: 2px solid #DDDDDD;
  border-right: 2px solid #222222;
  border-bottom: 2px solid #222222;
  padding: 3px;
  cursor: pointer;
}	
.footer {
    background-color:#4d814d;
	color: #EEEEEE;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding:5px;
	border-bottom:2px solid #1d4760;
	}
.footer a:link {
    font-size: 10px;
	font-weight: bold;
 	color: #c3f42d;
	text-decoration: none;
}
.footer a:visited {
    font-size: 10px;
	font-weight: bold;
 	color: #c3f42d;
	text-decoration: none;
}
.footer a:hover {
    font-size: 10px;
	font-weight: bold;
 	color: #FFFFFF;
	text-decoration: none;
}
.footer a:active {
    font-size: 10px;
	font-weight: bold;
 	color: #c3f42d;
	text-decoration: none;
}
