@charset "utf-8";
/* CSS Document */

body {
/*	background: #56667f url(..images/bkg.jpg);*/
	background: #56667f;
	background-image:url(../images/Bkg.jpg);
	background-repeat: repeat-y;
	background-position: top center; 
	}
	
a:link {color: #FFFFFF; text-decoration: none}
a:active {color: #FFFFFF; text-decoration: none; }
a:visited {color: #FFFFFF; text-decoration: none; }
a:hover {color: #364354; text-decoration: none; }


.style1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #435063;
	font-size:14px;
	}

.style2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #104e58;
	font-size:19px;
	font-weight:bold;
	font-style:none;
	}
	
.style3 {
	font-family: Helvetica, Arial, sans-serif;
	color: #365166;
	font-size:16px;
	font-weight:bold;
	}
	
.style4 {
	font-family: Helvetica, Arial, sans-serif;
	color: #365166;
	font-weight:bold;
	font-style:italic;
	}

.style5 {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size:10px;
	}
	
#top-header {
	width: 794px;
	height: 119px;
	}

#nav-bar {
	width: 794px;
	height: 27px;
	}
	
#main-body {
	width: 792px;
/*	height: 272px;*/
	background-color: #e5d3bd;
	padding-bottom: 50px;
	padding-top: 50px;
	}
	
#footer {
	width: 794px;
	height: 40px;
	background-repeat:repeat-y;
	background-image: url(../images/bottom_repeat.jpg);
	text-align:center;
/*	font-family: Helvetica, Arial, sans-serif;*/
	font-family: sans-serif, Helvetica, Arial;
	font-size: 12px;
	color:#FFFFFF;
	}
	
#last-img {
	width: 794px;
	height: 29px;
	}

#ssd a:Hover { 
color: #ffffff;
text-decoration: none;
border: 0px;
}