@charset "utf-8";

a {
color:#333333;
text-decoration:underline;
font-weight:300;
}
a hover {color:#333333;
}

.new-body {
	margin-top:0px;
	background-image: url(images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 800px;
}

.headingsblue {
font-weight:900;
font-family:"Trebuchet MS";
font-size:15px;
color:#33CCCC;
letter-spacing:-.05px;
line-height:20px;}


.headingsgrey {
font-weight:900;
font-family:"Trebuchet MS";
font-size:15px;
color:#333333;
letter-spacing:-.05px;
line-height:20px;}

.text {
font-weight:100;
font-family:"Trebuchet MS";
font-size:11px;
color:#333333;
letter-spacing:.3px;
line-height:15pt;}

.textsml {
font-weight:100;
font-family:"Trebuchet MS";
font-size:10px;
color:#333333;
letter-spacing:0px;
line-height:13pt;}

.textsmlgrey {
font-weight:100;
font-family:"Trebuchet MS";
font-size:10px;
color:#666666;
letter-spacing:0px;
line-height:15pt;}


.textbold {
font-weight:800;
font-family:"Trebuchet MS";
font-size:12px;
color:#333333;
letter-spacing:.5px;
line-height:16pt;}

.textboldsml {
font-weight:800;
font-family:"Trebuchet MS";
font-size:10px;
color:#333333;
letter-spacing:0px;
line-height:16pt;}

.textboldunderline {
font-weight:400;
text-decoration:underline;
font-family:"Trebuchet MS";
font-size:10px;
color:#33CCCC;
letter-spacing:0px;
line-height:19pt;}

.bg
{background-image:url(images/bodybg.jpg);
background-repeat:no-repeat}



#menu {
	width: 800px;
	height: 67px;
	padding-top:20px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;
	
}

#menu li {
	display: block;
	float: right;
}

#menu a {
	display: block;
	margin-right: 5px;
	padding: 12px 12px;
	text-decoration: none;
	text-transform: uppercase;
	font: 11px Verdana;
	color: #FFFFFF;

}

#menu a:hover { 
	text-decoration: none; 
	display: block;
	margin-right: 5px;
	padding: 12px 12px;
	color: #FFFFFF;
	background-image:url(images/arrow.gif);
	background-position:center top;
	background-repeat:no-repeat
}


