#aweb a{ font:Arial, Helvetica, sans-serif;
color: #fff;
font-size:10px;}

#aweb { font:Arial, Helvetica, sans-serif;
color: #fff;
font-size:10px;}

body{
	background-color: #CCCCCC;
}

.navback{
	background-color: #80AAD0;
	}


.navcellback{
	background-color: #80AAD0;
	cursor: hand;
}



a{
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #00F;
}



a:visited	{
	text-decoration: none;
	color: #00F;
 }

a:hover	{
	color: #FF0000;
	text-decoration: none;
}


ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0px;
	margin: 0px;
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
#nav ul {
	list-style: none; /* this removes the list marker */
	/*border-top: 1px solid #666;  this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 25px; /* this creates the space between the navigation on the content below */
}

#nav li {
		border-bottom: 1px solid #fff; /* this creates the button separation */
	font-family: Arial, Helvetica, sans-serif;
}
#nav  a,  a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 5px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 180px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-color: #80ABCE;
	color: #F0F1B8;	
}
#nav a:hover,  a:active, a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #314F1C;
	text-decoration: none;
	background-color: #cccccc;
}


img { border: 0;}
blockquote { padding: 0.5em; background: #eee; border: 1px solid #D8D8D8; }
input { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; }
select { font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; margin: 0; border: 1px solid #666; padding: 0 0.5em 0 0; }
p, h1, h2, h3, h4, h5 ,h6 { margin: 0; padding: 0; }


h1{
	font-family: "Trebuchet MS";
	font-size: 26px;
	color: #80ABCE;
	font-weight: bold;
}

h2{	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #80ABCE;
	font-weight: bold;}

h3{	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #80ABCE;
	font-weight: bold;}

h4{	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #80ABCE;
	font-weight: bold;}

h5{	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #80ABCE;
	font-weight: bold;}

.class1{
	font-family: "Trebuchet MS";
	color: #000000;
}
.class1bold{
	font-family: "Trebuchet MS";
	color: #000000;
	font-weight: bold;
}

.class1text{
	font-family: "Trebuchet MS";
	font-size: 13px;	
}



