@import url("navigation.css");
@import url("font.css");
body{
	margin: 0px;
}
#container{
}
#topNavigation{
	width:755px;
	height: 19px;
	background-color: #3183C0;
}
#banner{
	width: 755px;
	height: 70px;
	padding-top: 24px;
}
#navigation{
	width: 755px;
	height: 23px;
	background-color: #3183C0;
	overflow:hidden;
}
#siteText{
	width: 755px;
	height: 230px;
	overflow:visible;
	border-bottom: 1px solid #ffffff;
}
#endStrip{
	width: 755px;
	height: 38px;
}
/*end strip*/
#endStripLogo{
	height: 38px;
	width: 350px;
	float: left;
	text-align: right;
	border-top: 1px solid #3183C0;
}
#endStripText{
	height: 38px;
	width:300px;
	float: left;
	font-family: Arial Narrow;
	font-size: 11px;
	color: #000000;
	border-top: 1px solid #3183C0;
}
#endStripMty{
	height: 38px;
	width:105px;
	float:left;
	border-top: 1px solid #3183C0;
}



form{
	border: solid 1px #000000;
	border-style: groove;
	font-family:verdana;
	font-size:10px;
	width:565px;
	text-align:center;
	padding:10px;
}

.frmError {				font-family: Verdana, Helvetica, "MS Sans Serif", Geneva, sans-serif;
				font-size: 11px;
				color: #FF0000;
				text-align: center;
			}
			
			
ul.news{
		list-style: square; 
}

.input {
	border: 1px inset #808080;
}

.button {
	border: 1px outset #808080;
}


/* POPUP Window Properties */
.body {
	margin: 0px;
}
div#popupWin {
	position: absolute;
	background-color: #ffffff;
	border: 1px outset #808080;
	border-color: #808080 #000000 #000000 #808080;
	font-family:verdana;
	font-size:10px;
	
}

div#pContainer {
	position: absolute;
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
	font-family:verdana;
	font-size:10px;
	
	
}


div#pTitleBar {
	background-color: #D9ECFF;
	border-bottom: 1px dotted #000099;
	font-weight: bold;
	position: fixed;
	width: 100%;
	height: 30px;
	z-index: 20;
	overflow: hidden;
	font-size:14px;
	font-family:arial;
	padding-top:5px;
}

/* for table for use tabular data*/
				
	table.dataTable {
		padding :5px;
		margin: 2px;
		background-color:#F2F8F9;
		border: 1px solid #00287B;
		width:100%
					}
							
		table.dataTable th {
		background-color: #EBF7FB;
		text-align:left;
				}
				
		.tblCaption {
		font-size: 13px;
		color: #044D84;
		text-align: left;
		font-weight: bold;
		margin-top: 10px;
			}
		table.dataTable td {
		background-color: #ffffff;
		}

/*form table structure */		
		
table.frmTable {
				padding:5px;
				width:100%
					}
							
		table.frmTable th {
		background-color: #EBF7FB;
		text-align:left;
				}
		table.frmTable td{
		background-color: #EBF7FB;
		text-align:left;
	
				}

/* Form Element Structure */

.input{
border:1px solid #00287B;
}


.button{
border:1px solid #00287B;
background-color:#7891AA;
color:#FFFFFF;
font-weight:200;
}
