html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
}

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
margin: 0px;
padding: 0px;
background-color: #333333;
}
/* --- Layout ---- */

#container{
  width: 890px;
  background-color: #fff;
  padding: 0px;
  margin: 20px auto;
  /*border: 1px solid #FFFFFF;*/
}
 
#myheader {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	background-color: #FFF600;
	color: red;
	height: auto;
}

#mycontent {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 10px;
/*background-color: #F3EFE0;*/
background-color: #FFFFFF;
/*overflow:auto;*/
}

#myfooter {
height: auto;
background-color: #14397C;
text-align: center;
font-size: x-small;
padding: 10px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
clear:both;
}

#mymenu {
background-color: #14397C;
height: 30px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 0px;
text-align: left;
}

#menulist
{
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	background-color: #14397C;
}

#menulist li
{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	background-color: #14397C;
}

#menulist li a
{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
	background-color: #14397C;
}

#menulist li a:hover
{
	color:#000000;
	height:22px;
}

#mymenu #menulist .links{
color: #000000;
background-color: #14397C;
font-weight: normal;
text-decoration: none;
font-style: normal;
cursor: default;
/*display:block;*/
}

/*-----------------------------*/


.picture {
display: block;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
border: 0px;
}

.centered{
float: left;
border: 0px;
padding-left: 30px;
padding-top: 30px;
}

.phrase{
float: right;
border: 0px;
padding-right: 20px;
padding-top: 50px;
}

.center {
margin-left: auto;
margin-right: auto;
}

.valign{
margin-top: 50px;
}

.rightpic {
margin: auto;
float: right;
}

.leftpic {
margin: auto;
float: left;
}

.lfront {
margin: 20px 5px 10px 10px;
float: left;
}

.rfront {
margin: 20px 10px 10px 5px;
float: right;
}

.topmarg {
margin: 20px 0px 20px 0px;
}

.right {
width: auto;
float: right;
padding: 10px;
}

.left {
width: auto;
float: left;
padding: 10px;
}

.clear {
clear: both;
}

.margright {
margin: 0px 0px 0px 0px;
}

.margleft {
margin: 0px 0px 0px 0px;
}

.red {
color: red;
}

.pink {
color: #CC00B0;
}

.purple {
color: #B200FF
}

.sky {
color: #3366FF
}


.lge {
font-size: large;
}

.xl {
font-size: x-large;
}

.xxl {
font-size: xx-large;
}

.bold {
font-weight:bold;	
} 

.norm {
font-size:normal;	
} 

.ital {
font-style: italic
} 

.small {
font-size: x-small;
}

.just {
text-align: justify;
}

.txtleft {
text-align: left;
}

.1 {
font-size: 1em;
}

.smlimg {
width: 100px;
height: auto;
}

.halfimg {
width: 171px;
height: auto;
}

.btn {
border:1px solid #000000;
display: block;
width: 10em;
height: auto;
background-color: #B2B6BA;
padding: 5px;
text-align: center;
}

.wrapper {
margin: 0px auto;
text-align: center;
}

h2{
	padding-left: 5px;
	margin: 5px;
}
 
h1{
	padding-left: 5px;
	margin: 0px;
}

hr {
color: #000;
background-color: #000;
height: 1px;
}

p {
padding: 5px
}

a.normal:link {
color: #000000;
font-weight: normal;
text-decoration: none;
font-style: normal;
}

a.normal:visited {
    color:#000000;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
}

a.normal:hover {
color: #000000;
font-weight: bold;
}

a.normal:active {
color: #000000;
font-weight: normal;
text-decoration: none;
font-style: normal;
}

img {
border: none;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*Hacks*/

/* Fix IE. Hide from IE Mac \*/

* html ul li {
    height: 1%;
  }

 .clearfix{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
  
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


label {
width: 9em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block;
margin: 1px;
}

input ,select{
margin: 1px;
}
.submit input
{
margin-left: 19.5em;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* hacks for win/ie to cure 'excess hidden margins' bug */
@media screen, projection {
* html ul.vertical li {
/* for ie5.0 */
display:inline;
/* for ie5.5+ */
float:left;
/* this cures 'events fall through the menu' bug in ie6 */
background:#303030;
}
}

<!--[if IE 5]>
<style>
#menulist a {float: left; clear: both; width: 100%;}
</style>
<![endif]-->
<!--[if gte IE 6]>
<style>
#menulist a {height: 1%;}
</style>
<![endif]-->
