html, body{
	width:100%;
	height:100%;
	margin:0;
}

body {
	color: #006699;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	background-color:#fff; /* 000567 */
}

img {
	border:0px;
}

a{
	text-decoration:underline;
	color: #006699;
}

a:hover{
	text-decoration:none;
}

input,
textarea,
select {
	padding: 1px;
	font: 400 1em verdana, sans-serif;
	color: #999;
	background: #fff;
	border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
	color: #000;
	background: #E7F1F3;
	border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
	padding: 0;
	border: 0;
}

input.button {
	padding: 2px 5px;

	font: 400 0.9em verdana, serif;
	cursor: pointer;

	color: #fff;
	background: #FC3307;
	border-width: 1px;
	border-style: solid;
	border-color: #FF7800 #691300 #691300 #FF7800;
}

input.radio {
	background: none;
	border: 0px;
}

.header {
	background: url(../img/lheader.png) repeat-x;
    width:100%;
    height:90px;
	text-align:right;
}

.underHeader{
	height:28px;
	text-align:right;
	padding:5px;	
	border:dotted 1px #999999;
}

.underHeaderInput{
	font-size: 12px;
	font-family: tahoma,helvetica;
	color: #000;
	background-color: #fff;
	border:0px solid #000000;
	text-indent : 2px;	
}

#underHeaderInput:hover, 
#underHeaderInput:focus {
	background-color:#fff;
}

.content{
	padding:5px 5px 5px 20px;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	color:#006699;
	min-height:700px;
	margin: 0 170px 0 0;
}
		
.right {
	float:right;
	position:absolute;
	top:170px;
	right:0;
	font-size:11px;
    color: #fff;
    letter-spacing:2px;
	white-space:nowrap;
	text-align:center;
	width:160px;
}

.right #add{
	right:0px;
	padding:5px;
	border:dotted 1px #999999;
}

.info {
	font-size:11px;
    color: #000000;
    letter-spacing:2px;
	white-space:nowrap;
	text-align:center;
	float: right;
	width: 170px;
	height: 700px;
	margin: 0;
	padding: 0;
}

.footer {
	clear:left;
    margin-top:1em;
	text-align:center;
	padding:10px 0 10px 0;
	border:dotted 1px #999999;
}

.newsHeader{
	padding:0 0 4px 0;
	font-size:14px;
	letter-spacing:2px;
	white-space:nowrap;
	font-weight:bold;
	border-bottom:dotted 1px #999999;
}

.newsContent{
	font-size:11px;
	padding:4px 0 4px 0;
	border-bottom:dotted 1px #999999;
}

.newsFooter{
	font-size:9px;
	line-height:20px;
	white-space:nowrap;
	letter-spacing:2px;
	text-align:right;
	padding:0 0 30px 0;
}