/* CSS Document */

body 
{ 	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	}

#header 
{	text-align:center;
	height:95px;
	background-image:url(images/Header.jpg);
	background-position:center;
	background-repeat:no-repeat; }

#bluebox {background-image:url(images/NavBackground.gif); }


#menu {
	background-image:url(images/NavBackground.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:29px;}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	padding-top: 6px;}

#menu ul li { display: inline; }

#menu ul li a { 
	padding: 6px 7px 7px 7px;
	text-decoration: none; 
	color: #ffffff;
	background-color: none;}

#menu ul li a:hover {
	padding: 6px 7px 7px 7px;
	color: #ffffff;
	background-color: #369; }


#mainNav {
	text-align:center;
	height:29px;
	background-image:url(images/NavBackground.gif);
	background-repeat:repeat-x; }

#mainContent {
	width:900px;
	margin-top:10px;
	text-align:left; }


a:link, a:visited {
	color:#0081b5;
	font-weight:bold;
	text-decoration:none; }

a:active, a:hover { color:#C5506A; }


#footer {
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #0081b5; 
	font-family:Helvetica, sans-serif;
	font-size:9pt; 
	color:black; 
	text-align:center; }

.bodytext {
	font-family: Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 20px;
	color: #003366;
	font-weight: normal;
	text-align: left; }

.bodyheaders {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #990000;
	font-weight: bold; }

.subheaders {
	font-family: Helvetica, sans-serif;
	font-size: 14pt;
	color: #036;
	font-weight: bold; }

.title {
	font-family: Verdana;
	font-size: 24pt;
	color: #660033;
	font-weight: normal;
	text-align: left; }

.smalltext {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	color: #036;
	font-weight: normal;
	text-align: left; }

#familylist ul { 
	margin: 0;
	padding: 0;
	list-style-type: none; 
	text-align: right;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold; }

#familylist li {margin: 0 0 0 0; 
	padding-bottom: 6px; }

#familylist a { 
	display: block; 
	color: #FFF;
	background-color: #036; 
	padding: 10px 15px; 
	text-decoration: none; }

#familylist a:hover {
	background-color: #369;	
	color: #FFF; }

.sidebar {
	font-family: Helvetica;
	font-size: 11pt;
	color: #660033;
	background-color: #FDD5DE;
	font-weight: normal; }

a.sidebar:link, a.sidebar:active, 
a.sidebar:visited {
	color:#660033; }

a.sidebar:hover {
	color: #0081b5; }

.captionbox {
	font-family: Times New Roman;
	font-size: 12pt;
	color: #660033;
	background-color: #FDD5DE;
	font-weight: normal; }