body {
	text-align: center;
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:0.8em;
}
.header {
	background: url(header.png) no-repeat;
}
h1 {
	font-family:Georgia,"Times New Roman",serif;
	text-indent: -500em;
}
h2 {
	font-family:Georgia,"Times New Roman",serif;
	padding: 0 0 0.1em 0;
	color: #4a4b93;
	font-size: 2.4em ;
	text-shadow: #ddd 1px 1px 2px;
}
h3 {
	font-family:Georgia,"Times New Roman",serif;
	color:#4a4b93;
}
p {
	color: #000;
}
a {
	color: #0033cc;
	text-decoration: underline;
	
}
a:hover {
	color: #000;
}
strong {
	font-weight: normal;
}
.footer a 
{
	color: #4a4b93;
	text-decoration: underline;
	border: 0;
}

#footer p
{
	color: #4a4b93;
	font-size: 0.8em;
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
	text-align: right;
}

.maincontent 
{
	padding-left:15px;
}

.maincontent p
{
	margin:5px 10px 5px 0px;
}

.maincontent h3
{
	margin: 15px 10px 5px 0px;
}


	.Menu
	{
		margin-top:10px;
	}

	.MenuItem
{
	border-left:9px solid #799cd5;
	padding-right:130px;
	margin-bottom:5px;}
	

	.MenuItemHover
{
	margin-bottom:5px;
	border-left:9px solid #4a4b93;
	}

	.MenuItemHover a:hover
{
	color:#000;
	}


/* EMAIL FORM */
.input
	{
		background-color:#d9e6ff;
		border:1px solid #4a4b93;
	}


.validator
	{
		font-size:80%;
		font-weight:bold;
	}

.button
	{
		border: 1px solid #006;

   font-weight:bold;
   background-color: #D6D6D6;
   border:1px solid;
   border-top-color:#D5D3C1;
   border-left-color:#D5D3C1;
   border-right-color:#B1AE8D;
   border-bottom-color:#B1AE8D;
   	}

