.content_text
{
	color: #FFFFFF;
	font-family: georgia;
	font-size: 13px;
}

.content_link
{
color: #FFFFFF;
font-family: georgia;
font-size: 13px;
font-weight: bold;
}

.content_link2
{
color: #FFFFFF;
font-family: georgia;
font-size: 18px;
font-weight: bold;
}

html, body
{
	margin: 0 0;
	padding:0;
	text-align:center; /* IE hack*/
	background-color:#0f3178;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: red;}

#page {
background-color:#0f3178;
width:1000px;
margin: 0 auto;
text-align:left; 	/* IE hack  */
}

#body
{
	width:1000px;
	margin-top:auto;
	margin-left:auto;
	position:relative;
	background-color: #0f3178;
	text-align: center;
}

#logo
{
background-image:url(images/frontpage/logo.jpg);
background-repeat:no-repeat;
background-position:bottom center;
width:237px;
height:152px;
margin-top:auto;
margin-left:auto;
border:0;
}

#logo .homeLink
{
display:block;
width:237px;
height:152px;
margin-left: auto; 
margin-right: auto;
border:0;
}

#slideshow 
{
width:1000px;
overflow:hidden;
height:300px;
position:relative;
}

#slideshow img {position:absolute;}




