@charset "utf-8";
#header {
	width: 960px;
	height: 180px;
	position: absolute;
	top: 0px;
}
#nav {
	width: 260px;
	position: absolute;
	top: 180px;
	left: 0px;
	background-color: hsla(0,0%,100%,0.75);
}
#content {
	width: 690px;
	position: absolute;
	top: 180px;
	left: 260px;
	background-color: hsla(0,0%,100%,0.75);
	font-size: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
}
#wrapper {
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#nav ul {
	padding-right: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	list-style-image: none;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 110%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
#nav ul li a {
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 27px;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	background-image: url(../images/nav/link.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	background-position: 0 3px;
	background-position: 2px 3px;
	margin-left: 0px;
	min-height: 30px;
	text-transform: uppercase;
	margin-right: -10px;
}
#nav ul li a:visited {
	color: #9B5D0B;
}
#nav ul li a:hover, #nav ul li a:focus {
	background-image: url(../images/nav/hover.png);
	text-shadow: 0 0px 1px #737373;
}
#nav ul li a:active {
	background-image: url(../images/nav/active.png);
}
#nav ul li.current a {
	text-decoration: underline;
	background-image: url(../images/nav/hover.png);
}
body, td, th {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 12pt;
}
body {
	background-image: url(../images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-y: scroll;
	background-position: 20% 20%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 18pt;
	text-align: left;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-decoration: underline;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
}
p {
	line-height: 140%;
}
img {
	border-style: solid;
	border-radius: 10px;
	border-width: 2px;
}
img.full {
	border-style: none;
	border-radius: 0px;
}
.transparent-image {
	border-style: none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8000AA;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
ul.checklist {
	list-style-image: url(../images/bullet-check.gif);
	line-height: 145%;
}
.left {
	text-align: left;
	padding-left: 10px;
	padding-bottom: 5px;
}
.right {
	float: right;
	margin-left: 20px;
}
td.right {
	text-align: right;
	vertical-align: top;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
table a, table a:link, table a:visited {
	color: #000000;
	border-color: #000000;
}
table a:hover img {
	border-color: #0000FF;
}
table.contact td {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	padding-bottom: 15px;
}

td, th {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-weight: normal;
}
iframe {
	border: 2px solid #333333;
}
table.footer {
	width: 690px;
	margin-bottom: 15px;
	margin-top: 15px;
}
table.footer td {
	font-weight: normal;
	font-variant: small-caps;
	font-size: 90%;
}
table.footer hr {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
table.footer .small {
	font-size: 90%;
}

table.new-project {
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #FFFFFF;
}
table.new-project td {
	font-size: 90%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: left;
	font-weight: normal;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-style: none;
}
table.new-project tr:nth-child(even) {
	background-color: #F1F1F1
}
