@charset "utf-8";
/* CSS Document */

body, p, div, td, tr, ul, li, a, h1, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
}

body {
	margin: 0px;
	background-color: #ffffff;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #57bfcf;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 0 0 0 0;
}

p {
	margin: 0 0 1em 0;
}

img {
	border: none;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}

li {
	padding: 0 0 0 15px;
	margin:0;
	background-image:url(/images/dot.gif);
	background-repeat:no-repeat;
	background-position:0 1px;
}

a {
	text-decoration: none;
	color: #57bfcf;
}

#page {
	margin: 0 0 0 0;
}

#header {
	height: 98px;
	background-color: #c9e7ec;
	position: relative;
}

#content {
	padding: 20px 0 0 174px;
	width: 600px;
	position: relative;
}

.escape {
text-align: left;
padding: 0 0 0 174px;
}
.escape a{
font-size: 9px;
color: #57bfcf;
text-decoration: none;
}
/*//////////////////////Navigation/////////////////////////*/
#navigation {
	height: 20px;
	background-color: #57bfcf;
	color: #666666;
	font-size: 12px;
	position: relative;
}

.navi {
	position: absolute;
	top: 0px;
	left: 63px;
	width: 750px;
}
.navi a{
	text-decoration: none;
	color: #FFFFFF;
	width: 750px;
}
.navi a:hover{
	text-decoration: none;
	color: #666666;
}
.navi a.active{
	text-decoration: none;
	color: #666666;
}

.tblLinks tr td{
	vertical-align: top;
	width: 290px;
	padding: 0 10px 8px 0;
}
