body 
{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#333333;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
}

p
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.container
{
position:relative; 
width:742px;
height:inherit; 
top:10px; 
margin:0 auto; 
vertical-align:middle
}

.header
{
	position:absolute;
	top:0px;
	padding:0px;
	margin:0;
	border:0px;
	width: 742px;
	height: 202px;
	left: 0px;
}

.navbar
{
	position:absolute;
	top:199px;
	padding:0px;
	margin:0;
	border:0px;
	width: 743px;
	height: 64px;
}

.floatright 
{
	float:right;
	margin-left:20px;
}

.maincontent 
{
	padding-top:265px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-y;
}


.footer
{ 
	padding: 0 0px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height:150px;
} 
.footertext
{
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding-top:20px;
	color: #efecea;
}

.h1
{
	font-family:"Trebuchet MS";
	font-size:18px;
	font-weight:bold;
	color:#ed1c24;
}

.h2
{
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	color:#000000;
}

.list 
{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#333333;
	line-height:150%;
}

a:link {color: #ed1c24; text-decoration:none}     /* unvisited link */
a:visited {color: #ed1c24; text-decoration:none}  /* visited link */
a:hover {color: #e1b04b; text-decoration:none}   /* mouse over link */
a:active {color: #e1b04b; text-decoration:none}   /* selected link */

a.footerlink:link {color: #ffffff; text-decoration:none}     /* unvisited link */
a.footerlink:visited {color: #ffffff; text-decoration:none}  /* visited link */
a.footerlink:hover {color: #000000; text-decoration:none}   /* mouse over link */
a.footerlink:active {color: #000000; text-decoration:none}   /* selected link */
