/* layout */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F4F4F4;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	}
	
#container {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 760px;
	max-width: 760px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	line-height: 12pt;
	}
		
#banner {
	padding: 0px;
	height: 150px;
	max-height: 150px;
	border: 0px;
	background-image:url(images/bgtile.jpg);
	}

#navbar {
	padding: 0px;
	height: 20px;
	max-height: 20px;
	border: 0px;
	background-image:url(images/bgtile.jpg);
	color: #FFFFFF;
	font-size: 17px;
	letter-spacing: 1px;
	}

#menu {
	padding: 0px;
	height: 40px;
	max-height: 40px;
	}
	
#content {
	padding: 10px;
	text-align: left;
	font-size: 12px;
	}

#footer {
	padding: 10px;
	font-size: 10px;
	text-align: left;
	background-color: #FFFFFF;
	clear: both;
	background-image:url(images/bgtile.jpg);
	color: #FFFFFF;
	}

/* text formating */
p {
	font-size: 12px;
}

.header {
	font-weight: bold;
	font-size: 18px;
	color: #006666;
	}
		
.title {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	}
	
.breadcrumb {
	font-size: 10px;
	}

UL {
	list-style-type: square; 
	}

/* image formating */		
.thumbnail {
	border-style: solid;
	border-color: #006666;
	margin: 5px;
	border-width: 1px;
	}

/* nav bar links */
a.nav:link {
	font-weight: normal;
	font-size: 17px;
	color: #739E85;
	letter-spacing:1px;
	text-decoration: none;
	}
a.nav:visited {
	font-weight: normal;
	font-size: 17px;
	color: #739E85;
	letter-spacing:1px;
	text-decoration: none;
	}
a.nav:hover {
	font-weight: normal;
	font-size: 17px;
	color: #FFFFFF;
	letter-spacing:1px;
	text-decoration: underline;
	}
a.nav:active {
	font-weight: normal;
	font-size: 17px;
	color: #739E85;
	letter-spacing:1px;
	text-decoration: none;
	}
	
/* links */
a:link {
	color: #006666;
	text-decoration: underline;
	}
a:visited {
	color: #669999;
	text-decoration: underline;
	}
a:hover {
	color: #000000;
	text-decoration: underline;
	}
a:active {
	color: #CCCCCC;
	text-decoration: underline;
	}
	
/* footer links */
a.footer:link {
	color: #739E85;
	text-decoration: underline;
	}
a.footer:visited {
	color: #739E85;
	text-decoration: underline;
	}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
a.footer:active {
	color: #739E85;
	text-decoration: underline;
	}

