@charset "UTF-8";
/* CSS Document */

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

.nav {
 width: 100%;
 margin-left: 0px;
 margin-top: 10px;
 margin-bottom: 10px;
 }


.wrapper {
 width: 760px;
 height: auto;
 margin: auto;
 margin-top: 2px;
 }
 
.picbox {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;

  }
  
.bluebox {
   border: 2px solid #f7f5ef;
   background-color:#dae4f2;
   width: 210px;
   height: auto;
   margin-left: 0px;
   margin-right: 0px;
   }
.bluebox A:link {text-decoration: none; color: #18417b;
	margin-top: 0px;
	margin-bottom: 1px;
	font-size: 12px;
	font-weight: 200;}
.bluebox A:visited {text-decoration: none; color: #18417b;
	margin-top: 0px;
	margin-bottom: 1px;
	font-size: 12px;
	font-weight: 200;}
.bluebox A:active {text-decoration: none; color: #3478d7;
	margin-top: 0px;
	margin-bottom: 1px;
	font-size: 12px;
	font-weight: 200;}
.bluebox A:hover {text-decoration: underline; color: #b31221;
	margin-top: 0px;
	margin-bottom: 1px;
	font-size: 12px;
	font-weight: 200;}

.whitebox {
 border: 2px solid #f7f5ef;
 background-color: white;
 width: 520px;
 margin-left: 0px;
 }
 
.footer {
	margin-top: 10px;
	width: 100%;
	border-top: 2px solid #c4c4c4;
}
.footer A:link {text-decoration: none; color: black;}
.footer A:visited {text-decoration: none; color: black;}
.footer A:active {text-decoration: none; color: black;}
.footer A:hover {text-decoration: underline; color: black;}
	
h1  {
	font-family: Arial;
	color: #3478d7;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 5px;
    margin-right: 5px;
	font-size: 18px;
	font-weight: bold;
	
}

h2  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #18417b;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
    margin-right: 5px;
	font-size: 16px;
	font-weight: bold;
	
}

h3  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #b31221;
	margin-top: 0px;
	margin-bottom: 1px;
	margin-left: 5px;
    margin-right: 5px;
	font-size: 12px;
	font-weight: 200;
	
}
p {
 margin-bottom: 10px;
 margin-top: 10px;
 margin-left: 5px;
 margin-right: 5px;
 }

ul {
 	color:#333333;
 	list-style: inside;
 	list-style-type: circle;
	margin-top: 10px;
 	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 1em;
	text-indent: -1em;
 
 }
 
 li {
 margin-top: 3px;
 margin-bottom: 3px;
 }
 
table {
	margin-left: 0px;
	margin-right: 0px;
}

.bluebox h1  {
	font-family: Arial;
	color: #620509;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 18px;
	font-weight: bold;
	
}

.head {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	background-color: #dae4f2;
}
.even {
	background-color: #f3f7fc;
}
.odd {
	background-color: #ffffff;
}
strong {
margin-bottom: 5px;
}
