/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  margin-bottom: 0px;
}

body {
	font-family: "Trebuchet MS";
	margin: 0px;
	font-size: 11pt;
	color: #ffffff;
	text-align: justify;
	background-image: url('../images/bodyBackground.jpg');
	background-color: #e6e6e6;	
	background-repeat: repeat-x;
}

img {
	border: 0px;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #ffffcc;	
}

a:hover {
	color: #edfcc1;
	text-decoration: underline;
	font-weight: normal;
}

img {
	border: 0px;
}

div#container {
	width: 780px;
	margin: 0px auto;
	text-align: center;
	}
	
div#mainBody {
	margin-top: 52px;
	width: 780px;
	text-align: left;
	margin-bottom: 100px;
	background-image: url('../images/mainBackground.jpg');	
}

div#bodyTop {
	width: 780px;
	height: 243px;
	background-image: url('../images/topBackground.jpg');
}

div#topLogo {
	float: left;
	width: 183px;
	height: 79px;
	margin-left: 582px;
	margin-top: 4px;
}

img#topLogoImg {
	width: 183px;
	height: 79px;
}

div#bodyMain {
	width: 780px;
}

div#bodyBottom {
	width: 780px;
	height: 88px;
	background-image: url('../images/bottomBackground.jpg');
	clear: Both;
}

div#mainMenu {
	text-align: right;
	float: left;
	width: 211px;
	margin-left: 84px;
	padding-top: 10px;
}

div#mainData{
	float: left;
	width: 474px;
	margin-right: 11px;
}

div.menuItem {
	width: 191px;
	padding: 10px;
	font-size: 12px;
	color: #ffffcc;
}

div.menuLine {
	width: 174px;
	height: 1px;
	background-image: url('../images/menuLine.jpg');
}

a.menuItemLink {
	color: #ffffcc;
}

div#dataTitle {
	width: 447px;
	height: 24px;
	margin-top: 12px;
	margin-left: 13px;
	margin-bottom: 15px;
	background-color: #4e4e4e;
	color: ffffcc;
	font-family: "Trebuchet MS";
	font-size: 16px;	
	padding: 7px;
}

div#dataText {
	width: 441px;
	margin-left: 13px;
	margin-right: 13px;
	margin-bottom: 20px;
	color: #d2d2d2;
	font-size: 11px;
	font-family: "Trebuchet MS";
}

div.newsTitle {
	font-size: 12px;
	font-weight: Bold;
	padding-top: 15px;
}

a.newsTitleLink {
	font-size: 12px;
	font-weight: Bold;
	padding-top: 15px;
	color: #ffffcc;
}

div.newsTitle {
	font-size: 12px;
	margin-top: 3px;
}
