/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, a, img
{
     margin: 0;
     padding: 0;
     border: 0;
}
body
{
	background-color: White;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1, .heading1
{
	color: #1F4D81;
	margin-top:1em;
	font-size: 1.4em;
	font-weight: bold;
}
h2, .heading2
{
	color: #0B74B6;
	margin:1em 0 0.3em 0;
	font-size: 1.2em;
	font-weight: bold;
}
h3, .heading3
{
	color: #FF6600;
	margin: 0.5em 0 0.3em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h4, .heading4
{
	color: #0B74B6;
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: normal;
}
h5, .heading5
{
	color: #1F4D81;
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: normal;
}
h6, .heading6
{
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

p  
{
	margin: 1em 0;
}

a 
{
	text-decoration:underline;
	color: #0168C4;
}

a:hover 
{
	text-decoration:none;
}

a.SearchResults 
{
	text-decoration:none;
	color: #0168C4;
}

a.SearchResults:hover 
{
	text-decoration:underline;
}

.Divider 
{
	margin: 0 0 0 0;
	color: #1F4D81;
	width: 700px;
	height: 1px;
}

.Title, .Headline
{
	color: #2d2c89;
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 120%;
	line-height: 180%;
}
.SmallHeadline
{
	color: #2d2c89;
	font-family: verdana,tahoma,arial,helvetica;
}

.small
{
	font-size: 75%;
}

.RequiredPrompt
{
	text-align: right;
	padding: 8 0 0 0;
	font-weight: bold;
}

.BreadCrumb
{
	font-size: 70%;
	color: #666666;
	font-weight: bold;
}
/*
.Button
{
	background-image: url(graphics/button_sliver.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding-top: 3px;
	color: black;
	border: solid 1px black;
	cursor: hand;
	background-color: #F48A00;
}*/

.HomePageTitle
{
	margin-top:1px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 70%;
	font-weight: bold;
	color: #939BA1;
}

.FooterLink
{
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 75%;
	color: black;
}

BUTTON
{
	background-color:Aqua;
}

BUTTON.Search
{
	background-image: url('images/search.gif');
	background-repeat: no-repeat;
	padding-left: 12px;
}

.DetailPopup
{
	background-color: #E0E0E0; 
	border: solid 1px black; 
	width: 500px; 
	height: 400px; 
	padding: 5px 5px 5px 5px; 
	overflow:auto;
}

.FakeLink
{
	color: Blue;
	text-decoration: underline;
	cursor: hand;
}
.HeaderBar
{
	background-color: #1F4D81;
	font-weight: bold;
	color: White;
	padding: 3px 3px 3px 3px;
}
