/* CSS Document */
body {
	width:754px;
	font-family: arial, helvetica, verdana, sans-serif;
	text-align:center;
	margin:auto;

}
#title {
	font-size:22px;
	width:261px;
	color:#333399;
	font-family:times new roman, times, serif;
	text-align:left;
}
#main_text {
	font-size:18px;
	color:#990000;
	font-family:Book Antiqua, times, times new roman, serif;
	text-align:left;
}
#address {
	text-align:right;
	font-size:11px;
}
#top_bar {
	background-color:#336633;
	height:10px;
	width:754px;
	background:url(../images/clear.gif) repeat-x;
}
#side {
	background-color:#cccccc;
	width:180px;
	height:445px;
}
#side_text {
	font-size:11px;
}
#nav{
	background-color:#cccccc;
	height:21px;
	width:574px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	font-size:12px;
}
#nav ul {
	padding-bottom:0px;
	margin:0px;
}
#nav li{
	display:inline;
	list-style:none;
}
#nav li a {
    text-decoration: none;
    padding: 7px 5px;
    color: #0000FF;
}
#nav li a:link {
    color: #000000;
}
#nav li a:visited {
    color: #999999;
}
#nav li a:hover {
    text-decoration: underline;
    color: #990000;
}
#content {
	font-size:12px;
	text-align:left;
}
#hpg_tables{
	font-size:12px;
	text-align:center;
}
#content2 {
	width:500px;
	height:329px;
	float:left;
	padding:10px;
	margin-top:25px;
}
#hpg_title{
	font-weight:bold;
	text-align:center;
}
#hpg_sub {
	color:#fff;
	font-weight:bold;
	background:#993333;
}
#hpg {
	width:500px;
	float:left;
	padding: 5px 0px 0px 10px;
	margin-top:15px;
}
/*
#randImage {
  width: 240px;
}
*/
#randImage_text {
  color: #cc0000;
  font-weight: bold;
  text-align: center;
}

#randImage_text .smltxt {
  width: 100px;
}

#redtext{
	color:#ff0000;
}
label{
	float:left;
	width:65px;
	text-align:right;
	font-weight:bold;
}
input {
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width:241px;
	background-color:#e6e6e6;
	}
select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
textarea{
	width:240px;
	height:50px;
	background-color:#e6e6e6;
	color:#990000;
	font-weight:bold;
	}
#footer {
	height:79px;
	width:754px;
	background:url(../images/ult_safe_layout4_15.jpg) repeat-x;
}
#footer_text {
	font-size:12px;
	text-align:center;
}



.centerblock
{
  margin-right: auto;
  margin-left: auto;
}

.clearall
{
  clear: both;
  line-height: 0px;
}

.fltlft
{
  float: left;
}

.fltrt
{
  float: right;
}

.fullblock
{
  display: block;
}