﻿.Body {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(64,94,107)
}

.Header2 {
	margin-left: 693px;
}

.MenuPanel {
	font-family: 'Droid Sans', sans-serif;
	font-variant: small-caps;
	color: white;
	margin-left: 35px;
	margin-top:  -40px;
}

.HomeText  {
	font-family: 'Droid Sans', sans-serif;
	font-size: 22px;
	color: white;
	line-height:  170%;
	margin-left:  200px;
	margin-top:  125px;
	padding-right:  200px;
}

.HomeLink  {
	font-family: Palentino;
	font-size: 18px;
	color: white;
	margin-left:  450px;

}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;
}


a.mailto {
	color: white;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;

}

a.mailto:hover {
	color: white;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	font-size: large;

}


a.mainmail {
	color: white;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	padding-left: 25px;

}

a.mainmail:hover {
	color: white;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	padding-left: 25px;
	font-size: large;

}


hr {
	margin: 0px;
}

p  {
	font-family: 'Droid Sans', sans-serif;
	font-size:  16px;
	line-height: 150%;
	color: white;
	margin-left:  200px;
	margin-bottom:  20px;
	padding-right:  200px;
}

p.text  {
	font-family: 'Droid Sans', sans-serif;
	font-size:  13px;
	line-height: 160%;
	color: white;
	margin-left:  200px;
	margin-top: 0px;
	margin-bottom:  20px;
	padding-right:  200px;
}


h1  {
	font-family: 'Droid Sans', sans-serif;
	font-size:  24px;
	font-weight: normal;
	color: white;
	margin-left: 200px;
	margin-bottom:  30px;
}



h2  {
	
	font-style: italic;
	font-weight:  normal;
}

h3  {
	font-family: 'Droid Sans', sans-serif;
	font-size:  16px;
	font-weight: bold;
	color: white;
	margin-left: 200px;
	margin-bottom: 10px;
}


h4  {
	font-family: 'Droid Sans', sans-serif;
	font-size:  16px;
	font-weight: normal;
	font-style:  italic;
	color: white;
	margin-left: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
}

img.FloatLeft {
	float: left;
	margin: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}


html  {
	height: 100%;
}

body  {
	min-height: 100%;
}