body {
margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000000;
	background-color: #FFFFFF;
	background-image: url(images/headerbg.gif);
	background-position: top center;
	background-repeat: repeat-x;
} 

a:link {text-decoration: none; color: #f1601f;}
a:visited {text-decoration: none; color: #f1601f;}
a:active {text-decoration: none; color: #f1601f;}
a:hover {text-decoration: underline; color: #f1601f;}

#wrapper {
	width: 760px;
	overflow: hidden;
	margin: 0px auto;
	clear: both;
	float: none;
      padding: 0px;
}

#left_col {
      width:175px;
      float:left;
      display:inline;
      margin-top:10px;
      padding: 10px 0px 0px 5px;
}

#main_container {
      width:570px;
      float:left;
      display:inline;
      margin: 10px 0px 0px 0px;
      padding:0px;
}

#main_left {
      width:355px;
      float:left;
      display:inline;
      margin: 0px 0px 0px 0px;
      padding:0px;
}

#main_right {
      width:200px;
      float:left;
      display:inline;
      margin: 0px 0px 0px 10px;
      padding:0px;
}

#main_all {
	width: 480px;
	margin: 0px 0px 0px 37px;
	clear: both;
	float: left;
      padding: 0px;
	border: 1px solid #000000;
}

#footer_left {
      width:355px;
      float:left;
      display:inline;
      margin: 0px 0px 0px 0px;
      padding:0px;
}

#footer_right {
      width:200px;
      float:left;
      display:inline;
      margin: 0px 0px 0px 10px;
      padding:0px;
	text-align:center;
}


.horiz_line {
	clear:both;
	margin-top: 5px;
	height: 2px;
	border-bottom: 2px solid #f1601f;
}

.black_line {
	clear:both;
	margin-top: 0px;
	height: 2px;
	border-bottom: 1px solid #000000;
}

.small_text { font-size:10px; }

.large_text {
	font-size: 14px;
	color: #000000;
	font-weight:bold;
}

.main_title {
	font-size: 24px;
      font-weight:bold;
	line-height: 28px;
	color: #6633ff;
      padding-bottom:8px;
	border-bottom: 2px solid #f1601f;
}

.main_subtitle {
	font-size: 14px;
	color: #6633ff;
	font-weight:bold;
}

.hilighted { font-weight:bold; }

.underline { text-decoration: underline; }

#button {
	width: 160px;
	padding: 0 0 1px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
	border: 1px solid #f1601f;
	}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 160px;
		}
		
#button li {
	margin: 0;
		}

#button li a {
	display: block;
	padding: 7px 5px 7px 15px;
	color: #f1601f;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 1px #FFFFFF dotted;
	}

#button li.last a {
	border-bottom: none;
}

#button li a:hover {
	color: #ffffff;
	background-color: #f1601f;
	text-decoration: none;
	}

