body {
	color: #5b5b5b;
	background: #d4edff url('images/bodybg.gif') repeat-x;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	font-size: 0.75em;
	padding: 20px;
}

a, a:link, a:active, a:visited {
	color: #0187c5;
	text-decoration: none;
}

a:hover {
	color: #0187c5;
	text-decoration: underline;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: px; /*for IE*/
}

img {
	border: 0px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px 0;
	text-align: center;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 11px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin: 0 0 6px 0;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	margin: 0 0 6px 0;
}

hr {
	color: #cecece;
	background-color: #cecece;
	height: 1px;
	margin-left: 10px;
	margin-right: 10px;
	border: 0;
}

table {
	width: 100%;
    border-collapse: separate;
    border-spacing: 0px 0px;
}

table td {
	border-bottom: solid 1px #dadada;
	padding: 10px;
	width: 50%;
}

tr.lastRow td {
	border-bottom: 0;
}

.input input {
	width: 300px;
	height: 30px;
	text-align: center;
	font-size: 150%;
	//padding: 3px;
	//border: 1px #dadada solid;
	//background-color: #fafafa;
}

.imgPreload {
	display: none;
	width: 0px;
	height: 0px;
}

#wrap {
	width: 80%;
	margin: 10px auto 50px auto;
	padding: 30px 10px 30px 10px;
	background: white;
	border: 1px solid #ddd;
}

.subContentDiv {
	padding-left:  10px;
	padding-right: 10px;
	line-height: 150%;
	margin-bottom: 15px;
}

.yellowBox, .orangeBox, .blueBox {
    padding: 10px;
	background-color: #ddf2ff;
	margin-bottom: 15px;
}

.greenBox {
    padding: 10px;
	background-color: #daffca;
	margin-bottom: 15px;
}

.redBox {
    padding: 10px;
	background-color: #ffdec9;
	margin-bottom: 15px;
}

.greenText {
	color: green;
}

.yellowText {
	color: #cfd100;
}

#footer {
	padding: 10px;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
	color: #8e8e8e;
}

#footer a{
	color: #8e8e8e;
}

.signupForm {
	margin-bottom: 10px;
}

.signupFormTitle {
	text-align: right;
}

.signupFormField input {
	width: 200px;
}

#primaryNav {
	overflow: hidden;
	width: 100%;
}

#primaryNav ul {
	position: relative;
	float: left;
	left: 46%;
	list-style: none;
	margin-top: 20px;
}

#primaryNav ul li {
	position: relative;
	right: 50%;
	float: left;
	padding: 10px;
}