body { 
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	background-image: url("img/bg.jpg");
	background-attachment: fixed;
	background-position: bottom left;
	repeat: repeat-x;
}

.subtitle {font-size:18px;font-weight:bold;color:darkred; font-style:italic; }
.red { color: #f00; }
.orange { color: orange; }
.sml {font-size:11px;}
 .frm1 { padding-right: 10px; }
 .frm2 { width: 350px; }
 
a.nav { text-decoration: none; }
a.nav:link, a.nav:visited { color: #fff; }
a.nav:hover,a.nav:active {color: orange; }

.lnk { color: #2A3968; }
.lnk:hover { background-color: #cecece; }

a:link,a:visited { text-decoration: none; color: #DD1414; }
a:hover,a:active { text-decoration: none; color: orange; }

#header {
	width: 800px;
}

#nav {
  float:left;
  margin-top: 10px;
  margin-left: 65px;
}

.blueBorder {
	border: 2px solid #2A3968;
	width: 800px;	
}

#info {
	background-color: #DD1414;
	border: 2px solid #fff;
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-align: right;
	padding-right: 3px;
}

#content {
	width: 800px;
	padding: 3px;
}

#footer {
	background-color: #DD1414;
	border: 1px solid #fff;
	color: orange; 
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 3px;
}

.clear {
	clear:both;
}