/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 0px;
  overflow-y: scroll;
}

body {
	height: 100%;
	font-family: "Tahoma", Arial;
	margin: 0px;
	font-size: 12px;
	color: #3e3f41;
	background-color: #2c2d2d;
	background-image: url('../images/bodyBackground.jpg');
	text-align: left;
}

a{
	text-decoration: none;
	color: #e5e5e5;	
}

a:hover {
	text-decoration: underline;
	color: #e5e5e5;	
}

img {
	border: 0px;
}

div#under{
	width: 100%;
	background-image: url('../images/underBackground.jpg');
	background-repeat: repeat-x;
	min-height: 700px;
}

div#container{
	width: 844px;
	margin: 0px auto;
	text-align: center;
	height: 100%;
}

div#bodyTop{
	width: 844px;
	height: 326px;
}

div#mainBody{
	width: 822px;
	min-height: 291px;
	height: auto !important; 
	height: 291px;
	background-image: url('../images/mainBodyBackground.jpg');
	background-repeat: repeat-y;
	text-align: left;
	padding: 11px;
}

div#mainBodyDataLeft{
	float: left;
	width: 488px;
	min-height: 272px;
	height: auto !important; 
	height: 272px;
	background-image: url('../images/mainBodyDataLeftBackground.jpg');
	background-repeat: repeat-y;
	padding-top: 18px;
	padding-left: 34px;
	padding-right: 40px;
}

div#artTitle{
	width: 487px; 
	height: 27px;
	background-image: url('../images/artTitleBackground.jpg');
	background-repeat: no-repeat;	
	padding-top: 9px;
	margin-bottom: 10px;
	}
	
div.artTitle {
	font-size: 15px;
	color: #aec7e8;
	text-decoration: none;
	margin-left: 53px;
}

div.artText {
	padding-top: 13px;
	line-height: 160%;
	margin-bottom: 10px;
}

div.artText a {
	color: #222879;
}

div.artText a:hover {
	color: #222879;
}

div#mainBodyDataRight{
	float: right;
	width: 244px;
	min-height: 290px;
	height: auto !important; 
	height: 290px;
}

div.menuItem  {
	width: 193px;
	min-height: 10px;
	height: auto !important; 
	height: 10px;	
	background-image: url('../images/menuBackground.jpg');
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 32px;
	padding-right: 7px;
	margin-bottom: 1px;
}

div.menuItem a {
	color: #242424;
	text-decoration: none;
}

div.menuItem a:hover {
	color: #707070;
	text-decoration: none;
}

div.menuItemChosen {
	width: 193px;
	min-height: 10px;
	height: auto !important; 
	height: 10px;
	color: #2f3037;
	font-weight: bold;
	background-image: url('../images/chosenMenuBackground.jpg');
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 32px;
	padding-right: 7px;
	margin-bottom: 1px;
}

div.menuItemSub {
	width: 195px;
	min-height: 8px;
	height: auto !important; 
	height: 8px;
	background-image: url('../images/subMenuBackground.jpg');
	background-repeat: repeat-y;
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 19px;
	padding-right: 7px;
	margin-bottom: 1px;
	margin-left: 11px;
}

div.menuItemSub a {
	color: #242424;
	text-decoration: none;
}

div.menuItemSub a:hover {
	color: #707070;
	text-decoration: none;
}

div.menuItemSubChosen {
	width: 195px;
	min-height: 8px;
	height: auto !important; 
	height: 8px;
	color: #2f3037;
	font-weight: bold;
	background-image: url('../images/subMenuChosenBackground.jpg');
	background-repeat: repeat-y;
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 19px;
	padding-right: 7px;
	margin-bottom: 1px;
	margin-left: 11px;	
}

div#footer{
	clear: both;
	width: 844px;
	height: 21px;
	color: #e5e5e5;
	background-image: url('../images/footerBackground.jpg');
	background-repeat: no-repeat;
	padding-top: 7px;


}

