.mainpage{
	width: 805px;
	min-height: 400px;
	border: 0px solid red;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.header{
	width: 805px;
	border: 0px solid black;
	height: 129px;
	background-image: url(images/header1.gif);
	background-repeat: no-repeat;
}

.leftcol{
	border: 0px solid blue;
	width: 194px;
	height: 433px;
	background-color: #f7931e;
	background-image: url(images/left.gif);
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	padding: 3px;
	color: white;
}
.topmenu{
	border-bottom: 1px solid #cccccc;
	padding: 2px;
	height: 20px;
	width: 585px;
	background: white;
	vertical-align: top;
	float: left;
}
.maintext{
	border: 0px solid black;
	background: white;
	min-height: 400px;
	padding: 10px;
	width: 385px;
	float: left;
}
.rightcol{
	border: 0px solid blue;
	width: 195px;
	height: 375px;
	background-color: #ee1d24;
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
	background-position: top center;
	float: right;
	min-height: 300px;
	padding-top: 51px;
}
.whitebox{
	max-width: 190px;
	margin:3px;
	padding: 5px;
	background: white;
	font-size: smaller;

}



.footer{
	border: 0px solid blue;
	width: 780px;
	background: white;
	padding: 3 3 3 3;
	vertical-align: bottom;
	clear: both;
}

#menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menu li{
	display: inline;
	margin: 2px 5px 2px 5px;
	font-size: 11px;
	font-weight: bold;
	color: #444444;

}
ul.menul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
li.menul{
	display: inline;
	margin: 2px 10px 2px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #444444;

}

/*  TEXT */

body {
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
	color: #222222;
	font-stretch: extra-expanded;
	font-weight: normal;
	line-height: 13px;
	text-align: center;
	word-spacing: -0.7px;
	letter-spacing: -0.1px;
	
}

a:link, :visited, :hover{
	text-decoration: none;
	color: #444444;
	font-weight: bold;
}

h1{
	font-size: 12px;
	font-weight: bold;
	font-stretch: extra-condensed;
	color: #ee1d24;
}

.h1a{
	font-size: 13px;
	font-weight: bold;
	font-stretch: extra-condensed;
}
.h1b{
	font-size: 11px;
	font-weight: bold;
	font-stretch: extra-condensed;
}

.quote{
	font-weight: bold;
	margin-left: 15px;
}

.subtext{
	font-weight: bold;
	font-size: 11px;
	color: #222222;
}

# EXP styles
/* Generic Module-independent formatting */
.moduletitle {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding-bottom: 10px;
}
.summarytitle {
	font-weight: bold;
	padding-bottom: 7px;
}

/* Container Styles */
div.container_box {
	padding: 4px;
	margin: 2px;
}

div.container_editbox {
	border: 1px dashed #CCC;
	margin: 1px;
}

div.container_editheader {
	padding: 1px;
	background-color: #ccc;
}

div.container_editheader table tr td.info {
	font-size: 8pt;
	font-weight: bold;
}


div.itemtitle {
	font-family: Arial, Verdana;
	font-weight: bold;
}



td.header, td.header a {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 2px;
}

/* Generic Module-independent formatting */
.moduletitle {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding-bottom: 10px;
}
.summarytitle {
	font-weight: bold;
	padding-bottom: 7px;
}


td.header, td.header a {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 2px;
}

/* News Module */
td.news_summary {
	padding-bottom: 1em;
}

/* Search Module */

div.search_result_item {
  margin-bottom: 15px;
  margin-top: 10px;
}

div.search_result_item a {
  color: blue;
  text-decoration: underline;
  font-size: 12px;
}

span.search_result_item_body {
  font-size: 10px;
}

span.search_result_item_link {
  color: #008000;
}

span.search_results_excludes {
  font-style: italic;
}

div.search_results_options {
  width: 85%;
  border-bottom: 1px solid black;
  text-align: left;
  vertical-align: bottom;
  margin-bottom: 25px;
}

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

div.search_result_cat {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid black;
  margin-top: 20px;
}



/** New Tab style of interface for Nav manager **/
td.tab_btn {
	border: 1px solid black;
	border-right: 0px solid black;
	background-color: #DDD;
	padding: .5em;
}

td.tab_btn_last {
}

td.tab_spacer {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

td.tab_btn_current {
	background-color: inherit;
	border-bottom: 0px solid black;
}

td.tab_main {
	padding: .5em;
	border: 1px solid black;
	border-top: 0px solid black;
}

