body
{
width: 602px;
margin: auto auto;
background-color: #4297C1;
}

h1, h2
{
text-align: center;
}

div
{			
padding: 0px;
overflow: hidden;
background-color: #FFFFFF;
}

div.title
{
height: 255px;
}

div.main
{			
margin-top: 8px;
border: thin solid #000000;	
}

.center
{
text-align: center;
}

div.interns
{	
padding: 0px 0px;	
text-align: center;
background-color: #000000;
}

div.column
{
width: 44%;
}

div.left, div.right
{
padding: 3%;
}

div.left
{
float: left;
}

div.right
{
float: right;
}

div.interns div.left
{
background-color: #000000;
}

div.interns div.right
{
margin-top: 150px;
background-color: #000000;
}

div.left div, div.right div
{
background-color: #FFFFFF;
margin: 50px auto 50px auto;
}

div.left img, div.right img
{
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
}

div.interns a
{
color: #333355;
font-weight: bold;
font-size: larger;
font-style: normal;
}

div.map img
{
border-width: 0px;
}

table.menu 
{		
width: 100%;	
table-layout: auto;
text-align: center;
background-color: #FFFFFF;
border-collapse: collapse
}

table.menu  td.navigation , table.menu  tr
{	
background-color: #FFFFFF;
}

table.menu  td.navigationCurrent 
{		
background-color: #333355;
border: thin solid #000000;	
color: #4297C1;
font-weight: bold;
font-style: normal;
}

table.menu  td.navigation:hover 
{	
background-color: #333355;
}

table.menu a
{
color: #4297C1;
font-weight: bold;
font-style: normal;
}

img
{
max-width: 100%;
}