* {
	font-family: 'Century Gothic',Verdana,Arial,Sans-serif;
	font-size: small;
}

html, body {
	background-color: white;
	height: 100%;
	padding: 0;
	margin: 0;
}
h1 {
	font-weight: bold;
	color: #B9002B;
	font-size: xx-large;
}
h2 {
	font-weight: bold;
	color: #B9002B;
	font-size: x-large;
}
h3 {
	font-weight: bold;
	color: #B9002B;
	font-size: large;
}
img{
	border:0px;
}
a {
	color: #B9002B;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
div.page {
   min-height:100%;
   width: 100%;
   position:relative;
}
div.logo {
	width:100%;
	top: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
	background-color: #28363C;

}
div.home{
	
	padding-bottom:110px;	/* Height of the footer */
	display: inline-block;
  	
	position: relative;
	/*width: 90%;*/
  	width: 800px;
	left: 50%;
	margin-left: -400px;
	background-color: #FFF;
}
div.main {
	position: relative;
	width: 96%;
	left: 50%;
	margin-left: -48%;

}
div.idxmain {
	/*position: relative;
	width: 96%;
	left: 50%;
	margin-left: -48%;*/
	
	position: relative;
	width: 640px;
	left: 50%;
	margin-left: -320px;
}

div.banner{
  	width: 800px;
	left: 50%;
	margin-left: -400px;
	position: relative;
	background-color: #28363C;
	
}
div.img {
	position: relative;
	width: 640px;
	height: 130px;
	left: 50%;
	margin-left: -320px;
	overflow:auto;  /* cater to the older browsers */
	overflow: -moz-scrollbars-horizontal;
	overflow-x: scroll;
	overflow-y:hidden;
	white-space:nowrap;
}
div.nav {
	width:100%;
	padding: 0;
	margin :0;
	background-color: #28363C;
}
a.nav {
	display: inline-block;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	border-left : solid 1px #fff;
	text-decoration: none;
}
a.nav:hover {
	color: #B9002B;
}
a.idx {
	display: inline-block;
	background-color: #fff;
	color: #fff;
	width: 187px;
	text-align: center;
}
a.idx:hover {
	color: #B9002B;
}

p > label:first-child, p > label
{
    height: 2em;
    float: left;
    width: 200px;
    text-align: left;
}
td.txt{
	vertical-align: top;
}
input.txt
{
    right: 0;
    width: 175px;
    padding: 0;
}
textarea#note {
    right: 0;
    width: 350px;
	height: 100px;
    padding: 0;
}
select#dept {
    right: 0;
    width: 175px;
    padding: 0;
}
.m 
{
	background-color: #ff7;
}
li.a{
	font-style: italic;
}

div.ftr {
	left: 50%;
	margin-left: -50%;

	height: 110px;
	width: 100%;

	position: absolute;
	background-color: #28363C;
	color: #fff;
	font-size: 9px;	
    bottom:0;
	
}
div.ftrvert {
	margin-top: 15px;
	margin-bottom: 20px;
	height: 70px;
}
td.ftr {
	background-color: #fff;
	white-space:nowrap;
}


