
text{
text-align:left
}

/* defines layout for links with  body of page, must use main class*/ 
.main a:link{
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #FFCC00;
text-decoration: underline;
}

.main a:visited{color: #FF9900;}

p{
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #FFFFFF;
}

p.subtitle {font-family: Trebuchet MS, Arial, Helvetica, san-serif;
font-size: 20px;
}

/*Note use of descendant selectors*/
p.subtitle a:link{color: #FFCC00;}
p.subtitle a:visited{color: #FF9900;}

h1{
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 28px;
color:#FF9900;
}

table{border-collapse: collapse; }

td{color:#FFFFFF; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;}

th, td.incent{
	text-align: right;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 7px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: #FF9900;
}

div.imageadobe{
	float: right;
	width: 96px;
	margin: 0 16px 16px 16px;
	display: inline;
	}
div.linkpic{
	float: right;
	width: 500px; 
	margin: 15px 1px 1px 1px;
	display: inline;
	}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*Generates the Indent Button navigation bar*/

.indentmenu{
font: bold 20px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #FF9900; /*dark gold border*/
border-width: 1px 0;
background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #FF9900; /*dark gold divider between menu items*/
}

.indentmenu ul li a:visited{
color: 000000;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: 0066FF !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(indentbg2.gif) center center repeat-x;
}

