body {
	background-color: #FFFFFF;
	margin: 0px;
	color: #FFFFFF;
	font-family: "Myriad Pro", "Myriad", "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 10pt;
}
h1 {
	color: #333333;
	font-weight: bold;
	font-size: 14pt;
	padding-left: 200px;
}

h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14pt;
	padding-left: 200px;
}

h3 {
	color: #333333;
	font-weight: normal;
	font-size: 12pt;
	padding-left: 200px;
}
h4 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12pt;
	padding-left: 200px;
}
h5 {
	color: #fff;
	font-weight: normal;
	font-size: 9.5pt;
	padding-left: 200px;
}
#container #content table {
}
h6 {
	color: #333333;
	font-weight: bold;
	font-size: 16pt;
	padding-left: 200px;
}
#container #content a {
	color: #333333;
}


#container {
	border-left: 1px solid #333333; /*Delete these two border declarations to get rid of the document border*/
	border-right: 1px solid #333333;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #999988;
}

.darkbar {
	background-color: #35322D;
	width: 1000px;
}

.bluebar {
	width: 1000px;
	height: 10px;
	background-color: #888899;
}

#stripetwo {
	width: 1000px;
	height: 222px;
	position: relative;
}

#navbar {
	width: 190px;
	height: 222px;
	background-color: #DDDDDD;
	position: absolute;
	top: 0px;
	left: 0px;
}

.nav {
	height: 26px;
	border-top: 2px solid #999988;
	font-size: 14px;
	line-height: 26px;
	padding-left: 6px;
	display: block;
	color: #444444;
	text-decoration: none;
}

.nav:first-child {
	border-top: 0px;	
}


a .nav {
	color: #FFFFFF;
	text-decoration: none;
}

.selected {
	background-color: #BBBBBB;
}

#mainimage {
	left: 190px;
	width: 810px;
	height: 222px;
	position: relative;
	overflow: hidden;
}

#sidebar {
	float: left;
	width: 190px;
	padding-top: 20px;
	margin-right: 10px;
}

.logintitle {
	padding-left: 6px;
	width: 184px;
	height: 26px;
	font-size: 14px;
	line-height: 26px;
	background-color: #BBBBBB;
	color: #FFFFFF;
}

#login {
	width: 178px;
	background-color: #DDDDDD;
	color: #666666;
	font-size: 12px;
	padding: 6px;
}

input {
	width: 172px;
	height: 20px;
	border: 1px solid #BBBBBB;
	font-family: "Myriad Pro", "Myriad", "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

#graphbox {
	width: 178px;
	background-color: #DDDDDD;
	padding:6px;
}

#content {
	left: 200px;
	padding-top: 20px;
	padding-right: 20px;
}

#header {
	background-color: #888899;
	margin-left: 200px;
	color: #333333;
	font-size: 17pt;
	font-weight: bold;
	padding: 10px;
}


.clear {
	clear: both;
}

.bottom {
	text-align: center;
	font-size: 17px;
}

.grey {
	color: #999999;
}

#container #content #form1 #submit {
	margin-left: 200px;
}

#container #content #individual table {
	color: #000000;
	width: 500px;
	border-collapse: collapse;
} 

form {
 padding: 5px;
}

.texta {
 font-size: 10px;
 background-color: #CCCCCC;
 border: 1px solid #666666;
}
