﻿/* CSS layout */
#pageContainer {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#container {
	position: relative;
	width: 100%;
}

#page_content {
	margin-right: 264px;
	width: 536px;
	height: 488px;
	background-image: url('startwink.gif');
}
#right_col {
	width: 264px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 488px;
	background-image: url('startwink.gif');
}
#navigation {
	position: relative;
	float: left;
	width: 264px;
	margin-top: 100px;
	margin-bottom: 10px;
	border: 1px none #431;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px none #fff;
}
#navigation a {
	color: #EFB500;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px none #000000;
}
#navigation a:hover {
	color: #808080;
	text-decoration: none;
	border: 1px none #964;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #EFB500;
	background-image: url('startwink.gif');
	text-align: center;
}
#footerNav {
	font-size: small;
	background-color: #C0C0C0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#footerNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #400000;
	text-decoration: none;
}
#footerNav a:hover {
	color: #BB5E00;
}

.text_imageclick {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	background-color: #C0C0C0;
}
.navbar a:link       { font-family: Verdana, sans-serif; font-size:9pt; color: #000000; font-weight: bold; text-decoration: none;  }
.navbar a:visited    {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.navbar a:hover      {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: #BB5E00;
	font-weight: bold;
	text-decoration: none;
}


