body {
background-color: #003471;
margin: 0 auto;
text-align: center;
}

td,tr,table {
font-family: tahoma;
    font-size: 12pt;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
}

.headertext
{
    font-family: tahoma;
    font-size: 26pt;
    font-weight: bold;
    font-style: italic;
    color: #003471;
	text-align:center;

}

.contenttext
{
    font-family: tahoma;
    font-size: 16pt;
    font-weight: bold;
    font-style: italic;
    color: #003471;
	text-align:center;

}

a:link {color: #003471; font-weight:bold; text-decoration:underline;}
a:active, a:hover {color: #5895c5; font-weight:bold; text-decoration:none;}
a:visited {color: #003471; font-weight:bold; text-decoration:underline;}


#main {
	position: relative;
	margin: auto;
	width: 800px;
	}

#logo {
	position: absolute; 
	top: 110px; 
	left: 10px; 
	width: 350px;
	height: 358px;
	text-align: center;
	padding-top: 50px;
	background-image:url(images/logo_bg.gif); 
	background-repeat:no-repeat;
}

#content {
	position: absolute; 
	top: 110px; 
	right: 10px; 
	width: 395px;
	height: 358px;
	text-align: center;
	background-image:url(images/content_bg.gif); 
	background-repeat:no-repeat;
}

.break{
	height:20px;
}

#copyright {
	position: absolute; 
	top: 490px; 
	left: 0; 
	width: 800px; height: 15px;
}
