body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #008CCE;
	background-repeat: repeat-x;
	font-size: 13px;
	margin: 0;
	background-image: url(images/background.jpg);
}

.divcenter {
  width: 160px ;
  margin-left: auto ;
  margin-right: auto ;
}

#main {padding: 15px;}

	h1 {
	font-size: 30px;
	font-weight: bold;
	color:#014A6C;
	margin:0;
}
	h2 {
	font-size: 20px;
	font-weight: bold;
	margin:0;
}
	h3 {
	font-size: 14px;
}

.left {
	margin-right: 30px;
	margin-bottom: 30px;
}

.right {
	margin-left: 30px;
	margin-bottom: 30px;
}

a:link {
	color: #012639;
}
a:hover {
	color: #45191F;
}
a:visited {
	color: #494815;
}

#nav {background-color: #ACC8D6;}

#nav a:link {
	text-decoration: none;
	font-weight: bold;
	color: #002F5B;
}

#nav a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0063C0;
}
#nav a:hover{
	color: #5B0016;
	text-decoration: none;
	font-weight: bold;
}



#footer a:link {
	color:#012639;
	text-decoration: none;
	font-weight: bold;
}

#footer a:visited {
	color:#01486B;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color:#4D1932;
	text-decoration: none;
	font-weight: bold;
}

.norepeat {
	background-repeat: no-repeat;
	padding: 5px 30px 0 30px;
	}
	
.custom {
	padding: 10px 10px 0 30px;
	}
#footer {
	text-align:center;
}
#footer a {
	text-decoration: none;
}

.bb  {font-size:9px;}


