
/* Style! */
td.title {
	background-color:#000000;
	
}
div.login{
	width: 100%;
	background-color: black;
        text-align:right;
        padding:0px 3px 0px 3px;
        vertical-align: middle;
        color:white;
}

th.title {
	background-color:#000000;
	
}
/*to be phased out by span.title*/
font.title{
	font: bold medium arial;
	color:#FFFFFF
}
span.title{
	font: bold medium arial;
	color:#FFFFFF
}
font.content {
	font:  x-small arial;
}
font.boldc {
	text-align:center;
	font:bold small arial
}


p.content{
	text-align:justify;
	font:  small arial;
	
}
/*tables*/
table.main {
	border-width: 2px;
	padding: 1px;
	border-style: solid;
	background: #FFFFFF
}

table.border {
	margin-left:2px;
	margin-top:2px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	text-align: center
}
table.border th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.border td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	-moz-border-radius: 0px 0px 0px 0px;
}
td.top{
	vertical-align: bottom;
	padding-bottom: 10px 
}

td.left{
 vertical-align: top;
 padding: 1px 0px 0px 0px ;
}
 
td.locator{
	background-color: #000000;
	text-align: center;
	padding: 0px 5px;
	height:110px;
	width:170px;
	vertical-align: middle;
}
td.header{
	vertical-align:middle;
	height: 110px;
	background-image: url(./images/headers/aboutusbanner.gif);
	background-repeat: no-repeat;
}
/* body */
body {
	background-image: url(images/bggrad.gif);
	background-repeat: repeat-x;
	font:  small arial;
}

/*links*/
a{
	text-decoration: none;
	font:bold small arial;
        color:red;
}
a:visited {
	color:red;
}
a.top {
	background-image: url(./images/top/default.gif);
	background-position:center left;
	background-repeat:no-repeat;
        color: black;
        padding-left: 31px;
        padding-right: 2px;
}
a.top:hover {
	background-image: url(./images/top/defaultover.gif);
	background-position:center left;
	background-repeat:no-repeat;
        color: black;
        padding-left: 31px
        padding-right: 2px;
}
a.top:visited{
	color:black;
	}

a.left{
	background-image: url(./images/side/defaultgrad.gif);
	background-position:left;
        background-repeat:no-repeat;
        margin-bottom: 1px;
        width:157px;
        height:28px;
	padding-left:30px;
        padding-top:12px;
	text-align: left;
	vertical-align: middle;
	display:block;
	color: #FFFFFF;
}
a.left:hover {
	background-image: url(./images/side/defaultgradover.gif);
	background-position:left;
	background-repeat:no-repeat;
        color: #FFFFFF;
}
a.left:visited {
	color: #FFFFFF;
}

.dropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #000000;
	width: 150px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.textBox {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #000;
	margin-top: 2px;
	margin-bottom: 2px;
}

.submitButton {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #fff;
	background-color: #000;
	border-style: outset;
	margin-top: 5px;
}

/* Font */
span.locate {
	color: #FFFFFF;
	font: bold 12px arial;
}
