* {
	margin: 0;
	padding: 0;
} 

body {
	background-color: #00016C; 
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 84%;
	margin-bottom: 10px;
}

a:link, a:visited {
	color: #004073;
	text-decoration: none;
}

a:hover,  a:active {
	color: #717074; /* dark gray */
	text-decoration: underline;
}

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	background: #fff url(images/main-bkg.jpg) repeat-y;
}

#content {
	background-color: #fff;
	text-align: left;
	margin-left: 302px;
	padding: 26px 14px 10px 18px;
	min-height:345px;
   height:auto !important;
   height:345px;
}

#content h1, #content h2 {
	color: #005596;
	text-transform: uppercase;
}

#content h1 {
	font-size: 1.1em;
	padding-bottom: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

#content h2 {
	font-size: 1em;
	padding-top: 8px;
	padding-bottom: 6px;
	text-transform: none;
}

#content p {
	padding-bottom: 16px;
	line-height: 1.3em;
}

#content ul {
	padding-bottom: 10px;
}

#content ul li {
	list-style-image: url(images/lynn-fraher-square-ltblue.jpg);
	padding-bottom: 4px;
	margin-left: 16px;
	padding-left: 6px;
}

.errormsg {
	color: #ff0000; 
}

p.resources {
	line-height: 20px;
}

p.contact {
	padding-left: 30px;
	padding-bottom: 0;
	margin-bottom: 0;
}

img.title {
	padding-top: 20px;
}

#header {
	height: 109px;
	background: #fff url("images/lynn-fraher-header.jpg") no-repeat;
	position: relative;
}
/* logo */
#header img {
	padding: 20px 0 0 20px;
}

#topnav {
   border-top: 2px solid #C3C4C6;
	border-bottom: 2px solid #C3C4C6;
	text-transform: uppercase;
	text-align: right;
	padding-right: 14px;
	padding-top: 2px;padding-bottom: 2px;
	background-color: #fff;
}

#topnav img {
	padding-right: 6px;
	padding-left: 6px;
}

#topnav a {
	color: #005596; /* dk blue */
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
	letter-spacing: 1px;
}

a.current {
		color: #79BDE8;
}

#topnav a:hover {
	color: #C6C6C7; /* lt gray */
}

#topnav a.current {
	color: #79BDE8; /*lt blue */
}

#sidebar {
	float: left;
	width: 300px;
	padding: 0px;
	background-color: #fff;
}
#sidebar p {
	font-size: .9em;
}

#footer {
	clear: both;
	font-size: 0.8em;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 10px;
	color:#fff;
	text-transform: uppercase;
	border-top: 2px solid #C3C4C6;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

#footer p {
	padding-bottom: 2px;
	padding-top: 8px;
}

#footer p.bottomnav {
	padding-bottom: 6px;
}

#footer p.copyright {
}

#footer a {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

#footer img {
	padding-left: 4px;
	padding-right: 4px;
}


/* forms */

table.form td {
	padding: 4px 4px 4px 0; 
}
.formlabel {
	color : #005596;
	font-weight: bold;
	font-size: .9em;
	vertical-align: top;
}

td.formsection {
	color: #75BD26;
	font-weight: bold;
	padding-left: 10px;
}

input.submit {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding: 2px;
}

form textarea {
	background : #fff;
	font-size : 12px;
	font-family: arial, sans-serif;
}


