body {
	background:		#7ACEFE;
	font-family:	Verdana, Arial;
	font-size:		10pt;
}

h1 {
	margin-top:		30px;
	text-transform: uppercase;
	font-size:		14pt;
}

h2 {
	font-size:		13pt;
	margin:		10px;
  margin-left: 0px;
	font-weight:	bold;
}

a {
	text-decoration:	none;
	font-weight:		bold;
	color:				#000;
	border-bottom:		dashed 1px #000;
}

a:hover {
	border-bottom:		solid 1px #000;
}

input {
	font-size:		8pt;
	padding:		4px;
	border:			1px solid #000;
}

label {
	font-weight:	bold;
}

div.clear {
	clear:			both;
	height:			1px;
}

.left {
	float:			left;
}

.right {
	float:			right;
}

#page {
	width:			836px;
	border-top:		none;
	margin:			20px auto;
	background:		#FFF;
}

#header {
	height:			163px;
	width:			836px;
	background:		url(../img/header.png);
}

#content {
	border:			3px solid #6A9100;
	background:		url(../img/content_back.jpg) top left no-repeat;
	min-height:		500px;
}

#copy {
	padding-right:	15px;
	line-height:	140%;
  padding-bottom: 15px;
}

#copy table {
  background: #e3fed6;
  border: 1px dashed #6A9100;
  border-collapse: collapse;;
}

#copy table td {
  font-size: 7pt;
  border: 1px dashed #6A9100;
  margin: 0px;
  padding: 6px;
}

#copy table th {
  background: #A6FC7C;
  border: 1px dashed #6A9100;
  font-size: 10pt;
  padding: 6px;
}

#copy li {
  margin-bottom: 6px;
}

#left_nav {
	width:			183px;
	float:			left;
	margin-right:	15px;
	text-align:		center;
}

#left_nav ul {
	margin:			0;
	margin-top:		20px;
	padding:		0;
	list-style:		none;
}

#left_nav li {
	margin:			auto;
	margin-top:		2px;
	padding-top:	16px;
	width:			165px;
	height:			36px;
	background:		url(../img/right_nav_button.gif) no-repeat top left;
}

#left_nav a {
	color:			#FFF;
	font-weight:		bold;
	text-transform: 	uppercase;
	font-family:		Verdana, Arial;
	font-size:			11pt;
	text-decoration:	none;
	border-bottom:		none;
}

#left_nav a:hover {
	font-size:			12pt;
}

#top_nav {
	width:			645px;
	float:			left;
	margin-left:	185px;
	margin-top:		125px;
}

#top_nav ul {
	margin:			0;
	padding:		0;
	list-style:		none;
}

#top_nav li {
	display: 		inline;
}

#top_nav a {
	background:			url(../img/tab.gif) no-repeat top left;
	padding-top:		6px;
	width:				107px;
	height:				32px;
	text-align:			center;
	display: 			block;
	float:				left;
	color:				#000;
	font-weight:		bold;
	text-transform: 	uppercase;
	font-family:		Verdana, Arial;
	font-size:			8pt;
	text-decoration:	none;
	border-bottom:		none;
}

#top_nav a:hover, #top_nav .on {
	background:			url(../img/tab_ov.gif) no-repeat top left;
}

#secondary_nav {
	background:		#FFF;
	height:			35px;
	text-align:		center;
	padding-left:	4px;
}

#secondary_nav ul {
	margin:			0;
	padding:		0;
	list-style:		none;
}

#secondary_nav li {
	display: 		inline;
}

#secondary_nav a {
	background:		url(../img/sub-nav-off.jpg) #FFF top center no-repeat;
	padding-top:	10px;
	height:			25px;
	width:			103px;
	text-align:			center;
	vertical-align: 	middle;
	color:				#FFF;
	font-weight:		bold;
	text-transform: 	uppercase;
	font-family:		Verdana, Arial;
	font-size:			7pt;
	text-decoration:	none;
	border-bottom:		none;
	float:				left;
	display: 			block;
}

#secondary_nav a:hover {
	background:		url(../img/sub-nav-ov.jpg) top center no-repeat;
}

.callerMenu {
	list-style:		none;
	display:		inline;
	clear:			right;
}

.callerMenu li {
	float: 			left;
	padding:		5px;
}

#counter {
  text-align: center;
  font-size: 8pt;
}

.errors {
  color: red;
  border: 1px dashed red;
}

.required, .invalid {
	border:		1px solid red;
}
