﻿body 
{
	width: 850px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right:auto;
    margin-left:auto;
	background-color: #969696;
	font-family: "Palatino Linotype";
	color: #000000;
	text-align: center;
	border-top-style: solid;
	border-top-color: Black;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-color: Black;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: Black;
	border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: Black;
    border-bottom-width: 1px;
}

h1 
{
	font-size: 16px; 
	font-weight: bold; 
	color: #003366; 
	text-align: center; 
	text-decoration: none
}

h2 
{
	font-size: 14px; 
	font-weight: bold; 
	color: #003366; 
	text-align: left; 
	text-decoration: none
}

#title {
	background-color: #FFFFFF;
    font-size: 14px;
    text-align: left;
}

#menu {
    background-color: #00267F;
    font-size: 12px;
    text-align: center;
    border-top-style: solid;
    border-top-color: Black;
    border-top-width: 1px;
}

#menu a {
	display: block;
	text-decoration: none;
	color:#FFFFFF;
}

#menu a:hover {
	color: #990000;
	background-color: #EEEEFF;
	border-left-style: solid;
    border-left-color: Black;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-color: Black;
    border-right-width: 1px;
}

#subnavigation {
    background-color: #EEEEFF;
    font-size: 12px;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: Black;
    border-bottom-width: 1px;
}

#subnavigation a {
	display: block;
	text-decoration: none;
}

#subnavigation a:hover {
	color: #990000;
}

#main {
    background-color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    border-bottom-width: 1px;
}

#topjobs {
   width: 150px;
   margin-right:auto;
   margin-left:auto;
   padding: 10px;
   background-color: #FFFFFF;
   font-size: 12px;
   text-align: left;
}

#information {
   width: 659px;
   margin-right:auto;
   margin-left:auto;
   padding: 10px;
   background-color: #F0E4CE;
   font-size: 14px;
   text-align: left;
}

#lastupdate {
   font-size: 10px;
   text-align: right;
}

#footer {
    background-color: #00267F;
    text-decoration:none;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
}
