html{font-size:200%;}
@media(min-width:50em){html{font-size: 120%; line-height:1.5}}
/* 60 em x 150% font x 16 px = 1440 px screen width */

body, form
	{
	background-color: #ebe8d2;
	color: #231f20;
	}


#body, td, th
	{
	font-size: 16px;
	line-height: 150%;
	}

#p
	{
	font-size:120%;
	line-height:1.2;
	}



body, td, th, h1, h2
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

th, h1, h2, h3
	{
	color: #9b261e;
	}

h1	{
	font-size: 150%;
	line-height: 150%;
	}

h2	{
	font-size: 125%;
	line-height: 125%;
	}

h3	{
	font-size: 100%;
	line-height: 100%;
	}

ul	{
	line-height:200%;
	}


a	{
	color: #7ba6a7;
	}

a:hover {
	color: #DEDECA;
	background-color: #330000;
	}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
	background-color: #990000; color: #FFFF66;
	}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #660000; font-style: oblique;
	}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #990000;
	color: #FFFF66;
	}

.nav	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCC66;
	}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
	}

.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFF99;
}

.sidebarHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFF99;
	background-color: #999933;
	font-weight: bold;
}

.sidebarFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
	color: #990000;
}

.footer {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #FFFF99;
}

.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
}

.box1 {
	border-width: 2px;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-style: dotted;
	}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

.dingbat {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCC99;
	color: #660000; font-weight: bolder; font-size: medium;
}

img.left {
	float:left;
	margin:0 -2px;
	padding:10px;
	border:0px;
}

img.right {
	float:right;
	margin:0 -2px;
	padding:10px;
	border:0px;
}


input.big {
	width: 100px;
}

input.small {
	width: 50px;
}


