/* general look and feel */

html {
	margin:					0px;
	padding:				0px;
}

body {
	 background-color:		#FFFFFF;
	 color:					#242269;
	 font-family:				arial, sans-serif;
	 font-size:				12px;
	 text-align:				center;		/* align center main container IE only */
}

div {
	text-align:				left; 		/* toggle normal div alignment IE only */
}

img {
	border:					0px;
}

p {
	text-align:				justify;
}

li {
	list-style-type:			square;
	color:					#242269;
}

/* menu bullets */

#ins	{ color: #4242A3; font-size: 16px; vertical-align: middle;}
#con	{ color: #943052; font-size: 16px; vertical-align: middle; }
#ctr	{ color: #18805A; font-size: 16px; vertical-align: middle; }
#asc	{ color: #B2280C; font-size: 16px; vertical-align: middle; }
#wto	{ color: #2121FF; font-size: 16px; vertical-align: middle; }
#ohada	{ color: #524D73; font-size: 16px; vertical-align: middle; }
#com	{ color: #DF7800; font-size: 16px; vertical-align: middle; }
/*
#ins	{ color: #212152; font-size: 16px; vertical-align: middle;}
#con	{ color: #4A1829; font-size: 16px; vertical-align: middle; }
#ctr	{ color: #0C412E; font-size: 16px; vertical-align: middle; }
#asc	{ color: #741A08; font-size: 16px; vertical-align: middle; }
#wto	{ color: #2121FF; font-size: 16px; vertical-align: middle; }
#ohada	{ color: #524D73; font-size: 16px; vertical-align: middle; }
#com	{ color: #DF7800; font-size: 16px; vertical-align: middle; }
*/

/* headers */

h1 {
	font-size:				14px;
	font-weight:				bold;
	padding-bottom:			10px;
}

h1.about {
	font-size:				18px;
	font-weight:				bold;
	text-align:				center;
}

#index h1 {
	background-image:		url("/images/logo2.gif");
	background-repeat:		no-repeat;
	background-position:		center center;
	height:					305px;
	width:					600px;
}

#index h1 span {
	display:					none;
}

#index-fr {
	height:					20px;
	width:					46px;
	background-image:		url("/images/francais.gif");
	display:					block;
	background-repeat:		no-repeat;
	float:					left;
	margin:					0;
	padding:				0;
}

#index-fr span {
	display:					none;
}

#index-en {
	height:					20px;
	width:					46px;
	background-image:		url("/images/english.gif");
	display:					block;
	background-repeat:		no-repeat;
	float:					left;
	margin:					0;
	padding:				0;
}

#index-en span {
	display:					none;
}

#index-es {
	height:20px;
	width:46px;
	background-image:		url("/images/espanol.gif");
	display:					block;
	background-repeat:		no-repeat;
	float:					left;
	margin:					0;
	padding:				0;
}

#index-es span {
	display:					none;
}

#index {
	text-align:				center;
	width:					600px;
}

#index ul {
	list-style-type:			none;
	display:					inline;
	margin:					0;
	padding:				0;
	position:				absolute;
	margin-left:				-75px;
	text-align:				center;
	margin-top:				40px;
}

#index ul li {
	display:					inline;
	margin:					0;
	padding:				0;
}

h1.title {
	font-size:				14px;
	font-weight:				bold;
	padding-bottom:			10px;
}

h1.title a:link, h1.title a:visited, h1.title a:hover, h1.title a:active {
	color:					#242269;	
	text-decoration:			none;
}

h2 {
	font-size:				12px;
	font-weight:				bold;
}

h2.about {
	font-size:				18px;
	font-weight:				bold;
}

h2.title {
	font-size:				12px;
	font-style:				italic;
	padding-top:				20px;
}

h2 span {
	font-style:				normal;
}

h3 {
	font-size:				12px;
	font-weight:				bold;
}

h3.about {
	font-size:				14px;
}

h3.title {
	font-size:				12px;
	font-weight:				bold;
	text-align:				center;
}

h4.about {
	font-size:				12px;
}

h4.title {
	font-size:				12px;
	font-weight:				bold;	
}

/* sections */

div.content {
	border:					1px solid #9FC6B2;
	background-color:		#D4E7DE;
	padding-top:				10px;
	padding-bottom:			10px;
}

div.content ul {
	padding-left:20px;
	padding-bottom:	10px;
	margin:0;
}

/* tables */

table.list {
	border-top:				1px solid #9FC6B2;
	border-bottom:			1px solid #9FC6B2;
	border-collapse:			collapse;
}

td.cellHeader {
	background-color:		#D4E7DE;
	font-weight:				bold;
	font-size:				12px;
	text-align:				center;
	border:					1px solid #9FC6B2;
	height:					22px;
	padding-left:				5px;
	padding-right:			5px;
}

td.cellListHeader {
	background-color:		#D4E7DE;
	font-weight:				bold;
	font-size:				12px;
	border-bottom:			1px solid #9FC6B2;
	border-top:				1px solid #9FC6B2;
	vertical-align:			top;
}

td.cellTitle {
	font-weight:				bold;
	font-size:				12px;
	vertical-align:			top;
}

td.cellNormal {
	border:					1px solid #9FC6B2;
	text-align:				center;
	padding-left:				5px;
	padding-right:			5px;
	vertical-align:			top;
}
td.cellNormalTitle {
	background-color:		#D4E7DE;
	border:					1px solid #9FC6B2;
	text-align:				left;
	padding-left:				5px;
	padding-right:			5px;
}

td {
	font-size:				12px;
}

td.odd {
	background-color:		#FFFFFF;
	vertical-align:			top;
}

td.even {
	background-color:		#D4E7DE;
	vertical-align:			top;
}

table.themes td {
	padding-left:				4px;
	padding-right:			4px;
}

table.index {
	border-top:				1px solid #9FC6B2;
	border-bottom:			1px solid #9FC6B2;
}

table.index td {
	vertical-align:			top;
	padding:				4px;
}

table.index tr.even td {
	background-color:		#D4E7DE;
}

table.results {
	border-top:				1px solid #9FC6B2;
	border-bottom:			1px solid #9FC6B2;
}

table.results td {
	vertical-align:			top;
}

table.results tr.even td {
	background-color:		#D4E7DE;
}

table.centre td.cellTitle {
	text-align:				right;
	padding-right:			10px;
}

/* links look and feel */

a:link, a:visited {
	color:					#446677;
	text-decoration:			none;
}

a:hover {
	color:					#242269;
	text-decoration:			underline;
}

a:active {
	color:					#B72626;
}

h2 a {
	font-style:				normal;
}

a.titleLink:link, a.titleLink:visited {
	color:					#446677;
	text-decoration:			none;
	font-size:				12px;
	font-weight:				bold;
}

a.titleLink:hover {
	color:					#242269;
}

a.titleLink:active {
	color:					#B72626;
}

a.navbar:link, a.navbar:visited {
	font-weight:				bold;
	text-decoration:			underline;
}

a.navbar:hover {
	color:					#242269;
}

a.navbar:active {
	color:					#B72626;
}

/* text */

span.navbar {
	font-weight:				bold;
}

span.info {
	font-size:				10px;
}

span.navbarTitle {
}

span.subtitle {
	font-size:				14px;
	font-weight:				bold;
	padding-right:			5px;
}

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

#container {
	margin:					0 auto;
	width:					600px;
}

#highlightSummary {
	padding-left:				4px;
	padding-right:			4px;
	width:					600px;
	margin:					0 auto;
	border:					1px solid #9FC6B2;
	background-color:		#D4E7DE;
	padding-top:				10px;
	padding-bottom:			10px;
}

#footer {
	width:					600px;
	margin-top:				40px;
}
#footer p {
	margin:					0;
	padding:				0;
	text-align:				center;
	font-size:				12px;
	margin-bottom:			20px;
}

p.list {
	text-align:				left;
}

/* main menu */

#menu {
	padding-left:				50px;
	padding-right:			50px;
}

#menu ul {
	padding-top:				3px;
	padding-bottom:			20px;
	margin-top:				0;
	margin-bottom:			0;
}

#menu h1 {
	font-size:				14px;
	font-weight:				bold;
	padding:				0;
	margin:					0;
}

#specialized {
	padding-top:				0px;
}

#menu a {
	font-size:				14px;
	font-weight:				bold;
}

#menu div.description a {
	font-size:				12px;
	font-weight:				normal;
}

div.description {
	margin-bottom:	10px;
	color:		#242269;
	font-family:	arial, sans-serif;
	font-size:	12px;
	text-align:	justify;
}


