﻿
html { font-size: 100%; /* IE hack */ }

body {
	margin: 8px;
	padding: 0px;
	color: #333333;
	background-color: #fffaf0;
	font-family: verdana, arial, helvetica, sans-serif, serif;
/*	font-size: 0.8em; */	/* 1 em = 16 px by default */
	font-size: 75%;		/* scale down default font */
}


.NoShow {
	visibility: hidden;
	display: none;
}


.BackgroundSun {
	background-attachment: scroll;
	background-image: url();
	background-repeat: no-repeat;
	background-position: right 98%;
}

.BackgroundStars {
	background-attachment: scroll;
	background-image: url();
	background-repeat: no-repeat;
	background-position: right bottom;
}

.BackgroundStars2 {
	background-attachment: scroll;
	background-image: url();
	background-repeat: no-repeat;
	background-position: right bottom;
}


h1, h2, h3 {
	height: 16px;
    font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size: 100%;
	font-weight: bold;
	color: #0056af;
	margin-top: 0px;
	margin-bottom: 0em;
	padding-top: 5px;
	background-image: url(../images/dots_line_605.gif);
	background-position: 0px 19px;
	background-repeat: no-repeat;
}

p {
    font-family: verdana, arial, helvetica, sans-serif, serif;
/*	font-size: 0.8em; */	/* 1 em = 16 px by default */
	font-size: 90%;
	text-align: justify;
	margin-right: 2px;
	padding-right: 4px;
}

.CenterText {
	text-align: center;
}

.BlueText {
	color: #0056AF;
}

.RedText {
	color: #CC0000;
}


.HR-Dashed {
	border: none;
    border-bottom: 1px dashed #0056af;
	height: 1px;
}


.HR-Dotted {
	border: none;
	height: 1px;
    border-bottom: 1px dotted #0056af;
}


table {
	font-size: 100%;
}

.AnnouncementFont {
	color: #0056AF;
}


#footer p {
	font-size: 80%;
	text-align: center;
	margin: 1px;
	padding: 1px;
}

pre {
    font-size: 11px;
    color: #333333;
    font-family: verdana, arial, helvetica, sans-serif, serif;
}


ul {
	font-family: verdana, arial, helvetica, sans-serif, serif;
	margin: 10px;
	margin-left: 20px;
}


.BulletList {
	list-style-type: none;
    font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size: 90%;
	margin: 2px;
	margin-left: 0px;
	padding-left: 20px;
}

.BulletList li {
	margin-bottom: 4px;
	list-style-image: url(../images/bullet-small-square-blue.gif);
	list-style-type: none;
}

.LinksList {
	list-style-type: none;
    font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size: 90%;
	margin: 8px;
	margin-left: 0px;
	padding-left: 20px;
}

.LinksList li {
	list-style-type: none;
	margin-bottom: 4px;
}

.BulletListFAQ {
	list-style-type: none;
    font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size: 90%;
	margin: 2px;
	margin-left: 0px;
	padding-left: 20px;
}

.BulletListFAQ li {
	margin-bottom: 12px;
	list-style-image: url(../bullet-small-square-blue.gif);
	list-style-type: none;
}



.BlueBorder {
	border: 1px solid #0056AF;
}


#SiteMapList li {
	list-style-image: url();
	padding: 2px;
}

#SiteMapList ul li {
	list-style-image: url(../images/bullet-small-square-blue.gif);
}

#SiteMapList .SiteMapHeader
{
    font-size: 100%;
    font-family: verdana, arial, helvetica, sans-serif, serif;
	font-weight: bold;
	margin: 2px 0px;
	letter-spacing: .075em;
	line-height: 14px;
}
