﻿a.menu:link 
	
	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-indent: 10px;
	display: block;
	width: 212px;
	height: 24px;
	font-weight: bolder;
	background-image: url('images/nav.gif');
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: bottom;
	line-height: 22px;
	
	}
	
	a.menu:visited 
	
	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-indent: 10px;
	display: block;
	width: 212px;
	height: 24px;
	font-weight: bolder;
	background-image: url('images/nav.gif');
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: baseline;
	line-height: 22px;
}
	
	
a.menu:hover 
	
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #14222a;
	text-decoration: none;
	text-indent: 10px;
	display: block;
	width: 212px;
	height: 24px;
	font-weight: bolder;
	background-image: url('images/nav-roll.gif');
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 22px;
}
	
	
a.menu:hover 
	
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #14222a;
	text-decoration: none;
	text-indent: 10px;
	display: block;
	width: 212px;
	height: 24px;
	font-weight: bolder;
	background-image: url('images/nav-roll.gif');
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 22px;
}

body {
background-color: #1B2D37;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#ffffff;
padding:0px;
margin:0px;
background-image: url('images/bg.jpg');
background-repeat:repeat-x; background-position:center top; 
}

p{
padding: 5px 5px 0px 5px;
margin:0px;
}

pre{
padding: 5px 10px 0 0;
margin:0px;
}

a {color: #000000;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}


h2 {
color:			    #000000;
font-family:		Verdana, Arial, Helvetcia, sans-serif;
font-size:		    10pt;
line-height:		10pt;
font-weight:		bold;
margin-right:       5px;
margin-left:       5px;
background-color:	#F0F0F0;
padding-left:		10px;
padding-right:		10px;
padding-top:		4px;
padding-bottom:		4px;
border:			    1px solid #000000;
}


img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 1050px;
margin-top:0px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}

/* ----------banner for logo-------------- */
#top-nav {
text-align: center;
width:1050px;
height: 41px;
background-color:#1B2D37;
background-image:url('images/top-nav-bg.jpg');
background-position:center top; 
}

#banner {
text-align: center;
padding: 0px;
margin: 0px;
height: 170px;
width:1050px;
background-color:#1B2D37;
background-image: url('images/banner.jpg');
}

#banner img {padding:0px 0px;} 

#mid-nav {
text-align: left;
width:1050px;
height: 76px;
}

/* -----------------content container--------------------- */
#content {
width: 1050px;
overflow:hidden;
padding:0;
margin:0;
border-left: solid black 1px;
border-right: solid black 1px;
border-top: solid black 1px;
}

/* -----------------left column--------------------- */
#left-col {
float: left;
text-align: center;
width: 212px;
margin-top:0px;
margin-right:0px;
}
/* -----------------center column--------------------- */
#center-col {
float: left;
margin-left: 0px;
width:624px;
min-height:0px; 
padding-top:3px;
padding-right:0;
padding-left:0px;
font-family:Verdana; color:black;
background-image:url('images/watermark.jpg');
background-repeat:repeat-y; background-position:center top;
}

/* --------------right column------------- */
#right-col {
float: right;
width: 213px;
margin-top:0px;
margin-right:0px;
}

#bcard {
background-color: #303133;
margin-left: 70px;
margin-bottom:5px;
clear: both;
width:555px;
height: 119px;
padding-left: 0px;
text-align:center;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
width:1050px;
height:47px;
background-image: url('images/footer.jpg');
text-align: left;
font-family:Verdana; color:white; font-size:xx-small; 
border-top: solid black 1px;
border-left: solid black 1px;
border-right: solid black 1px;
border-bottom: solid black 1px;
}


