﻿
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #F3F3F3 url(images/topbg.jpg) repeat-x top left;
	text-align: center;
}

body, th, td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-align: center;
}


h1 {
	font-size: 2.2 em;
	color: #000000;
	font-weight: bold;
	padding-bottom:20px;
}

h2 {
	font-size: 1.4em;
	color: #A2A2A2;
	font-weight: bold;
	padding-bottom:20px;
}

p  {
	margin-top: 1.5em;
	line-height: 1.8em;
}

a {
	text-decoration: none;
	color: #5291A4;
}

a:hover {
	text-decoration: none;
	color: #6FBFD8;
}


hr {
	display: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 800px;
	height: 55px;
	margin: 0 auto;
}

#menu {
	float: left;
	width: 800px;
	height: 75px;
	background: url(images/bar.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	background: url(images/sep.gif) no-repeat right top;
	height: 60px;
	padding: 0 25px 0 40px;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 1px;
	padding: 22px 20px 0 8px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #000000;
}


#menu .anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial #000000;
line-height: 30px;
z-index: 100;
background-color: #6FBFD8;
width: 255px;
}

#menu .anylinkcss a{
display: block;
border-bottom: 1px solid #4D4D4D;
padding: 0px;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
width: 255px;
text-align: left;
}

#menu .anylinkcss a:hover{ 
background-color: #4D4D4D;
color: #FFFFFF;
width: 255px;
}



/* Logo */

#logo {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF url(images/header.jpg) no-repeat top left;
	height: 200px;
	border-top: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
}


/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0px 0px 0 0px;
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	border-top: none;
}

/* Content */

#content {
	width: 760px;
	padding: 20px 20px 0px 20px;
	text-align: justify;
}

#content p {
	padding-bottom: 10px;
}



/* Footer */

#footer {
	margin: 0;
	padding: 0;
	height: 226px;
	background: #DEDEDE url(images/bottombg.jpg) repeat-x bottom left;
}

#footer p {
	padding-top: 30px;
	text-align: center;
	font-size: 13px;
}


blockquote{
background-color: #FFFFFF;
color: #000000;
padding: 20px;
}

img {border: 5px solid #74C4DD;}
