@charset "utf-8";
#header {
	background-color: #FFF;
	height:  70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #000;
	line-height: 75px;
	font-weight: bold;
	text-align: center;
}
#navbar {
	background-color: #C00;
	float: left;
	width: 140px;
	height: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bolder;
	font-variant: small-caps;
}
#newsbar {
	background-color: #006;
	float: right;
	width: 140px;
	height: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	font-variant: small-caps;
}
#content {
	background-color: #FFF;
	margin-right: 120px;
	margin-left: 140px;
	height: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#footer {
	background-color: #FFF;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
        width: 100%;
}
#ttext {
	font-size: 10px;
}
#bl {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
	color: #006;
}
#rd {
	font-family: Arial, Helvetica, sans-serif;
	color: red;
}
#wh {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
#whlg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
}
#blulg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006;
        font-style: Italic;
        font-weight: bold;
}
#blklg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
        font-style: Italic;
        font-weight: bold;
}
#rdxlg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: red;
        font-style: Italic;
        font-weight: bold;
}
#blkxlg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
        font-style: Italic;
        font-weight: bold;
}
#sptxt { font-size: 15px;
         font-style: italic;
        color:  red;
}
#llogo {
	position:absolute; left: 10px; top: 15px;
	width: 140px;
	height: 70px;
}
#inputinfo label{
	posttion: absolute;
	
}

}

#rlogo {
	position:absolute; right: 10px; top: 15px;
	width: 100px;
	height: 70px;
}
@media print { 
        body, td, #header, #navbar, #newsbar, #content, #footer, #ttext, #bl, #wh, #rd
        #whlg, #blulg, #sptxt, #llogo, #rlogo, a:link {
        color: #000;
}
