body {
font-family: arial, tahoma, sans-serif;
size: 12px;
background: #b1b3a2;
}

table.banner {
border: 0px;
border-collapse: collapse;
border-style: solid;
}

td.left{
background-image: URL('graphics/navbackground.gif');
padding-left: 10px;
padding-right: 10px;
background-position: right;
background-repeat: repeat-y;
}

td.body {
background: #f5f7e1;
padding-top: 15px;
padding-left: 25px;
padding-right: 15px;
padding-bottom: 15px;
}

font.header{
font-family: arial;
font-size: 16px; 
color: #17395f; 
font-weight: bold;
}

font.orange {
font-family: arial;
font-size: 12px; 
color: #c0683a; 
text-decoration: none;
}

/* ORANGE LINKS */

a.orange:link {
font-family: arial;
font-size: 12px; 
color: #c0683a; 
text-decoration: underline;
}

a.orange:active {
font-family: arial;
font-size: 12px; 
color: #c0683a; 
text-decoration: underline;
}

a.orange:visited {
font-family: arial;
font-size: 12px; 
color: #39708f; 
text-decoration: underline;
}

a.orange:hover {
font-family: arial;
font-size: 12px; 
color: #880000; 
text-decoration: underline;
}

/* NAVIGATION LINKS */

a.nav:link {
font-family: arial;
font-size: 12px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}

a.nav:active {
font-family: arial;
font-size: 12px;
font-weight: bold;
color: #883002;
text-decoration: none;
}

a.nav:visited {
font-family: arial;
font-size: 12px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}

a.nav:hover {
font-family: arial;
font-size: 12px;
font-weight: bold;
color: #883002;
text-decoration: none;
}	
	

/* FOOTER LINKS */

a.foot:link {
font-family: arial;
font-size: 10px; 
color: #ffffff; 
text-decoration: underline;
}

a.foot:active {
font-family: arial;
font-size: 10px; 
color: #ffffff; 
text-decoration: underline;
}

a.foot:visited {
font-family: arial;
font-size: 10px; 
color: #ffffff; 
text-decoration: underline;
}

a.foot:hover {
font-family: arial;
font-size: 10px; 
color: #ffffff; 
text-decoration: none;
}	

hr {width: 50%;
text-align: left;/*this will align it for IE*/
margin: 0 auto 0 0; /*this will align it left for Mozilla*/
}