/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	line-height: 120%;
	color: #666666;
}

h1 {
	font-size: 150%;
	font-weight: normal;
	color: #76B454;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	color: #76B454;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	color: #76B454;
	margin: 0px;
	padding: 20px 0px 5px 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	border: 1px solid #cccccc;
	padding: 0px 10px 20px 10px;
	margin: 10px 0px 0px 0px;
}

legend {
	color: #76B454;
}

label {
	display: block;
	padding: 10px 0px 3px 0px;
}

hr {
	border-top: 1px solid #9EDEFF;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	margin: 10px 0px 5px 0px;
}

hr.dashed {
	border-top: 1px dashed #9EDEFF;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	margin: 10px 0px 5px 0px;
}
	

/* Links */

a {
	color: #76B454;
	text-decoration: underline;
}

a:hover {
	color: #76B454;
	text-decoration: none;
}

#nav a {
	color: #76B454;
	text-decoration: none;
}

#nav a:hover {
	color: #76B454;
	text-decoration: underline;
}

#base a {
	color: #A8A7A7;
	text-decoration: none;
}

#base a:hover {
	color: #A8A7A7;
	text-decoration: underline;
}

#footerContent a {
	color: #A8A7A7;
	text-decoration: none;
}

#footerContent a:hover {
	color: #A8A7A7;
	text-decoration: underline;
}

/* ----- */

#homeContent h1 {
	margin: 0px;
	padding:0px;
}

#homeContent h1 span {
	display: none;
}

#postitContent p {
	line-height: 125%;
	padding: 0px 25px 0px 10px;
	margin: 0px 0px 15px 0px;
}

#postitContent a {
	color: #fc1402;
	font-weight: bold;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	list-style-type: none;
	border-bottom: 1px dashed #cccccc;
	padding: 6px 0px;
	font-weight: bold;
	color: #76B454;
}

ul#nav2 {
	margin: 0px 0px 0px 15px;
}

#nav2 li {
	list-style-type: circle;
	border-bottom: 1px solid #ffffff;
	padding: 5px 0px 0px 0px;
	font-weight: normal;
	color: #76B454;
}

#nav3 li {
	list-style-type: none;
	border-bottom: 1px solid #ffffff;
	padding: 5px 0px 0px 10px;
	font-weight: normal;
}

#nav3 a, #nav3 a:hover {
	color: #42AFE8;
}

.baseLogo {
	margin: 0px 0px 3px 0px;
}

/* ----- */

#search form {
	padding-top: 5px;
}

input.search {
	border: 1px solid #BBB7B7;
	color: #999999;
	width: 134px;
	height: 15px;
	padding: 2px 2px 0px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	vertical-align: middle;
}

input.go {
	vertical-align: middle;
	margin-left: 6px;
	background-color: #9EDEFF;
	color: #ffffff;
	border: 1px solid #9EDEFF;
	font-size: 90%;
	height: 19px;
	width: 39px;
	font-weight: normal;
}

.moduleUL {
	list-style-type: none;
	margin: 0px;
	padding:0px;
	border-top: 1px solid #9EDEFF;
}

.trialName {
	border-bottom: 0px dashed #9EDEFF;
	padding: 10px 0px 4px 0px;
}

.trialDescription {
	border-bottom: 1px dashed #9EDEFF;
	padding: 4px 0px 8px 0px;
}

a.moduleLink  {
	font-weight: bold;
	text-decoration: none;
}

a.moduleLink:hover  {
	font-weight: bold;
	text-decoration: underline;
}

.title {
	font-weight: bold;
	color: #76B454;
	font-size: 120%;
}

#sitemap li {
	padding: 5px 0px;
}

.submit {
	margin: 15px 0px;
}

.error_msg {
	color: #ff3300;
	line-height: 140%;
}


