@charset "UTF-8";
/* CSS Document */

body {  
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 85%;
background: #2d2f93;
margin: -10px 0 0 0;}

ul {
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
}

li {
margin: 3px 0 0 30px;
}
	
p {
color: #000;
margin: 15px 0 15px 30px;
padding-right: 25px;  }

p.brown {
color: #4d3539;
  }

p.zero  {
color: #000;
margin: 0;
padding: 0;  }

h1 {
color: #2d2f93; 
font-size:larger;
margin-left: 25px;
font-family: Georgia, "Times New Roman", Times, serif;}

h2 {
color: #2d2f93; 
font-size:small;
margin-left: 25px;
font-family: Georgia, "Times New Roman", Times, serif;}

.nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align:center;
	height: 42px;
	font-weight: bold;
}

.nav a {
	color: #fff;
	text-decoration: none;
	padding: 0;
	line-height: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none; 
}
	
.nav a:hover, active{
color: #fff;
background-color:#2d2f93;
text-decoration: underline;
padding: 0;}
		
.nav a:visited {
color: #fff;
text-decoration: none;
padding: 0;}

a {
color:#2d2f93;
text-decoration: underline;
padding: 2px;}
	
a:hover {
color:#000;
background-color: none;
text-decoration: underline;
padding: 2px;}
		
a:visited {
color: #2d2f93;
text-decoration: underline;
padding: 2px;}


/*classes*/

.table1{
background: #fff;
align: center;
padding: 0;
margin: 0 0 0 45px;
}

.image {
	border:thin solid #2d2f93;
	Margin:  15px 0 0 0;
	padding: 5px;
}

.imagehover a:hover {
	background-color: #fff;
	Margin: 0;
}

.coverimage {
 	border: solid #a9b1ff;
	Margin: 0;
	padding: 1px;
}

.cover li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	display: inline;
	text-indent: 5px;
	font-style: normal;
}


/*divs*/

#div1 {
height: 140px;
background: #2d2f93 url(images/header.gif) repeat-y center;
margin: 20px 0 0 0;}

#div2 {
background: transparent url(images/navback.gif) repeat-y center;
margin: 0;
padding: 0;
height:35px;
}

#div3 {
background: #2d2f93 url(images/background.gif) repeat-y center;
margin: 0 ;
padding: 10px 50px 0 50px;
}

#div4 {
background: #2d2f93 url(images/footer.gif) repeat-y center;
height: 136px;
margin: 0 ;
padding: 0 50px 0 100px;
}
