* {
	margin: 0;
	padding: 0;
}

/* Body */

body {
background: #fff;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color: #333;
}

a {
text-decoration: none;
color: #336699;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 780px;
}

/* Header */
#header {
}
#header h1 { 
font-size: 18px;
letter-spacing: -1px;
padding: 5px 0 0 20px;
color: #4088b8;
}

#header h1 a { 
color: #3069AE;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #DA0000;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

/* Menu */

#menu
{
	
	width: 100%;
	/*top: 0em;*/
	/*left: 0em;*/
	background: #4088b8 ;
	height: 3.5em;
	font-size: small;
}

#menu ul
{
	list-style: none;
	/*position: absolute;*/
	bottom: 0em;
	left: 1em;
}

#menu li
{
	display: block;
	float: left;
}	

#menu li a
{
	color: #fff;
	display: block;
	padding: 1.0em 1.25em 1.25em 1.25em;
	text-decoration: none;
}

#menu li a:hover
{
	background: #a7a7a7;
	height: 1.25em;
}

#content {
padding: 0 20px 20px 0px;
}

.page {
float: right;
width: 620px;
text-align: justify;
padding-top: 10px;
}

.page h1 {
font-size: x-large;
font-weight: 100;
padding: 15px 0 7px 0;
color: #4088b8;

}

.page h2 {
font-size: x-large;
font-weight: 100;
padding: 15px 0 7px 0;
}
.page h2 a {
text-decoration: none;
}
.page h2 a:hover {
color: #111;
}

.page ul {
padding: 0px 0 0px 10px;
list-style-type: none;
}

.nav {
float: left;
width: 130px;
padding-top: 20px;
padding-left: 0px;
}
.nav h2 {
margin: 0px 0 0 0;
padding-left: 0px;
background: #4088b8;
color: #fff;
font-size: medium;
}
.nav ul {
padding: 10px 0 10px 10px;
list-style-type: none;
}
.nav ul li a {
color: #336699;
text-decoration: none;
font-size: small;
}
.nav ul li a:hover {
color: #111;
background: #ffffff;
}

.nav a{
  color: #ffffff;
}

.nav a:hover{
  color: #ffffff;
  background: #a7a7a7;
  text-decoration: none;
  display: block;
  
}



#footer {
  color: #ffffff;
}
  
#footer a { color: #fff; }


div.c2 {clear: both;}
    img.c1 {border: 3px solid #ccc;}

table.page td{
  padding: 0px 15px 0px 0px;
}

table.top td{
   vertical-align: top; 
   padding: 0px 5px 0px 0px;
}


table.footer {
	background-color: #4088b8;
	padding: 5px 5px 5px 5px;
}

.left {
float:left;
margin:0 15px 4px 0;
border: 3px solid #ccc;
}

.right {
float:right;
margin:0 0 4px 15px;
border: 3px solid #ccc;
}

.rightImage {
float:right;
margin:20px 0 0 0;
}

.noborder {
  border:none;
}

/* List styles */
ul.squareList {
  list-style-type: square;
  padding-left: 25px;
  line-height: 18px;
  }

ul.discList {
  list-style-type: disc;
  padding-left: 25px;
  line-height: 18px;
  }
  
ul.circleList {
  list-style-type: circle;
  padding-left: 25px;
  line-height: 18px;
  }

/* text size */
.textsize{
  float:right;
}