html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #FFF;
	background-image: url(images/blue-to-white-bg.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
}	

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}


.normaltext {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
}

.mediumtext {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 16px;
    color: #333333;
}

.smalltext {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #333333;
}


.title {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #069;
	line-height: 30px;
}

.upcomingnews {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 16px;
    color: #ffffff;
}

ul.MenuBarHorizontal a{
	text-decoration: underline;
}

#content {
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	height: 100%;
}

#navigation {
	width: 900px;
	top: 150px;
	margin-left: 20px;
}
.mainbg {
	background-image: url(images/mid-bg.jpg);
	background-repeat: no-repeat;
	
	background-position: left top;
}

#footer {
	margin-left: 110px;
	margin-bottom: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	padding: 0px;
	height: 85px;
	line-height: 12px;	
}
#clients {
	line-height: 28px;
}
.subtitle {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	font-weight: bold;
}
.tableborder {
	border: 2px solid #333;
}
