/*************/
/* Structure */
/*************/

body {
	background: #000000;
	font: 11px georgia, times-roman, arial, sans-serif;
	color: #000000;
}

h1 {
	font: bold 28px BankGothic Lt BT, Courier New, Georgia;
	color: #000066;
	text-align: center;
}

h2 {
	font:18px BankGothic Lt BT, Courier New, Georgia;
	color: #000066;
	text-align: center;
}

h3 {
	font: 12px BankGothic Lt BT, Courier New, Georgia;
	color: #000066;
	text-align: center;
}

.aimg:a
 {
	color: #ffffcc;
	text-decoration: none;
	border:0px;
	background: #ffffcc;
}


a {
	color: #333333;
	text-decoration: none;
	border-bottom:1px dotted;
}

a:lnk img, a:visited img
{
	border: 0px;
	text-decoration: none;
}


a:hover {
	color: #ffffff;
	background: #333333;
}

.aimg
 {
	color: #ffffcc;
	text-decoration: none;
	border:0px;
	background: #ffffcc;
}

img
{
	border: 0px;
}


.lnav {
	text-align: left;
	font-size: 100%;
}

.lnav li {
	list-style-type: none;
	margin-left: 15px;
	padding: 2px ;
}

.lnav li a {
	color: #333333;
	text-decoration: none;
	border-bottom:1px dotted;
}

.lnav li a:hover {
	color: #ffffff;
	background: #333333;
}

.hrow
{
	background: #993399;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.tdp
{
	font-size: 12px;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tderror
{
	background:red;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#recaptcha_table td {
width:auto;
height: auto;
background:white;
}

/*************/
/* Container */
/*************/

#container {
	background: #ffffff;
	min-height: 725px;
	width: 800px;
	margin-top: 20px;
	// border-right: 	5px solid #993399;
	// border-bottom: 	3px solid #993399;
}

#top {
	background: #ffffcc;
	width: 800px;
	min-height: 125px;
	float: left;
}

#top-left {
	padding-top: 10px;
	width: 200px;
	float: left;
}

#top-right {
	width: 580px;
	float: right;
}

#left {
	background: #ffffcc;
	width: 200px;
	min-height: 625px;
	float: left;
}

#left img{
	padding-top: 10px;
}

#right {
	background: #ffffff;
	min-height: 625px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 580px;
	float: right;
}

#footer {
	background: #ffffcc;
	padding-top: 20px;
	width: 800px;
	min-height: 75px;	
}
#print {
	background: #ffffff;
	width: 800px;
	margin-top: 20px;
}
#print-left {
	background: #ffffff;
	width: 50%;
	min-height: 400px;
	float: left;
}
#print-right {
	background: #ffffff;
	width: 50%;
	min-height: 400px;
	float: right;
}

