﻿/*global defaults*/
*, .content
{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	text-align: left;
	font-size: 16px;
}
html, body, #aspnetForm
{
	position: relative;
	text-align: center;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
#body
{
	background: #AFB9C2 url('/images/back.png') top center repeat-y;
	text-align: center; 
}

/* default styles */
#centerPage
{
	 text-align: left; overflow:hidden;
}

#banner
{
	height: 150px;
}

.content
{
	color: Black;
	background-color: White;
	text-align: left;
	margin: 0 30px;
}
.content img
{
	border: 4px solid white;
}

p
{
	margin: 5px 0;
}

a:link, a:visited
{
	text-decoration: none;
	color: #000099;
}

h1, h2, h3, h4, h5
{
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h1
{
	font-size: 25px;
	padding: 20px 0 20px 0;
}

h2
{
	font-size: 22px;
	display: inline;
}

h3
{
	font-size: 20px;
}

h4
{
	color: #660000;
	font-size: 16px;
	margin: 20px 0 20px 0;
	display: inline;
}

h5
{
	font-size: 20px;
}

#container
{
	width: 740px;
	margin: 0 auto;
	border-left: 3px #000 double;
	border-right: 3px #000 double;
	background-color: #FFF;
}

#main
{
	margin: .5em 20px 0 20px;
	border-top: 1px solid #000;
	text-align: left;
	padding: 20px 0 20px 0;
}

#left
{
	float: left;
	width: 140px;
	margin: 0 20px 14px 0;
	background-color: #DCDCDC;
	border: 3px double #FFF;
	font-size: 10px;
	line-height: 1.4em;
}

.gutter
{
	margin: 10px;
}

#right
{
	float: right;
	width: 120px;
	margin: 0 0 14px 20px;
}

#center
{
}

#pullquote
{
	float: right;
	margin: 0 0 .4em 1em;
	width: 145px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-variant: small-caps;
	font-size: 20px;
	line-height: 1.3em;
}
/* end default styles */

.sifr
{
}

input
{
	border-width: 1px;
}
#centerPage
{
	width: 1000px;
	background-color: white;
	position: relative;
	height: auto !important;
	height: 100%;
	position: relative;
	min-height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.center
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.float
{
	display: block;
	float: left;
}

/*IE8 asp:menu hack*/
.submenu
{
	z-index: 9999;
}

