@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #C4C8EB;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
}

#nav {
	background-image: url(images/mockup-2.gif);
	background-repeat: repeat-y;


}
.test {
	background-color: #FFFFFF;
}
#bground {
	background-image: url(images/mockup-2.gif);
	background-repeat: repeat-y;
}

#content {
	padding-left: 10px;
	padding-right: 10px;
}

#nav p {
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	text-indent: 15px;
}
#nav    a:link   {
	color: #B3C3E3;
	text-decoration: none;
}
#nav   a:visited {
	color: #B3C3E3;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.footer {
	font-size: 0.8em;
	background-color: #666666;
}
#content h1 {
	font-size: 1.2em;
	color: #000099;
}
#content h2 {
	font-size: 1em;
	color: #7585B5;
}
.bold-gray {
	font-weight: bold;
	color: #666666;
}

