#content .adminLink a {
	border-bottom-width: 0;
}
#content .adminLink img {
	display: inline;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content p {
	margin: 15px 0;
}

#content #left {
	float: left;
	display: inline; /* ie6 double margin fix */
}

#content #right {
	float: right;
	text-align: justify;
	display: inline; /* ie6 double margin fix */
}

#content h1 {
	font-size: 18px;
	color: #184C99;
}
#content h2 {
	font-size: 16px;
	color: #184C99;
}
#content h3,
#content h3 a {
	font-size: 14px;
	color: #184C99;
}
#content h3 a {
	border-bottom-color: #184C99;
}
#content h4 {
	font-size: 12px;
	color: #184C99;
}
#content ul, 
#content ol {
	padding-left: 0;
	margin-left: 25px;
}

#content input,
#content textarea,
#content select {
	font-size: 11px;
	border: 1px solid #CCC;
	background-color: #FFF;
}

#content .button {
	cursor: pointer;
	color: #FFF;
	background-color: #184C99;
}

#content .errorMsg {
	color: #CC0000;
}