/* CSS Document */
<style type="text/css">

body {
background-color:#dcdfe5;
font-size:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#title{
	width:920px;
	margin-left:auto;
	margin-right:auto;
}


div#wrapper {
	width: 920px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color:#FFF;
}

div#titleimages {
	padding: 0px;
	height:78px;
}

div#menu{
	padding: 0px;
	height: 31px;
	background-image: url(./images/NavBar_Filler.jpg);
	background-repeat: repeat-x;
	border: 0;
	}

	img{
	border:0px none;
	}
	
	img.Center{
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
	
	img.blackborder{
	border:solid black 1px;
	}
	
	.align-left { float:left; padding-right:20px;}
    .align-right { float:right;}

	

  .centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
	

div#header {
	padding: 10px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FF6600;
	text-align: center;
	font-weight: bold;
	height: 20px;
	border-bottom: solid white 10px;
	background-image: url(./images/Title-Bar.jpg);
}
div#nav {
	padding: 0px;
	margin-top: 5px;
	background-repeat: repeat-y;
	width: 145px;
	margin-left: 10px;
	float: left;
}

div#rnav {
	width:145px;
	padding: 0px;
	float: right;
	margin-top: 5px;
	background-repeat: repeat;
	height: 100px;
	margin-right: 5px;
}

div#main {
	margin-left: auto;
	margin-top: 0px;
	padding: 10px;
	border-color: #CCCCCC;
	border-width: 1px;
	width: 520px;
	margin-right: auto;
	margin-bottom: 3px;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#footer {
	padding: 10px;
	margin: 0px;
	background-image: url(./images/Title-Bar.jpg);
	height: 20px;
	border-top: solid white 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
}

div#footeremail {
	padding:0px;
	margin: 0px;
	background-repeat: repeat-x;
	height: auto;
	background-color: #3D82CD;
	border-top: solid white 2px;
}

body {
background-color:#dcdfe5;
}

.blue{
	color:#005296;
	font-weight:bold;
}

.orange{
	color:#FF6600;
	font-weight:bold;
}

.red{
	color:#CC0033;
	font-weight:bold;
	}

a:link {
	color: #005296;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
  color: #3300CC;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
	color: #3C83C5;
	font-weight: bold;
	text-decoration:underline;
}

.table {
	background-color:#3D82CD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
}

.table td {
border:solid 1px white;
background-color:#006699
}

.table a {
		display:block;
		color:white;
		font-weight: bold;
		text-decoration:none;
		
}

.table td a:hover {
background-color:#FF6600;
}

</style>
