body {
	background: #fff url(../images/b.png) repeat-x;
	margin: 5px 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#mainbody {
	position: absolute;
	top: 230px;	
}

#header {
  top : 0;
  position : absolute;
}

#content {
	position: absolute;
	width: 772px;
	margin-left: -386px;
	left: 50%;
}

#t_menu {
	float: right;
	height: 70px;
	padding-top: 28px;
	margin: 0;
}

#t_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 28px 0; /* safari needs this */
	display: inline;
}

#t_menu ul li {
	margin-left: 0;
	padding: 28px 24px;
	border-left: 1px dotted #b9b9b9;
	list-style: none;
	display: inline;
	}
	
#t_menu ul li a {
	text-decoration: none;
	color: #e01e2c;
}

#t_menu ul li a:hover {
	color: white;
	background: #e01e2c;
}
		

.endli {
	border-right: 1px dotted #b9b9b9;
	
}

#logoimg {
	position: absolute;
	top: 0;
	left: 10px;
	padding-right: 30px;
	border: 0;
	float: right	
}

#tagline {
	border: 0;
	float: right;
}

#l_col {
	border-top: 10px solid #ccc;
	width: 285px;
	padding: 8px;
	margin: 0px;
	float: right;
	background: #f2f2f2;
	font-size: 12px;
	color: #444;
}

#l_col h1 {
	padding-top: 0px;
	font-size: 14px;
}

#l_col h2 {
	font-size: 11px;
	margin: 0 0 3px 0; 
	padding: 0;
}

.redt {
	color: #e01e2c;
}

#l_col h2 a {
	font-weight: bold;
	text-decoration: none;
	color: #e01e2c;
}

#l_col h2 a:hover {
	color: white;
	background: #e01e2c;
}

#l_col p {
	padding: 0;
	margin: 2px 0 20px 0; 
}

#l_col li {
	padding: 0;
	margin: 2px 0 10px 0; 
}

a {
	text-decoration: none;
	color: #e01e2c;
	padding: 2px;

}
a:hover {	color: white; background: #e01e2c;}

.noRed {padding:0;}
.noRed:hover { background: none; }

#l_col img {
	border: 5px solid #ccc;
	margin-bottom: 10px;
}


#r_col {
	width: 440px;
	padding: 10px 15px;
	margin: 0px;
	float: right;
	color: #333;
	font-size: 13px;
	line-height: 18px;
}

#r_col h1 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	
}

#r_col h2 {
	font-size: 14px;
	margin: 10px 0 0px 0; 
	padding: 0;
}

#r_col .linklist {
	padding-top: 0px;
	width: 220px;
	float: left;
}

#r_col .linklist ul {
	margin: 0px 15px;
	padding: 0px;
}

#r_col .linklist h2 {
	font-size: 13px;
}

#r_col .linklist a {
	font-weight: bold;
	text-decoration: none;
	color: #e01e2c;	
}

#r_col .linklist a:hover {
	color: white;
	background: #e01e2c;
}

#footer {
	width:	772px;
	margin-top: 100px;
	border-top: 1px solid #999;
	border-bottom: 1px dotted #999;
	height:		30px;
	line-height: 30px;
	background-color: #efefef;
	text-indent: 10px;
	clear : both;
}

.stdTxt	{
	width:		350px;
	padding:	4px;
	border:		1px solid #aaa;
}