﻿body 
{
	margin: 0;
	margin-top: 5px;
	padding: 0;
	font-family: Arial, Heltivica, Sans-Serif;
	font-size: 0.75em;
	line-height: 200%;
	color: #333333;
}

h1
{
	color: #003EA6;
	font-size: 1.4em;
}

h2
{
	color: #4271B7;
	font-size: 1.2em;
}

#menu
{
	height: 75px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	width: 100%;
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-x;
	text-align:right;
}

#menu img {margin-right: 2px; padding:0; border: none;}

#content
{
	margin: 20px auto;
	width: 80%;
	padding: 20px;
	border-left: solid 1px #DDDDDD;
	border-right: solid 1px #DDDDDD;
}

#sitelogo
{
	position:absolute;
	top:5px;
	left: 0px;
}

#sitesponsor
{
	text-align:left;
	color: #7DA8FF;
	margin-top: 3px;
	margin-left: 10px;
	font-size: 0.9em;
}

#sitesponsor p
{
	margin: 0;
	padding: 0;
}


#quote
{
	width: 200px;
	float:right;
	line-height:150%;
}

#quote_top
{
	background-image: url(../images/quote_top.jpg);
	background-repeat: no-repeat;
	height: 50px;
}

#quote_middle
{
	background-image: url(../images/quote_middle.jpg);
	background-repeat: repeat-y;
}

#quote_middle p
{
	margin: 0 10px;
	padding: 0;
}

#quote_bottom
{
	background-image: url(../images/quote_bottom.jpg);
	background-repeat: no-repeat;
	height: 50px;
}



.ValidationMessage
{
	width: 400px;
	border: solid 1px red;
	color: Red;
	padding: 5px;
	padding-left: 60px;
	background-image: url(../images/warning.gif);
	background-position:left top;
	background-repeat:no-repeat;
	min-height: 50px;
	margin-bottom: 10px;
}