div#content {
	font-family: arial, helvetica, sans-serif, "times new roman";
	font-size: 18px;
	line-height: 21px;
	color: #172983;
	background-color: #FFFFFF;
	padding: 20px;
}


#content h1 {
	font-size: 20px;
	color: #F29400;
}


#content h2 {
	font-size: 18px;
	color: #172983;
	padding-top: 25px;
}


#content table, #content td {
	margin: 0px;
	padding: 0px;
}


#message {
	position: relative;
}


#message p {
	text-align:center;
	color: #172983;
	font-weight: bold;
	border: 1px solid #172983;
	background-color: white;
}


.border { 
	border: 1px solid #172983;
}


.left {
	float: left;
	margin-right:25px; margin-bottom:10px; margin-top:5px;
	border: 1px solid #172983;
}


.right {
	float: right;
	margin-left:25px; margin-bottom:10px; margin-top:5px;
	border: 1px solid #172983;
}


.noborder {
	border: 0px solid white;
}


#content ul {
	list-style-image: url('../images/bullet.gif');
}


#content li {
	margin-top: 3px;
	margin-bottom: 7px;
}


#content b {
	color: #172983;
}


div#content a, div#content a:visited { 
	color: #F29400; text-decoration:underline; 
}


div#content a:hover {
	text-decoration:underline; 
}


div#content .input {
	border: 1px solid #ddae1d;
	background-color: #f9f2dc;
	color: #444444;
	font-family: Courier, "Times New Roman", Arial;
	font-size: 18px;
	width: 100%;
}


div#content .highlight {
	font-weight: bold;
	color: #F29400;
}
