/**************************************************************************
------------------------------ GENERAL ------------------------------------
**************************************************************************/
html {
	min-height:100%;
	margin-bottom:1px;
	}
	
body {
	background-color: #e7e7e7;
	font:normal 12px/18px 'lucida grande',verdana,helvetica,sans-serif;
	color:#666;

	}



a { 
	color: #0D3479; 
	background: inherit; 
	}
	
a:hover { 
	color: #0D3479; text-decoration:none;
	}

td {
	font:normal 12px/18px 'lucida grande',verdana,helvetica,sans-serif;
	}

li {
	list-style: outside url("../Images/Star.gif");
	}

.displayDate { 
	background: #FFFFFF;
	text-align: right; 
	margin: 10px 0 5px 0; 
	padding: 0.4em 0 0 0; 
	border-top: 1px solid #eee;
}


/* Body 
------------------------------------------------------------------------*/
#mainWrapper {
	margin: 0 auto;
	padding: 0px;
	width: 886px;
	}

/* Header 
------------------------------------------------------------------------*/

input.search {
	width: 122px;
	height: 15px; 
	border: 1px dashed #006288; 
	background: #FFF url('../Images/Input.jpg') no-repeat;
	padding: 3px; 
	color: #006288; 
	}

input.submit { 
	width: 28px; 
	height: 20px; 
	font-weight: bold;
	border: none;
	background: #FFF; 
	padding: 3px; 
	color: #006288; 
	}

	
.preheader {
	background: #000 url('../Images/preheaderSlim.jpg') no-repeat center bottom;
	color: #006288;
	width: 886px;
	height: 71px;
	margin: 0;
	padding: 0;
}

.preheader a { 
	color: #006288; 
	background: inherit; 
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}

.preheader a:hover { 
	color: #006288; 
	background: inherit;
	text-decoration:underline;
	text-transform:uppercase;
}

.preheader .padding {
	
	float: right;
	padding: 52px 70px 0 0;
	color: #006288;
}

.header {
	background: #000 url('../Images/header.jpg') no-repeat center bottom;
	color: #FFF;
	width: 886px;
	height: 78px;
	margin: 0;
	padding: 0;
}

.header .title {
	float: left;
	padding: 12px 0 0 84px;
	color: #FFF;
	font: bold 1.8em Arial, sans-serif;
}

.header .slogan {
	float: left;
	clear: both;
	padding: 2px 0 0 84px;
	color: #FFF;
	font: bold 0.8em Arial, sans-serif;
}

.topnavlinks {
	width: 220px;
	float: right;
	text-align: right;
	position: relative;
	padding: 0 100px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#ffffff;
	text-decoration: none;
}


/* Navigation
------------------------------------------------------------------------*/
#nav {
	background: url('../Images/menu.jpg') no-repeat center bottom;
	width: 886px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

#nav ul {
	margin:0; 
	list-style: none; 
	padding: 5px 62px 7px 62px;
	margin:0;
	text-align:center;

}
#nav a {
	color:#fff; 
	text-decoration:none; 
	padding: 7px 10px 9px 10px;  
	text-transform:lowercase;
	font-size:12px;
	font-weight:bold;
	text-shadow: #666666 5px 5px 5px;
	
	filter: Shadow(Color=#666666, 	
			Direction=135, 
			Strength=5);
	
	white-space: nowrap;
}



#nav li {
	display: inline;  
	text-align:center; 
	margin:0px; 
	padding: 0px 8px 0px 8px;
}

#nav #current {
	background: #aeaeae; 
	color: #FFF;
}

#nav #current a {
	background: #aeaeae; 
	padding:5px 10px 5px 10px;
	color:#FFF;
}

#nav a:hover {
	background: #000;
	padding-top:7px;
}
  
#nav .padding {
	padding: 5px 0 0 10px;
	font-weight: bold;
}


/* Page Image
------------------------------------------------------------------------*/
#topheaderImage{
	background: #FFF url('../Images/bg.jpg') repeat-y center bottom;
	background-color: #FFF;
	margin: 0 auto;
	padding: 0px;
	width: 886px;
}

#topheaderImage .imageFormat {
    background-color: #FFF;
	margin: 0 0 0px 63px;
	padding: 0px 0px 0px 0px;
	width: 500px;
}

	
/* Footer Section
------------------------------------------------------------------------*/
#footer { 
	background: #000 url('../Images/footer.jpg') center no-repeat;
	width: 886px;
	height: 78px;
	color:#555;  
	font-size:90%;
	text-align:center; 
	clear:both;
	}

#footer .footerText{
	padding: 40px 0 0 0;
	}
