
/* Generic */
body {  
  background: #114E7B url(images/bg.png) repeat-x top left; 
  color: #202020;
  font: normal 12px Arial, Helvetica, sans-serif;
  position: relative;
  padding: 0;
  margin: 0;
}

a {
  color: #622525;
}

a:hover {
  text-decoration:none;
  color: #622525;
  background-color: #dddddd;
}

acronym {
  cursor: help;
  border-bottom: 1px dashed #AAAAAA;
}

img {
  border: 0px;
}

ul {
  list-style-image: url(../images/bullet.gif);  
}


/* Main container */

#layoutBox {
  width:750px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 0px 25px;
}

#top_margin {
	padding:0;
	height:20px;
	margin:0 auto;
	padding:0px 0px;
	width:800px;
}

/* Header container */

#headerBox {
  height: 5em;
  border: 1px solid #5A799D;
/*   background: #7897BB url(../images/hdr_bg.jpg) repeat-x bottom; */
  background: url(../images/hdr.jpg) no-repeat bottom center;
}

#headerLeftBox {
  float: left;
  width: 50%;
  height:4em;
/*  background: url(../images/hdr_left.jpg) no-repeat bottom left; */
  text-align: right;
}

#headerRightBox {
  float: right;
  width: 50%;
  height: 4em;
/*  background: url(../images/hdr_right.jpg) no-repeat bottom right; */
}
 
 
/* Header styles */

.title {
  font-family: arial, helvetica, sans-serif;
  font-size: 260%;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  line-height: 1.1em;
}

.subTitle {
  font-size: 110%;
  color: #FFFFFF;
}


/* Menu container */

#menuBox {
  float: left;
  width: 15em;
  margin: 10px 0 0 0;
  border-right: 1px solid #5A799D;  
  text-align: left;
}

#menuBox p {
  margin: 5px 0 20px 2px;
}

#menuBox br {
  margin-top: 30px;
}


/* Content container */

#mainContent {
  margin: 10px 0 0 16em;
  border-left: 1px solid #5A799D;
}

#mainContent br {
  margin-top: 10px;
}

#mainContent p {
  padding: 0px 5px 2px 10px;
  text-align: justify;
}

.spacer {
  height: 1px;
  clear: both;
}

/* Used by items meant for text only rendering */

.noDisplay {
  display: none;
}


/* Menu header/footer styles (menuBox & mainContent) */

#mainContent h1, #menuBox h1 {
  font-family: "times new roman", helvetica, arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
/*  letter-spacing: 0.05em; */
  color: #132437;
/*  background: #EEF3FA url(../images/hdr_icon.gif) no-repeat bottom right; */
  background: #EEF3FA;
  border-top: 1px solid #5A799D;
  border-bottom: 1px solid #5A799D;
  display: block; 
  padding: 2px 2px 2px 10px;
  margin: 0 0 10px 0;
}

#mainContent h1 {
  border-right: 1px solid #5A799D;
} 

#menuBox h1 {
  border-left: 1px solid #5A799D;
}

#mainContent h2, #menuBox h2 {
  font-size: 90%;
  font-weight: bold;
  background-color: #EEEEEE;
  display: block;
  padding: 0px 0px 0px 5px;
  margin-bottom: 0px;
}

#mainContent h2 {
  margin-left: 10px;
}

#mainContent h1, #mainContent h2 {
  clear: right;  /* Set to both if you don't care about Internet Explorer */
}

#mainContent h3, .menuFooter {
  color: #132437;
  background: #EEF3FA;
  border-top: 1px solid #5A799D;
  border-bottom: 1px solid #5A799D;
  display: block; 
  padding: 0px 0px 0px 5px;
  margin: 0 0 10px 0;
  margin-bottom: 0px;
}

#mainContent h3 {
  border-right: 1px solid #5A799D;
} 

.menuFooter {
  border-left: 1px solid #5A799D;
}

/* Menu/News item styles */

.newsGroup {
  padding: 0px 5px 0px 5px;
  margin-bottom: 30px;
}

.menuGroup {
  padding: 5px 0 5px 0;
  margin-bottom: 30px;
}

.menuGroup a {
  color: #132437;
  text-indent: 1em;
  text-decoration: none;
  margin-bottom: 2px;
  display: block;  
}

.menuGroup a:hover {
  color: #FFFFFF;
  background-color: #5A799D;
}

/* Image styles */

.imgRight, .imgLeft {
  padding: 10px 5px 5px 10px;
  border: 1px solid #FFFFFF;
}

.imgRight {
  float: right;
}

/* Below style will not work correctly unless clear = "both"
   on the #mainContent h1 and #mainContent h2 classes */

.imgLeft {
  float: left;
}

.cardImage {
  border: 1px solid #808080;
  margin: 30px 30px 0 30px;
}

.cardButton {
  background-color: #f0f0f0;
  width: 50px;
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  margin-top: 7px;
  border-top: 1.5px solid #f0f0f0;
  border-right: 1.5px solid #f0f0f0;
  border-bottom: 1.5px solid #a0a0a0;
  border-left: 1.5px solid #a0a0a0;
  padding: 3px;
  float: right;
  margin-right: 30px;
}

/* Footer */
#footer {
  padding:0;
  height:20px;
  margin:0 auto;
  padding:0px 0px;
  width:800px;
}

#footer p {
  font-size: 11px;
  color:#D4D8D9;
}

#footer a {
  color:#D4D8D9;
}

#footer a:hover {
  background: #114E7B; 
}

.copyright{
	float:left;
}

.validation{
	float:right;
}

/* Rounded corners */
#round_top{
	width:800px;
	height:20px;
	background:url(images/round_top_800.png) no-repeat top center;
	margin:0
	auto;
}

#round_bottom{
	width:800px;
	height:20px;
	background:url(images/round_bottom_800.png) no-repeat top center;
	margin:0
	auto;
}


