/* Foundation */
body {
	margin:0;
	background: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
	line-height: 13px;
	text-align: center;
}
div#Outer {
	position: relative;
	width: 750px;
	margin:0px auto;
}
/* End Foundation */
/* Structure */
div#Header, div#Navigation {
	width:750px;
	text-align:left;
}
div#Header { height: 109px;
	background: #fff; }
img#Logo {
	margin: 13px 24px 0 24px;
}
img#Header {
	border-left: 1px solid #636262;
	float:right;
}
div#Navigation { 
	background: url(../images/common/navback.gif) repeat-x;
	height:25px;
	text-align:center;
}
div#Body {
	text-align:left;
	width:750px;
	padding-top: 35px;
	background: #fff;
}
td.narrowCol {
	margin: 0;
	padding: 15px 35px 15px 25px;
	width: 295px;
	border-right: 1px solid #CE4C51;
}
td.wideCol {
	margin:0;
	padding: 15px 25px 15px 35px;
}
table.layout img.border { border: 1px solid #9D9A99;
	margin: 0 15px 0 0;
}
.redLine { border-right: 1px solid #CE4C51; }
div#Footer { 
	padding-top: 30px;
	width: 750px;
	background: white;
	padding-bottom: 15px;
}
hr {
	padding: 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #999;
	margin: 20px 0
}
p { margin: 0 0 15px 0; }
br.clear { clear:both; }
div#message {
	border: 2px solid #CC0000;
	margin: 0 100px;
	padding: 10px;
	background: #DDD;
}
/* End Structure */
/* Typography */
div#Navigation a {
	line-height: 24px;
	margin: 0 20px;
	color:#CCC;
	text-decoration:none;
	font-weight: bold;
}
div#Navigation a:hover { color: #999; }
div#Footer {
	font-weight: normal;
	color: #CE4D52;
	font-size: 9px;
}
a.redLink {
	color: #CE4D52;
	font-weight: normal;
	text-decoration:none;
}
.red {
	color: #CE4D52;
}
a.grayLink {
	color: #9D9A99;
	font-size: 10px;
	text-decoration:none;
}
a.grayLink:hover { text-decoration: underline; }
a.redLink:hover {
	text-decoration: underline;
}
h2 {
	color: #CE4D52;
	font-size: 13px;
	margin:0;
}
/* End Typography */