a {
	text-decoration: underline;
	color: #3834B2;
}

a:visited {
	text-decoration: underline;
	color: #3834B2;
}

a:hover {
	text-decoration: underline;
	color: #3834B2;
	font-weight: bold;
}

p,div,span,ul,ol,li,td,tr,tbody,thead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: black;
}

.pageBg {
	background: url('../images/page_bg.jpg') repeat-x #444273;
}

#topnav {
	margin-top: 41px;
}

#content,#rightnav {
	padding: 12px;
}

.title {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #7F73AA;
	padding: 4px;
}

#content p {
	margin-top: 10px;
}

#footer {
	margin-top: 10px;
	color: white;
	font-size: 11px;
}

hr {
	width: 80%;
	color: #A39AB9;
	border: 1px solid #A39AB9;
	margin-top: 10px;
	margin-bottom: 10px;
}

.moreLinks {
	padding-left: 10px;
	font-size: 14px;
	text-align: right;
}

.error {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	font-weight: bold;
}

.tablecell {
	background-color: #DCD7E4;
	white-space: nowrap;
}

.tablecelllight {
	background-color: white;
	white-space: nowrap;
}

.tableheadercell {
	background-color: #564454;
	color: #FFFFFF;
	font-weight: bold;
}

.tablestandard {
	border: 1px solid #564454;
}

.field {
	background: url('../images/input_bg.gif') repeat-x #EBEBEB;
	border: 1px solid #A397CF;
	padding-left: 2px;
}