body {
	background: #666666 url(images/bg.jpg);
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:link img{
	border: 1px solid #663300;
}

a:visited img{
	border: 1px solid #663300;
}

a:hover img{
	border: 2px solid #9D0000;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #9D0000;
	text-transform: uppercase;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #9D0000;
}

/*Begin Header*/

.navbar {
	height: 18px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	background-color: #420000;
	text-transform: uppercase;
	line-height: 18px;
	color: #C40000;
	border-top-color: #660000;
	border-bottom-color: #000000;
	width: 532px;
	text-align: center;
	margin: 35px 0 0;
	padding: 0px 80em 0px 200px;
}

.navbar a{
	color: #FDDB9B;
	text-decoration: none;
}

.navbar a:hover{
	text-decoration: underline;
}

.novalogo {
	background-image: url(images/bgcream.jpg);
	text-indent: 200px;
	width: 100%;
	height: 97px;
	padding: 9px 0 9px 0;
}

.redspacer {
	height: 2px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #420000;
	border-bottom-color: #420000;
	background-color: #970000;
}

.goldbar {
	width: 100%;
	background-image: url(images/bggold.jpg);
}

.goldcontent {
	vertical-align: top;
	width: 532px;
	margin-left: 200px;
	background-image: url(images/bggoldtext.jpg);
	text-align: justify;
	color: #663300;
	padding: 10px 0 10px 0;
}

.goldcontent a{
	color: #663300;
}

.redcontent {
	width: 532px;
	overflow: visible;
	margin-left: 200px;
	color: #E3D066;
	text-align: justify;
	padding-bottom: 10px;
	margin-top: 15px;
}

.redcontent a{
	color: #E3D066;
	border-bottom-style: dotted;
	text-decoration: none;
	border-bottom-width: 1px;
}

.redcontent a:hover{
	font-weight: bold;	
}

/*Begin Sidebar*/

.sidebar {
	position: absolute;
	left: 734px;
	top: 183px;
	color: #420000;
	font-variant: small-caps;
	font-size: 10px;
}

.sidebar a{
	color: #420000;
	text-decoration: none;
	padding: 1px 4px 1px 3px;
}

.sidebar a:hover{
	text-decoration: none;
	color: #E3D066;
	background: #990000;
	padding: 1px 5px 1px 3px;
	border-top: 1px solid 000000;
	border-bottom: 1px solid 000000;
	line-height: 10px;
}

/*Begin Footer*/

.footer {
	border-top: 1px solid #200000;
	width: 532px;
	background-color: #420000;
	text-align: center;
	color: #9D0000;
	text-decoration: none;
	font-size: 9px;
	margin-top: 15px;
	border-bottom: 1px solid #200000;
	padding: 5px 80em 2px 200px;
}

.footer a{
	color: #9D0000;
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;
}

/*Begin Misc*/

.blank {
	height: 100px;
	width: 400px;
}
.selproject {
	height: 80px;
	width: 400px;
	border-top: 1px solid #E3D066;
	border-right: none #E3D066;
	border-bottom: 1px solid #E3D066;
	border-left: none #E3D066;
	vertical-align: middle;
	font-size: 10px;
	text-align: center;
	margin-top: 20px;
	margin-right: 76px;
	margin-left: 70px;
	position: static;
	padding: 2px;
	color: #663300;
}

.selfproject a{
	color: #663300;
}
