
html, body {
	margin: 0;
	padding: 0;
}


/* Page Container Styles */

#page-container {
	width: 760px;
	margin: auto;
	margin-top: 30px;
	border: 2px solid black;
	background: white;

-moz-box-shadow: 5px 5px rgba(0,0,0,0.5), inset 0 0 5px #888;
 -webkit-box-shadow: 5px 5px rgba(0,0,0,0.5), inset 0 0 5px #888;
 box-shadow: 5px 5px rgba(0,0,0,0.5), inset 0 0 5px #888;

}

/* Body Styles */

body {
	background: url("../images/background5.gif");
	background-repeat: no-repeat;
	font-family:  Lucida Sans Unicode, Century Gothic, Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12.5px;
	color: rgb(49, 79, 79);
}

/* Main Naviation Styles */

#main-nav {
	height: 80px;
	padding: 5px;
	border-top: 3px solid gray;
	border-bottom: 3px solid gray;
}

#main-nav img {
	height: 70px;
} 

#main-nav a {
	text-decoration: none;
	color: rgb(70, 130, 180);
} 

#main-nav dt {
	font-size: 1.5em;
	float: left;
	text-align: center;
}


/* Header Styles */
	
#header {
	height: 150px;
	background: gray
url(../images/backgroundalt1.jpg);
} 

h1 {
	margin: 0;
	padding: 0;
}

/* Side Bar Styles */

#sidebar-a { 
	background-color: #cdc9c9;
	font-family: Lucida Sans Unicode, Arial, Helvetica, Sans-serif;

	float: right;
	width: 200px;
	height: 450px;
	padding: 25px;
	line-height: 18px;
	border-left: 2px solid gray;
}

#sidebar-a img {
	width: 200px;

}

#sidebar-a h3 {
	font-family:  Lucida Sans Unicode, Century Gothic, Arial, Helvetica, Verdana, Sans-serif;
	color: rgb(70, 130, 180);
	width: 180px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid rgb(30, 144, 255);
}

/* Content Styles */

#content {
	margin-right: 280px;
	padding: 25px;
	line-height: 18px;
}


#content h2 {
	color: rgb(70, 130, 180);
	width: 380px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid rgb(30, 144, 255);
}

#content p {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 15px;
}

#content img {
	margin-top: 10px;
	padding: 3px;
	width: 110px;
	height: 85px;
	border: 2px solid black;
}

/* Table Styles */

<!-- CSS goes in the document HEAD or added to your external stylesheet -->
<style type="text/css">


table.imagetable {

	
font-family: verdana,arial,sans-serif;
	
font-size:11px;
	
color:#333333;
	
border-width: 1px;
	
border-color: #999999;
	
border-collapse: collapse;


}


table.imagetable th {

	
background:#b5cfd2 url('../Thumbnails/cell-blue.jpg');
	
border-width: 1px;
	
padding: 8px;
	
border-style: solid;
	
border-color: #999999;


}


table.imagetable td {

	
background:#dcddc0 url('../Thumbnails/cell-grey.jpg');
	
border-width: 1px;
	
padding: 8px;
	
border-style: solid;
	
border-color: #999999;


}



/* Footer Styles */

#footer {
	clear: both;
	height: 134px;
	background: url(../Thumbnails/footer1.gif);
	font-family: Lucida Sans Unicode, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: black;
	text-align: center;
	border-top: 2px solid #E0E0E0;
	padding: 13px 25px;
	line-height: 18px;
}

#footer #altnav a {
	text-decoration: none;
	color: white;
}

#footer #altnav {
	width: 760px;
	float: right;
	text-align: center;
	padding: 5px;
	font-size: 16px;
}

#footer #altnav a:hover {
	color: #6495ed;
}



