body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000000;
	text-align: left;
	text-decoration: none;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	text-decoration: none;
}
h1 {
	font-size:1.4em;
	font-weight:bold;
	color:#00286e;
	text-transform:uppercase;
}
h2 {
	font-size:1.25em;
	font-weight:bold;
	color:#1b52a2;
	text-transform:uppercase;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
	color:#1b52a2;
	text-transform:uppercase;
}

a, a:visited {	
	font-weight:bold;
	color:#154f9e;
	text-decoration:underline;
}
a:hover { color:#8da8d0; }
b,strong { font-weight:bold; color:#154f9e; }

/* Site engine styles */
.seNormalText {}
.seNormalTextBlanc { color:#FFFFFF; }
.seBoldText { font-weight:bold; color:#154f9e; }
.seLinkText {	
	font-weight:bold;
	color:#154f9e;
	text-decoration:underline;
}
.seLinkText:hover { color:#8da8d0; }
.seLinkText:visited { color:#154f9e; }
.seTitle, .seTitle:Visited {	
	color:#000000;	
	font-weight:bold;	
	text-transform:uppercase;
	font-size:1.4em;
}
.seTitle:Hover {	
	color:#000000;	
	font-weight:bold;	
	text-transform:uppercase;
	text-decoration:none;
	font-size:1.4em;
}

.seTinyLink {}
.seTinyLink:hover { color:#154f9e; }
.seTinyLink:visited { color:#154f9e; }
.seHeader {
	font-size: 1.4em;
	font-weight:bold;
	background-color: #154f9e;
	color:#FFFFFF;
}
.seTableLink {
	font-weight: bold;
	text-decoration: underline;
	color:black;
}
.seTableLink:visited {
	font-weight: bold;
	text-decoration: underline;
	color:#000000;
}
.seTableLink:Hover {
	font-weight: bold;
	text-decoration: underline;
	color:#154f9e;
}
.seTableRow { background-color: #8da8d0; }
.seTableRowAlternate { background-color: #b8cbe7; }
.seInputControl {
	background-color: #8da8d0;
	padding: 1px;
	border-top: 1px solid #b8cbe7;
	border-right: 1px solid #154f9e;
	border-bottom: 1px solid #154f9e;
	border-left: 1px solid #b8cbe7;
}
.seMemoControl {
	background-color: #8da8d0;
	border: 1px solid #154f9e;
	padding: 1px;
}
.seMemoControl100pct {
	background-color: #8da8d0;
	border: 1px solid #154f9e;
	padding: 1px;
	width: 100%;
}
.seMemoControl2 {
	background-color: #154f9e;
	border: 1px solid black;
	padding: 1px;
}
.seErrorText {		
	font-weight: bold;
	color: #CC0000;
}
.seNoteText {	
	color: #990000;
	line-height: normal;
}

.seHeaderLink, .seHeaderLink:hover 
{
	color: White;	
	text-decoration: none;
}
/*--- END OF SITE ENGINE STYLES ---*/

.footer {	
	font-size:0.8em;
	text-transform:uppercase;
	color:#000000;
}
.footerblanc {
	font-size:0.8em;
	text-transform:uppercase;
	color:#FFFFFF;
}
.footerlink {	
	text-transform:uppercase;
	color:#000000;	
}
.footerlink:Hover {	
	text-transform:uppercase;
	text-decoration:none;
	color:#000000;	
}
.footerlink:Visited {	
	text-transform:uppercase;
	color:#154f9e;	
}
#mainContent {
	padding-left: 8px;
	width: 782px;
}
#sponsors { text-align: center; } 
  
#contactUs ul, #sponsors ul, #testimonials ul, #navmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#contactUs li {	padding-bottom: 10px; }
#testimonials li { padding-bottom: 20px; }

.illustration { float: right; }
.illustration img { display: block;	}
.right {float: right; margin: 0 0 5px 10px;}
.left {float: left; margin: 0 10px 5px 0;}
div.introleft {
	text-align: justify;		
	padding-right: 25px;
	color:#4f4e4e;
	padding-bottom: 10px;
}
div.introright {
	text-align: justify;
	padding-left:25px;
	color:#4f4e4e; 
	padding-bottom: 10px;
}
/* Styles for Menu Items */
#leftmenu {
	width: 210px;
	background: url(/imgs/bgmenu.gif);
	background-repeat: repeat-y;	
	background-position: right;
}
#navmenu ul li {
	position: relative;
}
#navmenu ul li a {
	display: block;
	text-decoration: none;			
	border-bottom: 0;	
	width: 202px;	
	z-index: 99;	
}	
#navmenu li ul {
	position: absolute;
	left: 202px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	border-color:#17509f;
	border-width:1px;
	border-style:solid;
	z-index: 1;
}
#navmenu li ul li {	border-bottom: 1px #17509f solid; }
#navmenu ul li ul li a {
	border:none;
	padding: 5px;
	background-color:#d5e5fc;	
}
/* Holly Hack. IE Requirement \*/
* #navmenu ul li { float: left; height: 1%; }
* #navmenu ul li a { height: 1%; }
/* End */

#navmenu li:hover ul, #navmenu li.over ul { display: block; } /* The magic */

ul#alphaNav {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#alphaNav li {
	display: inline;
	margin-right: 0.5em;
}

ul#alphaNav li a, dl#leaders dt a {
	font-weight: bold;
	color : Black;
	font-size:1.2em;
	text-decoration: none;
}

ul#alphaNav li a  {
	text-decoration: underline;
}

ul#alphaNav li a:hover {
	text-decoration: none;
}

dl#leaders dt { 
	clear: left;	
}

dl#leaders dd {
	margin: 0;
	padding: 0;	
	padding-bottom: 1em;
}

dl#leaders dd a.topLink {
	float: right;
}


dl#leaders ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl#leaders ul li {
	padding-bottom: 1em;	
	clear: left;
}

dl#groups {}

dl#groups dt {	
	clear: left; 
	font-weight: bold;
	color : Black;
	font-size:x-large;	
}
dl#groups dd {
	margin: 0;
	padding: 0;	
	padding-bottom: 1em;
}

dl#groups ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl#groups ul li {
	padding-bottom: 1em;	
	clear: left;
}

dl#groups img {
	float: left;
	margin-right: 5px;
	margin-bottom: 8px;
}



#detail img {
	float: left;
	margin-right: 5px;
	margin-bottom: 8px;
}

#detail ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

#detail ul li {
	margin: 0;
	padding: 0.15em 0;		
}

#detail ul li ul {	
	list-style-type: disc;	
	margin-left: 1em;
}

#detail ul li ul li {	
	padding-bottom: 0.5em; 	
}
