html {
  /* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
}
img { border:0px }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	background-color: #790b0c;
}
h1 {
	font-size: 175%;
	color: #790b0c;
	font-weight:100;
}
h2 {
	font-size: 125%;
	color: #790b0c;
}
h3 {
	font-size: 120%;
	color: #790b0c;
}
h4 {
	font-size: 80px;
	color: #790b0c;
}
.boldem { 
	font-weight:bold;
	font-style:italic;
}
.header { 
	font-size: 125%;
	color:#790b0c;
}
.font140 {
	font-size: 140%;
}
ul.tick { padding: 0px 20px 10px 20px; margin-left: 70px; }
.tick li { 
	line-height:1.7em;
	list-style-image:url(images/tick.png);
}
#container {
	text-align: center;
	padding: 0px;
	width: 774px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#logo {
	background-image: url(images/foweb_logo.jpg);
	background-repeat: no-repeat;
	height: 168px;
	width: 318px;
	text-align:left;
	float:left;
}
#topright {
	height: 108px;
	width: 456px;
	float:right;
	text-align:right;
}
#topright2 {
	background-image: url(images/top_right.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 456px;
	text-align:right;
	float:right;
}
#main {
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	text-align:left;
	padding: 20px;
	vertical-align:top;
	height:470px;
}
#front {
	
}
#frontleft {
	font-size:140%;
	color:#790b0c;
	float:left;
}
#frontright {
	float:right;
	text-align:left;
	width:150px;
	margin-right:50px;
}
#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	color: #9e9e9e;
	font-weight:bold;
	height: 60px;
	width: 774px;
	text-align: center;
	padding-top: 40px;
}

a:link {
	text-decoration: underline;
	color:#9e9e9e;
	font-weight:bold;
}
a.footer:visited {
	text-decoration: underline;
	color:#9e9e9e;
	font-weight:bold;
}
a.footer:hover {
	text-decoration: underline;
	color:#ffffff;
	font-weight:bold;
}
a.footer:active {
	text-decoration: underline;
	color:#9e9e9e;
	font-weight:bold;
}
a { text-decoration:none; }