/* CSS Document */
body {
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	min-width: 958px;
	text-align: center;
	color: #006699;
	}

/* images */
.imgleft {
	float: left;
	margin-right: 5px;
	}
.imgright {
	float: right;
	margin-left: 5px;
	margin-right: 2px;
	}

/* ---  links  --- */

a:link {
	color: #006699;
	text-decoration: underline;
	}
a:visited {
	color: #006699;
	text-decoration: underline;
	}
a:hover {
	color: #993333;
	text-decoration: none;
	}
/* ----{ special styles }-------------------*/
.small {
	font-size:10px;
	}
.blue {
	color: #003366;
	}


/* ---[ common elements ]--------------------- */

p {
	line-height: 18px;
	color: #006699;
	margin-right: 5px;
	margin-left: 5px;
	}
input {
	font-family: Verdana, sans-serif;
	color: #666666;
	font-size: 11px;
	}
textarea {
	font-family: Verdana, sans-serif;
	color: #666666;
	font-size: 11px;
	}
select {
	font-family: Verdana, sans-serif;
	color: #666666;
	font-size: 11px;
	}
h1 {
	font-family: Verdana, sans-serif;
	font-size: 200%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 110%;
	margin: 5px;
	}
h2 {
	font-family: Verdana, sans-serif;
	font-size: 180%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 110%;
	margin: 5px;
	}
h3 {
	font-family: Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 110%;
	margin: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
h4 {
	margin: 1.5em 0 0 0;
	font-family: Verdana, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #333;
	}
h5 {
	margin: 1.5em 0 0 1em;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333;
	}
h6 {
	margin: 1.5em 0 0 1em;
	font-family: Verdana, sans-serif;
	font-size: 88%;
	font-weight: bold;
	color: #333;
	}
blockquote {
	font-size: 88%;
	line-height: 1.5em;
	color: #333;
	padding-left: 23px;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
del {
	text-decoration: line-through;
	color: #999;
	}
ins {
	text-decoration: none;
	font-style: italic;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}
form {
	float: left;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	}
.warning {
	color: #CC0000;
}

.maintable {
	background-image: url(images/main_mid.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	
}
.maintable_content {
	background-image: url(images/main_foot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 14px 14px;
	line-height: 130%;
}
.nav {
	background-image: url(images/nav_mid.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	height: 100%;
}
.nav_content {
	background-image: url(images/nav_foot.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px 15px 15px;
	height: 100%;
}
.info {
	background-color: #01758C;
	background-image: url(images/info_mid.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.info_content {
	background-image: url(images/info_foot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}
.white {color: #FFFFFF}

.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
