body {
	background-color: #41566E;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg-top.jpg);
	background-repeat: repeat-x;
}

.top-bg {
	background-image: url(../images/index_r1_c1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.mid-bg {
	background-image: url(../images/index_r3_c1.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.btm-bg {
	background-image: url(../images/index_r5_c1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

p {
	padding-left: 15px;
	padding-right: 25px;
}

.nav {
	position: absolute;
	top: 226px;
	height: 20px;
	width: 380px;
	left: 50%;
	left-margin: -275px;
	color: white;
	font-weight: bold;
	z-index: 10;	
}

.nav a:link {
	color: white;
	font-weight: bold;
}


h1, h2 {
	color: #003366;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 5px;
	
}

h3, h4, h5, h6 {
	color: #996633;
}

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

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

a:hover {
  color: #993300;
  	font-weight: bold;
}

a:active {
  	color: #663300;
  	font-weight: bold;
	text-decoration: none;
}

.small{
	font-size:10px;
}


.copywrite {
	color: white;
	font-weight: bold;
	
}

.copywrite a:link {
	color: white;
	font-weight: bold;
	text-decoration:: none;
}

