/* GLOBAL ELEMENTS */
body {
	background: #1478af;
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Frutiger Linotype", Tahoma, sans-serif;
	font-size: 12px;
	margin: 10px;
	padding: 10px;
	text-align: center;
}
p {
	margin: 0px;
	padding: 2px 2px 5px 2px;
	text-align: justify;
}
a:link {
	background-color: inherit;
	color: #1478af;
	text-decoration: none;
}
a:active {
	background-color: inherit;
	color: #1478af;
	text-decoration: none;
}
a:visited {
	background-color: inherit;
	color: #0f5a87;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
b {
	font-weight: bold;
}
hr {
	border-bottom: 1px solid #1478af;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	height: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
/* END GLOBAL ELEMENTS */


/* PAGE ELEMENTS */
#page {
	background: url(images/back_page_content.jpg);
	margin: auto;
	text-align: left;
	width: 700px;
}
#content {
	padding: 0px 16px 0px 16px;
}
/* END PAGE ELEMENTS */


/* HEAD ELEMENTS */
#head {
	background: url(images/back_page_head.jpg);
	padding: 20px 15px 0px 15px;
}
/* END HEAD ELEMENTS */


/* FOOT ELEMENTS */
#foot {
	background: url(images/back_page_foot.jpg) no-repeat bottom;
	clear: both;
	height: 70px;
	padding: 0px 15px 20px 15px;
}
/* END FOOT ELEMENTS */


/* NAVIGATION TABLE ELEMENTS */
td.nav {
	background: url(images/back_nav.jpg) no-repeat;
	background-color: inherit;
	color: #D0D0D0;
	font-size: 8px;
	padding: 6px;
	height: 150px;
	width: 168px;
}
td.nav div.nav {
	width: 168px;
}
td.nav div.sectiontitle {
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 4px;
}
td.nav div.middlestuff {
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: justify;
}
td.nav div.buttomstuff {
	padding-top: 3px;
}
td.nav a {
	background-color: inherit;
	color: #c0c0c0;
}
td.nav img {
	display: none;
}
td.nav div.blink {
	background-color: inherit;
	color: #c0c000;
	display: inline;
	font-weight: bold;
	padding-left: 38px;
	text-decoration: blink;
}
td.nav ul {
	list-style: circle;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
}
td.nav:hover {
	background: url(images/back_nav_hover.jpg) no-repeat;
	background-color: inherit;
	color: #000000;
	font-size: 10px;
	padding: 0px;
	height: 200px;
	width: 227px;
}
td.nav:hover div.nav {
	padding: 6px;
	height: 188px;
	width: 215px;
}
td.nav:hover a {
	background-color: inherit;
	color: #1478af;
}
td.nav:hover img {
	display: inline;
}
td.nav:hover div.blink {
	display: none;
}
/* END NAVIGATION TABLE ELEMENTS */
