body, div, p, h1, h2, h3, h4, h5, h6, th, td, input, select, textarea, a, li {
  font-family: verdana, arial, sans-serif;
}

body, th, td, input, select, textarea, p, li {
  font-size: 10px;
}

code, pre {
  font: 10px "courier new", courier, monospace;
}

body {
	margin: 0px;
	background-image:url(../images/backgrounds/bgTile.jpg);
	background-repeat:repeat-x;
	background-color:#004eb1;
  color: #415273;
}

input, select, textarea {
	background-color:#e4eff9;
	color:#11568a;
}

p {
	margin-top:0px;
}

li {
	list-style-image: url(../images/misc/bullet.gif);
	margin-bottom:3px;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 18px;
	text-transform:lowercase;
	color:#7dc242;
	border-bottom:#a4d47a 2px solid;
	padding-bottom:2px;
	margin-bottom:5px;
	margin-top:0px;
}

h3 {
  font-size: 12px;
	text-transform:lowercase;
	color:#884714;
	border-bottom:#d6bd97 1px solid;
	padding-bottom:2px;
	margin-bottom:0px;
	margin-top:0px;
}

h4 {
  font-size: 11px;
	margin:0px;
}

h5 {
  font-size: 13px;
	text-transform:lowercase;
	color:#7dc242;
	border-bottom:#a4d47a 2px solid;
	padding-bottom:2px;
	margin-bottom:5px;
	margin-top:0px;
}

h6 {
  font-size: 6px;
}

img {
  border: 0px;
}

hr {
  height: 1px;
}

th {
  text-align: left;
}

a:link, a:visited, a:active {
  color: #306ce7;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
  color: #042c7f;
	text-decoration:none;
	font-weight:bold;
}

a.foot:link, a.foot:visited, a.foot:active {
  color: #006ab8;
	font-size:9px;
}

a.foot:hover {
  color: #6bb7ee;
	font-size:9px;
}

a.brownLink:link, a.brownLink:visited, a.brownLink:active {
  color: #884714;
}

a.brownLink:hover {
  color: #ab7c54;
}

a.light:link, a.light:visited, a.light:active {
  color: #4b93c9;
	font-size:9px;
}

a.light:hover {
  color: #035592;
	font-size:9px;
}

a.light2:link, a.light2:visited, a.light2:active {
  color: #4b93c9;
	font-size:10px;
}

a.light2:hover {
  color: #035592;
	font-size:10px;
}

.alert {
  color: #f00;
}

.required {
  color: #aaca8d;
	font-size: 9px;
}

.stroke {
	border: #000 1px solid;
}

.footer {
	font-size:9px;
	color:#787777;
}

.footDiv {
	font-size:9px;
	color:#69b23d;
}

.teenZone {
	padding-left:12px;
	padding-right:12px;
	margin:0px;
	font-size:9px;
	line-height:14px;
}

.brownBox {
	border-left:#d6bd97 1px solid;
	border-right:#d6bd97 1px solid;
}

.brownBox2 {
	border:#f8f0d0 1px solid;
	background-color:#fcf9ec;
	padding:4px;
}

.brownBox3 {
	border:#f8f0d0 1px solid;
	background-color:#fcf9ec;
	padding:3px;
}

.contentFoot {
	background-image:url(../images/structural/bottomwhite.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
}

.khakiBox {
	background-color:#f8f0d0;
	background-image:url(../images/backgrounds/watermark.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.lighter {
	color:#dbcaa8;
}