body {
	background-color:#ccc;
	color:#444;
	font-family:Tahoma;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:752px;
	border:1px solid #999;
	background:#fff;
}

#masthead {
	width:720px;
	padding:0;
	margin:15px 15px 15px 15px;
}

.mastheadtxt {
	font-size:0.8em;
}

#header {
	width:720px;
	padding:0;
	margin-left:15px;
}

a.imgSectionBlue, a.imgSectionRed, a.imgSectionYellow, a.imgSectionGreen, a.imgSectionGrey {
	height:113px;
	width:140px;
	display:block;
	padding-bottom:5px;
	border-bottom:5px solid #ccc;
}

a.imgSectionRed, a.imgSectionGreen {
	margin:0 5px 0 5px;
}

a.imgSectionBlue:hover {border-bottom:5px solid #00B6DC;}
a.imgSectionRed:hover {border-bottom:5px solid #E65A39;}
a.imgSectionYellow:hover {border-bottom:5px solid #ECD022;}
a.imgSectionGreen:hover {border-bottom:5px solid #AEE233;}
a.imgSectionGrey:hover {border-bottom:5px solid #868686;}

#content {
	width:720px;
	padding:0;
	margin:15px;
}

.ccRed {
	color:#E66836;
}

.ccBlue {
	color:#59798F;
}

.tdLeft50 {
	margin:0;
	width:50%;
	padding-right:10px;
}

.tdRight50 {
	margin:0;
	width:50%;
	padding-left:10px;
}

a {
	color:#59798F;
}

h1 {
	font-family:Tahoma;
	font-size:1.5em;
	color:#E66836;
	font-weight:normal;
	margin-top:0;
}

h2 {
	font-family:Tahoma;
	font-size:1.25em;
	color:#59798F;
	font-weight:normal;
}

p, li {
	font-family:Tahoma;
	font-size:0.9em;
	line-height:1.5em;
}

ul {
	margin-left:1.5em;
}

#footerbar {
	background:url(/assets/gfx/footer_bar.gif) repeat-x;
	margin:4px 0 4px 0;
	width:720px;
	height:5px;
	padding:0px;
	font-size:5px;
}

#footer {
	width:720px;
	margin:15px;
	font-size:0.75em;
	text-align:center;
}

