/* Body and Default Link Styles */

body {
	margin-top: 0px;
}
a:link {
	color: #022166;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #022166;
}
a:hover {
	text-decoration: underline;
	color: #465D8E;
}
a:active {
	text-decoration: none;
	color: #022166;
}

/* Link and Cell Styles for Top Masthead Area */

td#topnavlink a, td#topnavlink a:visited {
	background-color: #294987;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #465D8E;
	text-align: center;
	display: block;
	height: 18px;
	padding-top: 7px;
}
td#topnavlink a:hover {
	background-color: #465D8E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #465D8E;
	vertical-align: middle;
	text-align: center;
	display: block;
	height: 18px;
	padding-top: 7px;
}
td#topnavlinkcurrent a, td#topnavlinkcurrent a:visited {
	background-color: #465D8E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #465D8E;
	text-align: center;
	display: block;
	height: 18px;
	padding-top: 7px;
}
td#topnavlinkcurrent a:hover {
	background-color: #465D8E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #465D8E;
	vertical-align: middle;
	text-align: center;
	display: block;
	height: 18px;
	padding-top: 7px;
}
td#topnav-line a, td#topnav-line a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
td#topnav-line a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: underline;
}
#picborder-nzanga {  /* Puts a 1-pixel white line to the right and bottom of Nzanga's photo */
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#picborder-masthead {  /* Puts a 1-pixel white line on the bottom of Masthead Graphic */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#picborder-logo {   /* Puts a 1-pixel white line to the right of UDEMO Logo */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#topnav-line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #465D8E;
	background-color: #294987;
	text-align: center;
}

/* Link and Cell Styles for Left Sidebar Navigation */

#leftnavhead {  /* These are the green headings in the left vertical navigation bar */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0D8409;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 5px;
	line-height: 15px;
	display: block;
	padding-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #044C00;
	width: 105px;
}
td#leftnavlink a, td#leftnavlink a:visited {  /* Controls the link cell color, the light blue bottom border, and the text links in the blue cells */
	background-color: #294987;
	padding-right: 0px;
	padding-left: 5px;
	line-height: 12px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #465D8E;
	width: 105px;
}
td#leftnavlink a:hover {  /* Controls the rollover effect in the blue cells */
	background-color: #6078A5;
	padding-right: 0px;
	padding-left: 5px;
	line-height: 12px;
	display: block;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #465D8E;
	width: 105px;
}
#bgleftnav {  /* This is the table cell that the left sidebar navigation table sits in - the background is a GIF, and the cell expands with the page */
	background-image: url(images/bg-leftnav.gif);
	background-repeat: repeat-y;
	width: 112px;
}


/* Styles for Text, Photos and Headings in second column */


h1 {  /* This is the text style for Nzanga Is Back and Opinion on the homepage */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #022166;
	margin-bottom: 4px;
	margin-top: 18px;
}
#col2text {  /* Controls padding in the second column */
	padding-right: 2px;
	padding-left: 11px;
}
p.bodycopy {  /* This is the standard style for text on all pages */
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #022166;
	margin-top: -2px;
	margin-bottom: 10px;
	margin-right: 7px;
}

#homeheadings {  /* Controls the green fading headings on the homepage - sets the cell background image and text style */
	background-image: url(images/bg-homeheadings.jpg);
	background-repeat: no-repeat;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 8px;
	line-height: 19px;
	background-position: left top;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #022166;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	padding-left: 8px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #022166;
	margin-bottom: 7px;
	margin-top: 14px;
	margin-left: 15px;
	font-variant: small-caps;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #022166;
	margin-bottom: 7px;
	margin-top: 14px;
	margin-left: 15px;
	font-variant: small-caps;
}
#gallerypic-col1 {  /* Controls the padding for the first 2 gallery images in the first photo column on the homepage */
	padding-right: 6px;
	padding-top: 9px;
	padding-left: 8px;
}
#gallerypic-col2 {  /* Controls the padding for the second 2 gallery images in the second photo column on the homepage */
	padding-right: 6px;
	padding-top: 9px;
}
#gallerypic-col3 {  /* Controls the padding for the third 2 gallery images in the third photo column on the homepage */
	padding-right: 0px;
	padding-top: 9px;
}
.graydate {  /* Text style for News dates */
	color: #416363;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
}
a.greenlink:link, a.greenlink:visited {  /* Text and link styles for News links */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #77964A;
	font-weight: bold;
	text-decoration: none;
}
a.greenlink:hover {  /* link rollover style for News links */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #77964A;
	font-weight: bold;
	text-decoration: underline;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #022166;
	font-weight: bold;
	margin-top: 6px;
	margin-left: 8px;
	margin-bottom: 2px;
	margin-right: 6px;
}
#videopic {   /* Sets the padding for the single image used in the Audio Video area on homepage */
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 8px;
}


/* Styles for bottom text navigation, copyright, bottom blue line */

td#bottomlinks a, td#bottomlinks a:visited {  /* Link Style for bottom text links */
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #6078A5;
	text-decoration: none;
}
td#bottomlinks a:hover {  /* Link rollover style for bottom text links */
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #6078A5;
	text-decoration: underline;
}
.bottomlinkscell {  /* Paragraph style for bottom text links - sets the vertical dividers to same font and color as links */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #6078A5;
	text-align: center;
}
#bottomline {  /* Sets the color and size of the bottom light blue bar at the bottom of all pages */
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #6078A5;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #6078A5;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}

 /* Styles specific to 2nd Level pages */
 
#2ndlevelpagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #294987;
	padding-left: 15px;
	line-height: 19px;
	padding-top: 2px;
	padding-bottom: 12px;
}
.bodycopy2 {
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: -2px;
	margin-bottom: 10px;
	margin-right: 18px;
	margin-left: 15px;
}
.bodycopy3 {
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #022166;
	margin-top: -2px;
	margin-bottom: 10px;
	margin-right: 18px;
	margin-left: 15px;
	font-style: italic;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #022166;
	margin-bottom: 7px;
	margin-top: 14px;
	margin-left: 15px;
}
.graydate2 {
	color: #416363;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	margin-left: 15px;
}
#inlinephotos {
	padding-right: 12px;
}
.topnav-line {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
.subtitle {
	color: #416363;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin-left: 15px;
	text-decoration: none;
}
.subtitle2 {
	color: #0D8409;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	margin-top:10px;
	margin-left: 15px;
}
.subtitle3 {
	color: #0D8409;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	margin-top:10px;
	text-align:center;
}
#galerie-caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	color: #294987;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 2px;
}
#nextback {
	padding-top: 14px;
}
/*  List Style */
ul {
	list-style-type: square;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: -2px;
	margin-bottom: 10px;
	margin-right: 18px
}
li {
	margin-top: 0em; margin-bottom: 6px; margin-left: -7px;
	line-height: 16px;
	margin-bottom: 10px;
	margin-right: 7px;
}
ol{
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #022166;
}

u {
   color:#294987;
}
.popup {
   text-decoration: none;
   background-color: #FFFFFF;
}
#print{
   text-align:right;
   color: #294987;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
}

.underconstruction{
   margin-top: 100px;
   margin-left: 50px;
   margin-right:50px;
   margin-bottom: 50px;
   text-align:center;
   color:#022166;
   font-weight: bold;
   line-height:16px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
}

td#emailfriend{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: normal;
   color: #FFFFFF;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #022166;
	margin-bottom: 7px;
	margin-top: 14px;
	margin-left: 15px;
	font-variant: small-caps;
}
#nosvaleurstable {
	margin-left: 12px;
}
td#nosvaleurs a, td#nosvaleurs a:visited {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #294987;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 20px;
	padding-top: 7px;
	border: 1px solid #666666;
}
td#nosvaleurs a:hover {
	background-color: #294987;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 20px;
	padding-top: 7px;
	border: 1px solid #666666;
}
.names {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}
#notestable {
	margin-left: 7px;
}
#notes-thumbs {
	margin-right: 10px;
	margin-bottom: 5px;
}
.head1-nospace {
	margin-top: 3px;
}
.head1-home {
	margin-top: 2px;
	font-size: 10px;
}
#classifiedimages {
	margin-bottom: 10px;
}
.h3nobold {
	font-weight: normal;
	line-height: 12px;
	padding-top: 3px;
}
a.bluelink:link, a.bluelink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #022166;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
a.bluelink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #022166;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 3px;
	padding-bottom: 3px;
}
.voeux {
    text-align:center;
	background-color:#FFFFCC;
	font-weight:bold;
	font-size:14px;
}
.box{
    text-align:center;
	background-color:#FFFFCC;
	font-weight:normal;
	font-size:11px;
}
.box2{
    text-align:left;
	background-color:#abd093;
	font-weight:normal;
	font-size:11px;
}
.box3{
    text-align:center;
	background-color:#FFFFFF;
	font-weight:normal;
	font-size:11px;
}

