/* basic layout ---------- */
* html { height: 100.02%; }
body {
	margin:0;
	padding:0;
	background: #478db1 url(../images/bg2.png) repeat top;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	}
div.container {
	width:800px;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	background-color: #dfdfdd;
	height: 100%;
	margin-top: 10px;
	}
div#header_left {
	width: 235px;
	height: 130px;
	float: left;
	background-color: White;
	text-align: center;
	}
div#header_right {
	background-color: White;
	width: 565px;
	height: 130px;
	float: right;
	}		
div#main_content {
	width:800px;
	background-color: #dfdfdd;
	}
div#footer_box {
	height: 40px;
	background-color: #1f1a17;
	text-align: center;
	}
div#page_footer, div#page_footer a  {
	color: #eaeaea;
	font-size: 8pt;
	font-family: Arial;
	}
div#page_footer {
	margin-top: 10px;
	margin-bottom: 10px;
	}
div#page_footer a {
	color: #d0cce3;
	}
div.dotted_line {
	height: 3px;
	background: url(../images/dot.gif) repeat-x;
	background-color: transparent;
	margin-left: 40px;
	margin-right: 40px;
	}
div.blackdotted_line {
	height: 3px;
	background: url(../images/blackdot.gif) repeat-x;
	background-color: transparent;
	margin-right: 15px;
	}
form {
	margin: 0px 0px 0px 0px;
	}	
img {
	border: 0;
	}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: black;
	margin-top: 0px;
	margin-bottom: 4px;
	}
h2 {
	font-size: 10pt;
	font-weight: bold;
	}
h3 {
	font-size: 9pt;
	font-weight: bold;
	}
table {
	border-collapse: collapse;
	}
table td {
	padding: 0;
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	vertical-align: top;
	}
table.head_right {
	width: 100%;
	height: 100%;
	background: White;
	}
table.head_right td.banner {
	height: 95px;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	}
table.head_right td.menu_bar {
	height: 35px;
	width: 100%;
	vertical-align: middle;
	text-align: left;
	background: #271760;
	background-image: url(../images/menu_bg.png);
	}
table.head_right td.menu_bar img {
	float : left;
	}
table.twocolumn {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 20px;
	}
table.twocolumn td.left {
	padding-left: 40px;
	width: 375px;
	}
table.twocolumn td.right {
	padding-left: 5px;
	width: auto;
	padding-right: 5px;
	}
table.twocolumn td.full {
	padding-left: 40px;
	width: 100%;
	padding-right: 10px;
	}
a, a:link, a:visited, a:active {
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size : 10pt;
	color: Black;
	text-decoration: none;
	}
a:hover { 
	color: #646464; 
	}	
.formfield, .required, .formselect, .readonly {
	border: 1px solid #999999;
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10px; 
	background-color: White;
	color: Black;
	}
.required { background-color: #FFFF99; }
.formselect{ background-color: #FFECEE;}
.readonly {	background-color: #DCDCDC; }
.footer a:link, .footer a:visited { color: #A9A9A9; text-decoration: none; }
.footer a:hover, .footer a:active { color: #A9A9A9; }	
.footer {
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size : 7pt;
 	text-decoration: none;
	color : #A9A9A9;
	}
.row1 {	
	background-color : #DFDFD1;	
	font-size : 10px;
	}
.row2 {	
	background-color : #FDFDF8;	
	font-size : 10px;
	}

