body  {
	background: #FFFFFF;
/*	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */*/
	color: #3D5F8E;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#container {
text-align: left;
margin-top: 5px;
}



 #header {
	background-image: url(../images/header-image.jpg);
	background-repeat: repeat-x;
	/*margin-top: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;*/
	background-color: #FFFFFF;
	/*width: 975px;*/
	height: 121px;
} 
#header h1 {
	/*margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .25em;*/
	display: none;
	/*padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: normal;
	font-weight: normal;
	color: #3D5F8E;
	line-height: 25px;*/
}
#breadcrumb 
{
 padding-top: 96px;
}
 #wrapper {
background-image: url(../images/background.jpg);
	background-repeat:repeat-y;}
	
#mainContent {
margin-top: 1em;
}

#mainContent h1{
font-size: 2em;
color:  #3D5F8E;

} 
#mainContent h2{
font-size: 1.5em;margin-bottom:0.5em;}



#mainContent a:link {
	color: #3D5F8E;
	text-decoration: none;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #3D5F8E;
}
#mainContent a:visited{
	border: none;
	color: #3D5F8E;
	text-decoration: none;	
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #3D5F8E;
}
.slideshow {
margin-bottom: 1.5em;
	
} 
.image2 {
display: none;
 }
#sidebar1 {
	
	/*background-color: #EE5F11;*/
	background-image: url(../images/grad-sidebar4.jpg);
	background-repeat: no-repeat;
	}

#footer {
clear:both;
	background:#3D5F8E;
/*	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: -1px;*/
	color:#FFFFFF;
} 
#footer h1 {
display: none;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*margin-left: 400px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .10em;
	font-style: normal;
	font-weight: normal;
	color: #3D5F8E;
	line-height: 25px;
	
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.menu {
margin-top: 1em;
	list-style:none;
	padding-left: 30px;
	border-style:none;
	font-size: 1.2em;
	line-height: 1.4em;
	
	
	
}
.menu a:link {
	border: none;
	color:#FFFFFF;
	text-decoration: none;
}
.menu a:visited{
	border: none;
	color:#FFFFFF;
	text-decoration: none;	
}
.address {
	color:#FFFFFF;
	padding-left: 30px;
	font-size: 0.9em;
	bottom: 10px;
	padding-top: 200px;
}
.inputtbl {
border: thin dotted #3D5F8E;
margin: 0em 1em 1em 0em;
padding: 10px;
}
.inputtbl th {

}

	
.right img
{
	
	float: right; 
	margin: 1.5em 1.5em 1.5em 1.5em;
}
.left img
{
	float:left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
	padding: 10px;
	margin: 5px;
}
