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

body {
	font-size:medium;
	letter-spacing: normal;
	word-spacing:normal;
	color: black;
	background-color: white;
	} 
	
/* Fonts - if you want to use a specific font that viewers may not have - it must be placed on site and imported*/	
@import {
    font-family: Souvenir Lt BT;
    src: url("fonts/Souvenir_Lt_BT_Demi.ttf");
    }

h1.header {
	font-family: Souvenir Lt BT, Georgia, "Times New Roman",
		Times, serif;
	font-size: 2.25em;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:40px 0px 0px 40px;
	text-align:left;
	}
h2.header {
	font-family: Souvenir Lt BT, Georgia, "Times New Roman",
		Times, serif;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 40px;	 
	text-align:left;
	}
.headerimg {
	float:right;
	margin: 0 25px 0 0
	}

h3 {
   float:right;
   font-family: Souvenir Lt BT, Georgia, "Times New Roman",
		Times, serif;
   font-size: 2em;
   font-weight:normal;
   padding:0px 0px 0px 0px;
   margin:0px 0px 0px 0px;
   color: #B8D419;
   }

p {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	letter-spacing: normal;
	word-spacing:normal;
	text-align:left;
	}

.strong {
font-weight:bold;
}
	
/* MAIN PAGE CONTAINER - adjust page width here %*/	
div.container {
    width:100%;
	min-width:800px;
	max-width:1200px;
	margin:0px;
	}

/* HEADER */

div.header,div.footer {
	padding:0.5em;
	color:black;
	background-color:#ecf6ff;
	clear:left;
	}
img {
	float:right;
	}

#lineheader {
    z-index:1;
	height:1px;
	background:#000000;
	position:relative;
	width:100%;
	top:0px;
	}

/* CONTENT */

div.content {
	margin-right:300px;
	padding:1em;
	}

div.right {
	float:right;
	width:250px;
	margin:0;
	padding:1em;
	}

.imagerow {
	float: left;
	width: 30%;
	}
.labelrow {
	float: left;
	width: 250px;
	margin: 0 15px 15px 0;
	}
.clearboth { 
	clear: both; 
	}

/* Nav */ 
#navbar {
	font-family: Souvenir Lt BT, Georgia, "Times New Roman",
		Times, serif;
	text-align: center;
	width: 100%;
	float: left;
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
	background-color: #d8ecfc;
	}
#navbar li {
	float: left;
	}
#navbar li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #069;
	border-right: 1px solid #C4D3DF; 
	}
#navbar a:link { 
  	color: black; 
	text-decoration: none; 
	}
#navbar a:visited { 
  	color: black; 
	text-decoration: none; 
	} 
#navbar a:hover { 
  	color: red; 
  	background-color: #ecf6ff;
	}
.current {
	background-color: #ecf6ff;
	}
	
.bulletlist {
	list-style: square;
	text-align: left;
	}

/* FOOTER */
#linefooter {
	height:1px;
	background:#000000;
	position:relative;
	width:100%;
	}	
.date {
	font-size:medium;
	margin: 0 0 10px 10px;
	}
.addleft {
	text-align:left;
	margin: 0 0 10px 10px;
	}