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

body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #333333;

	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
	background-color: #FFFFFF;

}

.bodytable {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-style: solid;
	border-bottom-style: solid;
	width: 900px;
	background-color: #FFFFFF;
}

/* rounded menu */

#nav {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #9FB1BC;
	}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#nav a:link, #nav a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #708491;
	}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #000;
	}

h1 {
	font-size: 14px;
	color: #AD3352;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #AD3352;
}

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}

.highlight {
	color: #AD3352
}

.superhighlight {
	color: #AD3352;
	font-weight: bold;
}
