/************ screen styles **************/



table {
    font-size: 1em;
}


body {
	font-family: Arial, "Trebuchet MS", Helvetica;
	font-size: 78%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #b50938;
	height:100%;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

h1 {
	font-family: Arial, "Trebuchet MS", Helvetica;
	font-weight: bold;
	font-size: 130%;
}

h2 {
	font-family: Arial, "Trebuchet MS", Helvetica;
	font-weight: bold;
	font-size: 115%;
}

h3 {
	font-family: Arial, "Trebuchet MS", Helvetica;
	font-weight: bold;
	font-size: 105%;
	margin-bottom: 0px;
}

a:link, a:active, a:visited {
	font-family: Arial, "Trebuchet MS", Helvetica;
	font-size: 100%;
	color: #A00000;
	text-decoration: none;
}

a:hover {
	font-family: Arial, "Trebuchet MS", Helvetica;
	font-size: 100%;
	color: #333333;
	text-decoration: underline;
}

.frleft {
	background-image: url(../Images/home_left.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 75px;
}

.frright {
	background-image: url(../Images/home_right.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 76px;
}

.frbottom {
	background-image: url(../Images/fr_bottombg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 131px;
}

.whitetext, .whitetext:a, .whitetext:link, .whitetext:active, .whitetext:visited {
	font-family: Arial, "Trebuchet MS", Helvetica;
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
}

.whitetext:hover {
	font-family: Arial, "Trebuchet MS", Helvetica;
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: underline;
}

#nav a:visited {
font-family:'Arial Narrow', Helvetica, sans-serif; color:#ffffff; font-size:0.95em; font-weight:bold;}

#nav a:link {
font-family:'Arial Narrow', Helvetica, sans-serif; color:#ffffff; font-size:0.95em; font-weight:bold;}

#nav a:hover {
font-family:'Arial Narrow', Helvetica, sans-serif; color:#ffffff; font-size:0.95em; letter-spacing:0px; text-decoration:none; color:#cccccc;}

#nav a:active {
font-family:'Arial Narrow', Helvetica, sans-serif; color:#ffffff; font-size:0.95em; letter-spacing:0px;}
#nav {
font-family:'Arial Narrow', Helvetica, sans-serif; color:#ffffff; font-size:1.2em; letter-spacing:0px;}
