@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  border: none;
}
a:hover{
	text-decoration:underline;
}
body{
	text-align:center;
	background-color:#f9f2e8;
}
.clear{
	clear:both;
}
#main_container{
	margin: 20px auto 0px;
	text-align:left;
	width: 905px;
	font: 12px Tahoma;
	padding: 0px;
	border-bottom: 25px solid #b61f2b;
	background: #FFFFFF url(../images/bg.gif) repeat-y left top;
	color: #000000;
}
#left_menu{
	background: #c3212e url(../images/gateway_logo.gif) no-repeat left top;
	height: 360px;
	width: 185px;
	padding-top: 180px;
	float:left;
}
#left_menu a{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	height: 40px;
}
#left_menu a:hover, #left_menu a.selected{
	font-size: 17px;
	font-weight: bold;
}
#footer{
	margin: 5px auto 0px;
	text-align:center;
	width: 955px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #c3212e;
	font-size: 11px;
	font-weight: bold;
	clear: both;
}
#footer a{
	font-size: 11px;
	font-weight: bold;
	color: #c3212e;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#content{
	width: 720px;
	float: right;
}
.standard_red_h1{
	font-size: 13px;
	color: #c3212e;
}
.underlined_red_h1{
	font-size: 14px;
	color: #c3212e;
	background: url(../images/line.jpg) no-repeat left bottom;
}
.normal{
	font: normal 12px Tahoma;
	padding: 0px;
	border-bottom: none;
	background: url(none);
	color: #000000;
	text-transform: none;
	text-decoration: none;
	clear: none;
	float: none;
	height: auto;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}