/*
********************* General Elements ************ 
*/


body {
font: 12px Times New Roman, Times, serif;
color: #000000;
background-color: #333366;
margin: 0 0 0 0;
}

p {
font-family: Times New Roman, Times, serif;
font-size: 14px;
line-height: 16px;
color: #333333;
margin: 27px 25px 60px 10px;
}

p a {
font: 14px Times New Roman, Times, serif;
text-decoration: underline;
color: #993333;
}

p a:hover {
font: 14px Times New Roman, Times, serif;
text-decoration: underline;
color: #333366;
}

p a:visited {
font: 14px Times New Roman, Times, serif;
text-decoration: underline;
color: #333366;
}

.subhead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333366;
	font-weight: bold;
	}
	
.clienttype1 {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}

/*
********************* Specific DIVs ************ 
*/
#top {
margin: 0 0 0px 0;
width: 748px;
}

#content {
margin: 0 0 0 0;
}

/*
#content table{
background-image: url(images/grad2.gif);
background-repeat: repeat-y;
}
*/

#content td.nav {
width: 146px;
padding-top: 20px;
padding-bottom: 0px;
background: #993333;
}


#content td.space{
padding: 0 0 0 0;
background: #FFFFFF;
}

#content td.copy{
padding: 0px 0 0px 0;
width: 582px;
background: #FFFFFF url(images/compass.gif) bottom right no-repeat;
}

#footer {
margin: 30px 0 0 0;
width: 748px;
font: 12px Arial, sans-serif;
color: #FFFFFF;
text-align: center;
line-height: 14px;
}

#footer a.info {
font: 12px Arial, sans-serif;
text-decoration: underline;
color: #FFFFFF;
}

#footer a.info: hover {
font: 12px Arial, sans-serif;
text-decoration: underline;
color: #FECE66;
}

#footer a {
font: 10px Arial, sans-serif;
text-decoration: underline;
color: #FFFFFF;
}

#footer a:hover {
font: 10px Arial, sans-serif;
text-decoration: underline;
color: #FECE66;
}

#bottom {
margin: 0 0 0 0;
height: 15px;
}



/* NAVIGATION */
	
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 146px; /* Width of Menu Items */
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 146px; /* Set 1px less than menu width if using border */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background: #fff; /* IE6 Bug */
	padding: 7px;
	background-image: url(images/grad_on.gif);
	}
	
		
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

/* Hover Styles */
ul li a:hover {
	background-image: url(images/grad.gif);
	color: #FECE66;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	} 
	
		
ul li a.active {
	background-image: url(images/grad.gif);
	color: #FECE66;
	} 

li:hover ul, li.over ul { 
	display: block; 
	} /* The magic */

.BolderSubhead {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        margin: -25px 25px -15px 10px;
        font-weight: bold;
        font-variant: small-caps;
        text-decoration: none;
        text-align: left;
        width: 475px;
}

.BolderSubheadGold {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 18px;
        color: #E59E03;
        font-weight: bold;
        font-variant: small-caps;
        text-decoration: underline;
}


.BolderSubheadBlue {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 18px;
        color: #003366;
        font-weight: bold;
        font-variant: small-caps;
        text-decoration: underline;
}

