@charset "utf-8";
/* CSS Document */

body {
  background-color: #4b7ba9;
  	background-image: url(graphics/bk.jpg);
	background-repeat: repeat-y;
  margin-top: 0px;
  	margin-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	}
	
#top-row {
	margin: 5px auto;
	text-align: center;
	width: 400px;
	border: solid 2px #000;
	padding: 5px;}
	
.24 {
	font-size: 20px;}

#logo {
	float: left;
	padding-top: 20px;
	}
	
#available {
	width: 275px;
	margin-left: 25px;
	font-weight: bold;
	padding: 5px;
	border: solid #000 1px;}

#nav {
	height: 50px;
	padding-top: 10px;
	margin-left: -15px;
	}


#nav li {
	list-style-type: none;
	line-height: 24px;
	padding-right: 40px;
}

#rtside {
	float: right;
	width: 254px;
	margin-left: 15px;
	height: 420px;
	}

#main {
	padding-left: 220px;
	line-height: 22px;
	height: 600px;
	}
	
#img {
	border: solid 2px;
	border-color: #036;
	}

#footer {
	width: 950px;
	margin-bottom: 30px;
	margin-top: -30px;

	font-size: 80%;
	}
#footer-copyright {
	width: 40%;
	float: left;
	margin-left: 25px;
	}	
#footer-credits {
	width: 50%;
	float: right;
	text-align: right;
	}
	
hr {
  border: 0;
  width: 100%;
  color: #0753a6;
  background-color: #0753a6;
  height: 1px;
}



h1 {
  font-size:        145%;
  color:            #0753a6;
  font-family: Garamond, Times New Roman;
}

h2 { font-size: 130%; 
  color:            #0753a6;
  font-family: Garamond, Times New Roman;
  margin-bottom: -10px;
  margin-top: 25px;
}

a:link {
  color:            #cb5903;
  text-decoration:  underline;
}

a:hover {
  color:            #902b19;
  text-decoration:  underline;
}

a:visited {
  color:            #cb5903;
  text-decoration:  underline;
}

.inner a:link {
	text-decoration: underline;
	color: #000;}
.inner a:visited {
	text-decoration: underline;
		color: #000;}
.inner a:hover {
	text-decoration: none;}
.inner a:active {
	text-decoration: none;}
	
#allcontent {
	width: 970px;
	background-image: url(graphics/bk.jpg);
	}