

body {
	margin: 0;
	padding: 0;
	background: #0AAAFD url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E6F6FF;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	/*font-weight: bold; */
}

p, ol, ul {
	line-height: 170%;
}

p {
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat 0px 7px;
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #E6F6FF;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img {
	border: 1px solid #1777B1;
}

img.left {
	float: left;
	margin: 3px 15px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 15px;
}

hr {
	display: none;
}

/* Menu */

#menu {
	width: 760px;
	height: 80px;
	margin: 0 auto;
	padding: 0 5px 5px 5px;
	background: #1777B1;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	float: left;
	width: 150px;
	height: 53px;
	padding: 27px 0 0 0;
	background: #A8D7F8 url(img02.jpg) no-repeat;
	border-left: 2px solid #1777B1;
	text-decoration: none;
	text-align: center;
	font-size: 136%;
	color: #1777B1;
}

#menu a:hover {
	background: #FF9009 url(img04.jpg) no-repeat;
	color: #005826;
}

#menu a:active {
	background: #A8DC35 url(img03.jpg) no-repeat;
	border: none;
	color: #E80732;
}


/* Header */

#header {
	width: 760px;
	height: 220px;
	margin: 0 auto;
	padding: 0 5px 5px 5px;
	background: #1777B1 url(images/img05.jpg) no-repeat 5px 0px;
}

/* Logo */

#logo {
	float: right;
	width: 345px;
	height: 220px;
	background: #3FD9EC url(images/img06.jpg) no-repeat;
}

#logo h1, #logo h2 {
	text-align: center;
}

#logo h1 {
  font-family: impact;
	padding-top: 77px;
	font-size: 240%;
}

#logo h2 {
  font-family: impact;
	font-size: 240%;
}

#logo a {
	text-decoration: none;
	color: #144B6B;
}

/* Page */

a[href $='.pdf'] { 
   background: transparent url(pdficon_large.gif);
}

#page {
	width: 730px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */

#content {
	float: left;
	width: 100%;
	padding-top: 8px;
}



/* Footer */

#footer {
  font-size: 90%;
  margin-top: 4em;
  /*border-top: 2px dotted #fff;
	width: 740px;
	margin: 0 auto;
	height: 30px;
	height: 10% ;
	margin-top: 10px;
	background: #1777B1; */
}  

/*#footer p {
	margin: 0;
	margin-bottom: 95%;
	line-height: 90%;
	font-size: 85%;
}  */

/* #footer a {
    font-size: 80%;
  margin-top: 95%;
  border-top: 2px dotted #fff;
} */

#legal {
	float: left;
}

#links {
	float: right;
} 







