body{
	font-family: arial, helvetica, verdana, tahoma;
	font-size: 12px;
	background-color: #00293E;
	background-image: url(../../include/images/###.jpg) ;
}

p { margin-top: 7px; margin-bottom: 5px }

ul, ol, li	{ margin-top: 5px; margin-bottom: 5px; margin-left: 12px }
ol			{ margin-top: 5px; margin-bottom: 5px; margin-left: 20px }

a:link { font-size: 12px; color: #0000CC; text-decoration: none; border-bottom:1px dotted #0000CC;}
a:visited { font-size: 12px; color: #0000CC; text-decoration: none; border-bottom:1px dotted #0000CC;}
a:active  {font-size: 12px; color: #0000CC; text-decoration: none; border-bottom:1px dotted #0000CC;}
/*a:visited	{ font-size: 12px; text-decoration: none; border-bottom:1px dotted #469;}*/
 a:hover{ font-size: 12px; text-decoration: none; color: #990000; border-bottom:1px solid #990000;}

H1			{
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	background-color: #cc9933;
	text-indent: 5px;
}
H2			{
	font-size: 16px;
	background-color: #CCCCCC;
	color: #003366;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	text-indent: 5px;
}
H3			{ font-size: 14px; font-weight: bold; font-style: italic; margin-top: 15px; margin-bottom: 5px; }
H4			{ font-size: 12px; margin-top: 15px; margin-bottom: 5px; }
H5			{ font-size: 12px; font-style: italic; margin-top: 15px; margin-bottom: 5px; }
TH			{ font-size: 13px; background-color: #336699; color: #FFFFFF; font-weight: bold; text-align: left; padding : 3px; }
TD			{ font-size: 12px; color: #000000; vertical-align: top;}

PRE.code	{ margin: 5px 50px 5px 10px;  background-color: #eeeeee; border: 1px solid Silver; padding: 5px}
.flow		{ margin: 5px 10px 5px 0px; background-color: #eeeeee; border: 1px solid Silver; padding: 5px}
.hrow		{ background-color: #D8F1F1; font-weight: bold; }


P.flow a:link		{ font-size: 12px; text-decoration: none; color: blue;}
P.flow a:visited	{ font-size: 12px; text-decoration: none; color: blue;}
P.flow a:hover		{ font-size: 12px; text-decoration: underline; color: blue;}
P.flow a:active		{ font-size: 12px; text-decoration: underline; color: blue;}

.minorlink{
	font-size: 10px;
	border: 1px solid;
	background: #FFF;
	padding: 5px;
	border-color: #006699;
}
.minorlink a:link{ font-size: 10px; color: #0000CC; text-decoration: none; border-bottom:1px dotted #0000CC;}
.minorlink a:visited{ font-size: 10px; color: #0000CC; text-decoration: none; border-bottom:1px dotted #0000CC;}
.minorlink a:hover{ font-size: 10px; color: #990000; border-bottom:1px solid #990000;}

.table {
	border: 3px solid;
	background: #FFF;
	padding: 5px;
	border-color: #006699;
}
.james {border: 10px solid #000; background: #ccc; padding: 5px}
.table2 {
	border: 1px solid #000000;
	background-color: #666666;
}


#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid;
	border-color: #CCCCCC;
} 

#menu ul li { position: relative; } 

#menu li ul { position: absolute; left: 149px; /*Set 1px less than menu width */ top: 0; display: block; } 

#menu li:hover ul {display: block; } 

#menu li:hover>ul { visibility:visible; } 

#menu ul ul {visibility:hidden; } /* Fix IE. Hide from IE Mac \*/ * html 

#menu ul li { float:left; height: 1%; } * html 

#menu ul li a { height: 1%; } /* End */ /* Make-up syles */ 

#menu ul, li { margin: 0 0 0 0; } /* Styles for Menu Items */ 

#menu ul a {
	display: block;
	text-decoration: none;
	color: #CC9933;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid;
	border-bottom: 0;
	border-color: #CCCCCC;
	background-color: #004566;
	font: bold;	

} 

/* Hover Styles */ 

#menu ul a:hover {
	color: #004566;
	background-color: #CCCCCC;
} 

/* Sub Menu Styles */ 

#menu li ul a {
	text-decoration: none;
	color: #CC9933;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid 
	border-bottom: 0;
	border-color: #CCCCCC;
	background-color: #004566;
	font: bold;	
} 

/* Sub Menu Hover Styles */ 

#menu li ul a:hover {
	color: #004566;
	background: #e5e9e2;
	background-color: #CCCCCC;
} 

/* Icon Styles */ 

#menu ul a.submenu {
	background:url("../style/r_arrow.gif") no-repeat right;
	background-color: #004566;
	color: #CC9933;
	font: bold;
} 

#menu ul a.submenu:hover {
	background: url("../style/r_arrow.gif") no-repeat right;
	background-color: #CCCCCC;
	color: #004566;
}
