html,body {
	margin: 0;
	padding: 0;
	background-color: #660000;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url("images/backg.jpg");
	background-repeat: repeat-y;
	background-position: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}

img {
	border: 0;
	padding: 0;
	margin: 0 auto;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #e2392e;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}

.textlink2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #e2392e;
	text-decoration: underline;
}

.textlink2:hover {
	color: #000000;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 20px 0 10px 0;
	line-height: 24px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0 0 -10px 0;
	line-height: 20px;
}


h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	margin: 0;
	line-height: 20px;
}

p, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}

#container {
	width: 990px;
	height: 620px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	border: solid #FFFFFF 2px;
	background-color:#FFFFFF;
	text-align: left;
}

#nav {
	width: 278px;
	height: 620px;
	padding: 0;
	float: left;
	margin: 0 auto;
	background-image: url(images/backg_nav.jpg);
	background-repeat: no-repeat;
}
#content_what {
	width: 708px;
	height: 620px;
	float: left;
	padding: 0;
	margin: 0 auto;
	background-image: url(images/backg_what.jpg);
	background-repeat: no-repeat;
	border: solid #000000 0px;
	text-align: left;
}

#content {
	width: 708px;
	height: 620px;
	float: left;
	padding: 0;
	margin: 0 auto;
	background-image: url(images/backg_content.jpg);
	background-repeat: no-repeat;
	border: solid #00FF00 0px;
	text-align: left;
}

#content_box {
	width: 100%;
	height: 480px;
	padding: 0;
	margin: 0 auto;
	overflow: auto;
	scrollbar-face-color: #990000;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #f5e8b4;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	border: solid #FF0000 0px;
	text-align: left;
}

#content_text {
	padding: 0 200px 20px 50px;
	margin: 0 auto;
	text-align: left;
}

INPUT 		{
	BACKGROUND-COLOR: #FFFFD7;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
	border: 1px dashed;
	border-color: #000000;
}



select { 
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #000000;
	FONT-WEIGHT: bold;
	FONT-FAMILY:  Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	border-bottom-style: outset; border-left-style: outset; border-right-style: outset; border-top-style: outset; clear : both;
}

.CHECKBOX {
	BACKGROUND-COLOR: transparent;
	border: 0px #cccccc;
}

.TDHEAD {
	color: #FFFFFF;
	FONT-SIZE: 18px;
	background-color: #000000;
	border: solid #000000 1px;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

.TDCELL {
	color: #000000;
	background-color: #FFFFFF;
	border: solid #000000 1px;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}
/* ------ validation styles --------- */
#log_res {
	height:auto;
	padding:15px;
	margin:100px auto 20px auto;
	width:400px;
}
#log_res p {
	margin:0;
	padding:4px 0 4px 0;
}
#log_res.ajax-loading
	{background:url(images/spinner.gif) no-repeat center;
}
.error {
	color:red;
	margin:0;
	padding:0;
}

