/* CSS Document */

body {
	margin-top: 50px;
	background-color: #000000;
}

#rightSide{
	background-color: #FFFFFF;
	float: left;
	width: 568px;
}

#blueBar{
	width: 568px;
	height: 5px;
	background-color: #004C65;
	float: left;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content a{
	font-weight: bold;
	text-decoration: none;
	color: #0A50A1;
}

#content a:hover{
	font-weight: bold;
	text-decoration: underline;
	color:#0A50A1;
}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.underlineTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: underline;
}