*
{
	margin: 0px;
	padding: 0px;
}
IMG
{
	border: none;
}
BODY
{
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 13px;
	line-height: 21px;
	background-color: #F4F8FC;
	color: #4D4D4D;
	background-image: url(../images/background.site.png);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px 0px 10px;
}
DIV#outer
{
	width: 100%;
	text-align: center;
}
DIV#wrapper
{
	width: 872px;
	margin: auto;
	clear: both;
	text-align: left;
}
DIV#header
{
	height: 91px;
	width: 872px;
	background-color: #FFF;
}
DIV#header_menu
{
	position: relative;
	left: -14px;
	width: 899px;
	height: 30px;
	background-image: url(../images/background.header.menu.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFF;
}
DIV#content
{
	position: relative;
	background-color: #FFF;
	min-height: 430px;
	padding: 10px;
}
DIV#page_title
{
}
DIV#footer
{
	background-image: url(../images/background.footer.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 872px;
	height: 131px;
	color: #FFF;
	text-align: center;
	margin: auto;
	clear: both;
}
DIV#footer_content
{
	width: 850px;
	height: 160px;
	position: relative;
	top: 23px;
	padding: 5px 10px 10px;
	background-color: #79A5D3;
	border-left: 1px solid #BDC6CC;
	border-right: 1px solid #C9C9C9;
	color: #FFF;
	margin: auto;
	clear: both;
	font-size: 12px;
	line-height: 14px;
  text-align: left;
}
H1
{
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px;
	color: #2B70BB;
}
H2
{
	font-size: 15px;
	margin: 10px 0px 2px;
}
P
{
	margin: 0px 0px 10px;
}
UL, OL
{
	margin-left: 30px;
}
A.image
{
	text-decoration: none;
	border: 1px solid #FFF;
	background-color: #FFF;
}
A.image:hover
{
	text-decoration: none;
	border: 1px solid #FFF;
	background-color: #FFF;
}
A.image:visited:hover
{
	text-decoration: none;
	border: 1px solid #FFF;
	background-color: #FFF;
}
A
{
	text-decoration: none;
	color: #555;
	border: 1px solid transparent;
}
A:HOVER
{
	color: #FFFFFF;
	border: 1px solid #283C7D;
	background-color: #2B70BB;
	text-decoration: none;
}
#footer A
{
	text-decoration: none;
	color: #FFF;
	border: 1px solid #79A5D3;
}
#footer A:HOVER
{
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #283C7D;
	background-color: #2B70BB;
}
.newsheader
{
	width: 99%;
	color: #FFF;
	background-color: #2B70BB;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
}
.paleGrey
{
	color: #E6E6E6;
}
.blueText
{
	color: #283C7D;
}
.siteLogo
{
	position: relative;
	float: left;
	top: 10px;
	left: 10px;
}
.tmedlogo
{
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.siteStrapline
{
	float: right;
	margin: 35px 5px 0px 0px;
}