@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #A2968a;
}
#background {
	background-image: url(images/gridlines.png);
	background-repeat: no-repeat;
	height: 1200px;
	width: 880px;
	background-color: #A2968a;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper {
	background-color: #FFFFFF;
	width: 860px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	height: 1075px;
	width: 860px;
	padding-left: 10px;
}
#space {
	height: 10px;
	width: 860px;
}
#banner {
	margin: 0px;
	padding: 0px;
	height: 138px;
	width: 860px;
}

#nav {
	margin: 0px;
	height: 30px;
	width: 860px;
	font-size: 0.8em;
	background-color: #a09a00;
	font-family: arial;
	color: #FFFFFF;
	font-weight: bold;
}
#nav ul {
	list-style-type: none;
	padding-left: 403px;
	padding-top: 6px;
}
#nav li {
	display: inline;
	padding-right: 7px;
}
#nav li a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav li a:hover {
	color: #333333;
}

#nav li a.current{
	color: #333333;
	}
	
#nav li a.current:hover {
	cursor: default;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #B8AEA5;
	height: 10px;
	width: 860px;
	padding-top: 5px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.4em;
	color: #FFFFFF;
	background-color: #A2968A;
	height: 855px;
	width: 860px;
	padding-left: 0px;
}

#LeftCol {
	float: left;
	height: 835px;
	width: 349px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
}

#LeftCol ul li {
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none; /*no underline*/
	list-style-type: none; /*no disc bullet pt*/
}

#LeftCol ul li ul li {
	font-weight: normal;
	margin-left: 25px;
}
	
#LeftCol a {
	color: #ffffff; /*gets rid of automatic blue hyperlink and makes it white*/
	text-decoration: none; /*needs to be in here even though it is in ul li above since this is hyperlink??*/
}

#LeftCol a:hover {
	color: #333333; /*makes dark gray hover state*/
}

#RtCol {
	float: right;
	height: 835px;
	width: 449px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 22px;
	background-image: url(images/line.png);
	background-repeat: repeat-y;
}
	
#RtCol ul li {
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	font-size: 9pt;
}

#RtCol ul li ul li {
	font-weight: normal;
	margin-left: 25px;
}
	
#RtCol a {
	color: #ffffff;
	text-decoration: none;
}

#RtCol a:hover {
	color: #333333;
}

#Projects {
	color: #FFFFFF;
	text-decoration: none;
	width: 85px;
	height: 75px;
	float: left;
}

#Projects2 {
	height: 75px;
	width: 85px;
	float: left;
}
#footer {
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 860px;
	background-color: #FF0000;
	font-size: 0.7em;
	font-family: arial;
	color: #FFFFFF;
}

#footer ul {
	list-style-type: none;
	padding-left: 403px;
	padding-top: 7px;
}
#footer ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer ul li {
	display: inline;
	padding-right: 7px;
}

#footer ul li a:hover {
	color: #333333;
}
