@charset "utf-8";
/* CSS Document */
body {
    background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #6C9CFF;
}
table  {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 112%;
}
a {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
H1 {
    color: #000066;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 26px;
}
H2 {
    color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 16px;
}

H3 {
    color: #000066;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
}
.OrganizationName	{
	font-family:Georgia;
	font-size:28px;
	color:#000066;
	font-style:italic;
	font-weight: bold;
}
.Tagline {
	font-family:Georgia;
	font-size:22px;
	color:#000000;
}
p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 112%;
}
ul {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 112%;
}

.nav a {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

.nav a:link {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.nav a:hover {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
.nav a:visited {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.red {	
    color: #CC0000;
	font-weight: bold;
}
.size14 {	font-size: 14px;
}

.footer {
     color:#666666;
}