body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}

img {
	padding: 0.5em;
}

h1 {
  font: 120% Georgia, "Times New Roman", Times, serif;
  color: #000090;
  font-weight: bold;
  background-color: transparent;
}

h2 {
  font: 110% Georgia, "Times New Roman", Times, serif;
  color: #000090;
  font-weight: bold;
  background-color: transparent;
}

h3 {
  font: 100% Georgia, "Times New Roman", Times, serif;
  color: #000090;
  font-weight: bold;
  background-color: transparent;
}

a:visited {
	color: #29803F;
	text-decoration: none;
}

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

a:active {
	color: red;
	text-decoration: none;
}

ul {
  margin-left: 1em;
  padding-left: 1.2;
}

li {
  font-size: 80%;
  margin-bottom: 0.4em;
}


.center {
	text-align: center;
}
	
.strong {
	font-weight: bold;
	color: red;
}
.blue {
	color: #000090;
}
.grise {
	color: #000000;
}

#header {
  border-top: 1px solid #778899;
  border-bottom: 1px solid #B2BCC6;
  height: 10em;
}

#header h1 {
  font: 150% Georgia, "Times New Roman", Times, serif;
  color: #000090;
  background-color: transparent;
  text-align:center;
  margin-right: 2em;
  margin-top: 2em;
}

#header .logo {
  float: left;
  width: 108px;
  margin-left: 1.5em;
  margin-top: 0.5em;
}

#nav {
  position: absolute;
  top: 10em;
  left: 1em;
  width: 14em;
}

#nav ul {
  list-style: none;
  margin-left: 1em;
  padding-left: 0;
}

#nav li {
  font-size: 80%;
  border-bottom: 1px dotted #B2BCC6;
  margin-bottom: 0.3em;
}

#nav a:link, #nav a:visited {
  text-decoration: underline;
  color: #2A4F6F;
  background-color: transparent;
}

#nav a:hover {
  color: #06F;
}

#nav h2 {
  font: 100% Georgia, "Times New Roman", Times, serif;
  color: #2A4F6F;
  background-color: transparent;
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 0.3em;
}

#content {
  margin-top: 0.5em;
  margin-left: 22em;
  margin-right: 2em;
}

#content p {
  font-size: 80%;
  line-height: 1.6em;
  padding-left: 1.2em;
}

/*#content a:link, #content a:visited {
  text-decoration: underline;
  font-weight: bold;
  color: #2A4F6F;
  background-color: transparent;
}

#content a:hover {
  color: #06F;
}
*/

.rightbox {
  float: right;
  /*width: 108px;*/
  margin-left: 1.5em;
  margin-right: 1em;
  margin-top: 0.5em;
}

.rightbox h2 {
  font: 80% Georgia, "Times New Roman", Times, serif;
  font-weight: bold; 
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 8px;
  /*height: 1.3em;*/
  line-height: 2em;
  color: #fff;
}

.rightbox ul { 
  list-style: none;
  margin: 0px;
  padding-top: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 1em;
}

.rightbox li { 
  font-size: 80%;
  border-bottom: 1px dotted #B2BCC6;
  margin-bottom: 0.3em;
} 

.rightbox li a:link, .rightbox a:visited {
  text-decoration: none;
  color: #2A4F6F;
  background-color: transparent;
}

.rightbox a:hover {
  color: #06F;
}

.redbox { 
  border-color: #f00;
}

.redbox h2 { 
  background-color: #f00;
} 

/* for an alternate color in box border and header ;

whatevercolorbox{
	border-color: #xxx
}

whatevercolorbox h2{
	background-color: #xxx
}
*/

.border { 
  border-width: 1px;
  border-style: solid;
  /*width: 153px;*/
 }
    
#footer {
    clear:both;
    margin-left: 16em;
    border-top: 1px solid #B2BCC6;
    }
    
#footer h1, #footer h2, #footer h3, #footer h4, #footer p {
    color: #000090;
    text-align: center;
    padding:2em;
    margin:0;
    }
    
#footer img {
	text-align: right;
	padding-left: 3em;
	margin-top: 2em;
	}
	
.nopadding {
	padding: 0px;
	text-align: center;
	vertical-align: top;
}

td {
  font-size: 80%;
  line-height: 1.6em;
  padding-left: 1.2em;
}					  

td a:link, td a:visited {
  text-decoration: none;
  color: #2A4F6F;
  background-color: transparent;
}
