﻿body 
{
	font-family:Arial;
	font-size:small;
	margin:0;
	padding:0px;
	color:#777777;
	background-color:#fff;
}

form
{
	margin:0;
}

img
{
	border:0;
}

a
{
	text-decoration:none;
	color:#2E5A89;
}

a:hover
{
	color:#fff;
	background-color:#0F4567;
}

a.ImageLink:hover
{
	background-color:transparent;
}

input[type=file]
{
	width:400px; /* IE */
}

input[type=text], input[type=password], textarea
{
	width:240px;
}

input[type=submit], input[type=button], button
{
	margin:0 6px 0 0 ;
}

textarea
{
	height:4em;
}

td
{
	vertical-align:top;
}

.Cleared
{
	clear:both;
}

.Subheading
{
	font-weight:bold;
	font-size:110%;
	padding:8px 0 2px 0;
}

ul.HorizontalList
{
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.HorizontalList li
{
	list-style-type:none;
	display:inline;
}

ul.VerticalList
{
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.VerticalList li
{
}


.SiteWrapper
{
	margin: auto;
	width:800px;
	background-color:#fff;
}

.Header
{
	padding:10px 0 0 0 ;
}

.HeaderCol1
{
	float:left;
	width:400px;
}

.HeaderCol2
{
	float:left;
	width:380px;
	padding:50px 0 0 20px;
}

.HeaderCol2 h1
{
	font-family:Times New Roman;
	font-style:italic;
	font-size:160%;
	font-weight:bold;
	margin:8px 0 8px 0;
	color:#239ca4;
}

.HeaderContent
{
	width:297px;
}

.HeaderContent a
{
	text-transform:uppercase;
	font-size:80%;
}

.HeaderContent li, .VerticalList li
{
	background-image:url(../Images/Bullet.jpg);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0 8px 0 12px;
}

.ContentWrapper ul.VerticalList li
{
	background-image:url(../Images/Bullet.jpg);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding:0 8px 10px 12px;	
}

.ContentWrapper .HomePage ul.VerticalList li
{
	padding-bottom:10px;
}


.ContentWrapper
{
	padding:20px 100px 0 20px ;
	min-height:400px;
}

.Error
{
	color:#f00;
}

.Comment
{
	color:#669;
}

.Spaced
{
	padding:8px 0 8px 0;
}

.Bold
{
	font-weight:bold;
}

.Italics
{
	font-style:italic;
}

/* Autocomplete */

div.Autocomplete
{
	position:absolute;
	width:250px;
	background-color:#fff;
	border: 1px solid #888;
	margin:0;
	padding:0;
	text-align:left;
}

div.Autocomplete ul
{
	list-style-type:none;
	margin:0;
	padding:0 0 0 4px;
}

div.Autocomplete li.selected
{
	background-color:#eef;
}

div.Autocomplete li
{
	list-style-type:none;
	display:block;
	font-size:smaller;
	color:#444;
	margin:0;
	padding:0.1em;
	height:1.5em;
	line-height:1.5em;
	cursor:pointer;
}

.Slideshow
{
	width:600px;
	height:250px;
	padding:20px 0 0 7px;
	background-image:url(../Images/shadow.jpg);
	background-repeat:no-repeat;
	background-position:0px 13px;
}

.SlideshowImageDiv
{
	width:380px;
	height:238px;
	background-repeat:no-repeat;
}

.Footer
{
	padding:20px 0 0 0 ;
	font-size:80%;
	text-align:center;
	color:#aaa;
}

.FooterFractal
{
	width:100%;
	text-align:center;
	font-size:80%;
}