body
{
	font-size: 18px;
}

#container
{
	margin: auto; 
	width: 550px;
}

#title
{
	float: right; 
	background-color: #0070A3; 
	color: white; text-align: 
	right; width: 240px; 
	padding-right: 10px;  
	border-radius: 10px; 
	margin-bottom: 20px;
}

#logo
{
	height: 300px; 
	background-image: url('/img/LogoT.png'); 
	background-size: contain; 
	background-repeat: no-repeat; 
	width: 100%;
}

#mainText
{
	clear:right; 
	text-align: right; 
	padding-right: 10px; 
	margin-bottom: 0px;
}

#footer
{
	background-color: #0070A3; 
	width: 550px; 
	height: 30px; 
	clear: both;
}

#footerText
{
	margin: 0px; 
	padding-top: 5px; 
	padding-right: 10px; 
	color: white; 
	text-align: right;
}

#extraCont
{
	text-align: center;
}

#extraContText
{
	color: #0070A3;
}

a, a:hover
{
	text-decoration: none;
}

#mainText a 
{
	color: black;
}

#mainText a:hover
{
	color: #0070A3;
	text-decoration: underline;
}

#footerText a
{
	color: white;
}

#footerText a:hover
{
	text-decoration: underline;
}
