/* 660 - green */
/* f93 - orange */
/* 9f0000 - red */

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 598px;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #000;
	padding-right: 5px;
	
}
input {
	display: block;
	margin-bottom: 15px;
	background-color: #ccc;
}

textarea {
	display: block;
	margin-bottom: 15px;
	background-color: #ccc;

}
#nav {
	position:relative;
	top: 30px;
	text-align: right;
}

ul {
	margin: 0px;
	list-style: none;
	display: inline;
	padding: 0px;
}
ul li {
	display: inline;
	padding: 0px 5px 0px 0px;
}

ol { padding: 0px 0px 0px 20px; }
ol li {
	padding: 0px;
}


#nav a {
	text-decoration: none;
}

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:598px;
	height: 60px;
	background-image: url("images/header4.gif");
}

body {
	font-family: Tahoma, Arial, sans-serif;
	margin: 0px;
	background-color: #333;
	color:#ccc;
	font-size: 12px;
}

#mainContent {
	position:absolute;
	top: 75px;
	width: 590px;
	padding-left: 5px;
	padding-right: 5px;
}

h4 { display:inline; }

#subnav {
	width: 594px;
	position:absolute;
	top: 60px;
	padding-left: 5px;
	text-align: right;
	font-size: 11px;

}

h2 {
	font-family: QuickType, sans-serif;
	font-size: 15px;
	color: #fff;
	}

h3 {
	font-family: QuickType, sans-serif;
	font-size: 13px;
	color: #fff;
}
	
a:link{
	color: #f93;
}
a:visited{ color: #f93;}
a:hover{ color: #fc3; }
a:active{ color: #fff;}

.current { 
	color: #fff; 
}

.left{
	float:left;
	margin-right: 10px;
}
img {
	margin-right: 5px;
}
.right{
	float:right;
	padding-left: 10px;
}
#block { display: block; }
.endLink {
	text-align: right;
}

.whatIsIt { display: inline;
	margin-right: 20px; }
h4 {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	display: inline;
}

object {
	float: right;
	vertical-align: top;
	margin-left: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #f93;
}
