/* CSS Document */

body {
	background-color:#d0ddff;
	text-align:left;
	margin:0;
	font-family:arial;
	font-size:12px;
}

h1 {
  font-size:17px;
}

h2 {
  font-size:15px;
}

#bodyContainer {
  margin:0 auto;
  text-align:left;
  width:850px;
}

#header {
  height:188px;
  background-image:url('../images/global/header.jpg');
}

#leftColumn {
  width:220px;
  float:left;
}

#rightColumn {
  float:right;
  width:630px;
  background-color:#fff;
}

.float-right {
  float:right;
}

a.btn-class {
  width:220px;
  height:25px;
  overflow:hidden;
  background-position:top left;
  background-image:url('../images/global/nav-btn.jpg');
  display:block;
  color:#000;
  text-decoration:none;
  font-size:12px;
  line-height:25px;
}

a#selected {
  background-position:bottom left;
}

a.btn-class span {
  margin-left:30px;
}

a:hover.btn-class {
  background-position:bottom left;
}

.clear {
  clear:both;
}

#contentContainer {
  background-color:#fff;
  background-image:url('../images/global/contentBg.gif');
  background-position:left;
  background-repeat:repeat-y;
}

#footer {
  height:15px;
  background-color:#000099;
  text-align:center;
  line-height:15px;
  color:#fff;
  font-size:9px;
  margin-bottom:10px;
}

.textwrap {
  padding:29px;
}

p, h1 {
  margin-top:0;
  padding-top:0;
}




ul {
list-style:none;
}

table td {
  font-size:12px;
}

.imgPad {
  padding:5px;
}

a img {
  border:none;
}

#latestnews {
  background-image:url('../images/global/latestnewsbox.jpg');
  width:305px;
  height:170px;
  float:left;
}

#latestnews ul.latest_news{
	
	list-style: disc outside none !important;
    margin-left: 0;
    padding-left: 20px;
	}
	
#latestnews ul.latest_news li{
margin-bottom:10px;	
}

#latestarticles {
  background-image:url('../images/global/latestarticlesbox.jpg');
  width:227px;
  height:170px;
  float:right;
}

#latestnews h1, #latestarticles h1 {
  margin:10px 0 0 15px;
}

#latestnews h2, #latestarticles h2 {
  margin: 12px 0 0;
}

#latestnews div {
	margin:13px 0 0 8px;
	width:278px;
	_width:288px;
	height:116px;
	text-align:left;
	overflow:auto;
	padding:0 5px;
}


#latestarticles ul {
  list-style:none;
  margin:0;
  padding:0;
}

#latestarticles div {
    height: 95px;
    margin: 35px 0 0 8px;
    overflow: auto;
    padding: 0 5px;
    width: 200px;
}


.holiday-title {
	text-align:center;
	background:#000099;
	color:#FFF;
	font-weight:bold;
	padding:5px 0;
	}


