/* This section pertains to BODY of the pages. You can modify this section as you like. */
BODY   {
	color: #000000;
	font-family: "Trebuchet MS", "Arial", "sans serif";
	font-size: 12px;
	background-image:url(images/logo3.jpg);
	background-position: top;
	background-repeat:no-repeat;

}
A:link   {
	color: #0000CC;
	text-decoration: none;

}
A:visited   {
	color: #0033CC;
	text-decoration: none
}
A:active   {
	color: #483D8B;
	text-decoration: none
}
A:hover      {
	color: Red;
	text-decoration: none;
}
H1   {
	color: #00008B;
	font-size: 20px;
	font-family: "Trebuchet MS", "Arial", "sans serif";
	font-weight : bold;
}
H2   {
	color: #B22222;
	font-size: 18px;
	font-family: "Trebuchet MS", "Arial", "sans serif";
	font-weight : bold;
}
H3  {
	color: #000080;
	font-size: 16px;
	font-family: "Trebuchet MS", "Arial", "sans serif";
	font-weight : bold;
}
H4   {
	color: #000000;
	font-size: 14px;
	font-family: "Trebuchet MS", "Arial", "sans serif";
	font-weight : bold;
}
H5   {
	color: #000000;
	font-size: 12px;
	font-family: "Trebuchet MS", "Arial", "sans serif";
	margin-left: 8px;
	font-weight: bold
}
H6    {
	color: #0000CD;
	font-weight: bold;
	font-size: 11px;
	font-family: "Trebuchet MS", "Arial", "sans serif";
	margin-left: 8px}

.caption { font-style: italic; font size: 10px;}


#image    {
	background-image:url(images/gumbo-fade.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
P  {
	color: black;
	font-size: 12px;
	font-family: "Trebuchet MS", "Arial", "sans serif";
	margin-left : 8px;
	margin-right : 10px;
	
}
DIV { font-family: "Trebuchet MS", "Arial",  "sans serif" }
BR { font-family: "Trebuchet MS", "Arial", "sans serif" }
TABLE    { font-family: "Trebuchet MS", "Arial", "sans serif"; }
TH { font-family: "Trebuchet MS", "Arial", "sans serif" }
TD { font-family: "Trebuchet MS", "Arial", "sans serif"; margin-right: 8px}
OL { font-family: "Trebuchet MS", "Arial", "sans serif"; color: #000000; font-size:12px; }
UL  { font-family: "Trebuchet MS", "Arial",  "sans serif"; }
DL { font-family: "Trebuchet MS", "Arial", "sans serif"; margin-left: 8px; margin-top: 20px}
LI {font-family: "Trebuchet MS", "Arial", "sans serif"; font-size: 12px; color: #000000; margin-bottom:10px;
}
DD  {
	font-family: "Trebuchet MS", "Arial", "sans serif";
	font-size: 12px;
}
DT  {
	color: #B22222;
	font-family: "Trebuchet MS", "Arial", "sans serif";
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
 margin-top: 20px
}
B {font-family: "Trebuchet MS", "Arial", "sans serif"; font-weight: bold }
HR  { height: 2px ; color: #0000CC}
.floatright {  float: right; margin-left: 10px; margin-bottom: 5px}

.floatleft {  float: left; margin-right: 10px; margin-bottom: 5px}