body, table, td, div, span {
	margin: 0px;
	font: normal 12px Arial;

}

a:link {
	color:#21394A;
	text-decoration: underline;
}

a:active {
	color:#21394A;
	text-decoration: underline;
}

a:visited {
	color:#21394A;
	text-decoration: underline;
}

a:hover {
	color:#BD2118;
	text-decoration: underline;
}

#left_column {
	
	width:200px;

}

.home_info {
	font-size: 20px;
	font-weight:bold;
}

.page_title {
	font-size: 20px;
	font-weight:bold;
	color: #21394A;
}

.col_header1 {
	font-size: 14px;
	font-weight: bold;
}

.menu_table {
	margin-top:50px;
	margin-left:5px;
	width: 200px;
	
}

.menu_cel {

	font-weight:bold;
	background: #21394A ;
	cursor: hand;
}

.menu_cel tr {
	color: white;
	height:32px;
	cursor:hand;
	font-weight:bold;
	
}

.menu_spacer {
	height:2px;
}
.note {
	margin: 0 auto;
	border: dotted 1px black;
	padding: 10px;

}
label:hover {
	color:#AB182B;
}

button:hover {
	color:#AB182B;
	border: solid 1px #AB182B;
	background:white;
}


ul {
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
  padding-left: 0;
  list-style: none;
}
	
li {	
  padding-left: 14px;
  background-image: url(/images/black_square.gif);
  background-repeat: no-repeat;
  background-position: 0px 4px;
}

.row0 {
	background: #F0F0F0;
}

.row1 {
	background: #E5E5E5;
}

.text_input {
	border:solid 1px gray;
}

button {
	border:solid 1px black;
	cursor:hand;
	margin:5px;
}


.inform {
	color: #115F88;
	padding:5px;
	font-weight:bold;
}

.problem {
	color: #FF962E;
	background: white;
	border: solid 1px red;
	margin: 5px;
	margin-top:10px;
	margin-bottom:10px;
	padding: 2px;
}

.footer {
	color:white;
	background: #BD2118;
}

.new_record {
	color:red;
}

/* Drop Down Menu */

#dropmenudiv{
	position:absolute;
	color:white; 
	border:1px solid black;
	font:bold 12px Arial;
	line-height:14px;
	background-color:#AB162C;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	color: white;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	padding-top:2px;
	padding-bottom:2px;
	border-top:1px solid black;
}

#dropmenudiv a:hover{ 
	background-color: black;
	color:white;
}

/* Drop Down Menu End */
