/* HTML STYLES */

table {
  font-size:12px;
}

body {
  background-color:#fff;
  background-image:url('../images/global/body-background.gif');
  background-position:left;
  background-repeat:repeat-y;  
  font-family:Tahoma;
  margin:0;
  padding:0;
}

a {
  text-decoration:none;

}

a:hover {
  text-decoration:underline;
}

p {
  margin:0;
  padding:10px 0;
}

a img {
  border:none;
}

/* GENERAL CSS IDs */

#bodyContainer {
  background-color:#E7E7E7;
  width:100%;
}


#contentArea {
  background-image:url('../images/global/navbar-bg.gif');
  background-position:top;
  background-repeat:repeat-x;
  background-color:#FFF;
  border-top:solid 5px #FFF;
  border-right:solid 5px #FFF;
  margin:1px auto 0 auto;
  width:745px;
}

/* GENERAL CSS CLASSES */

.float-left {
  float:left;
}

.float-right {
  float:right;
}

.clear {
  clear:both;
}

.bluetext {
  color:#0068FF;
}

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.data-table {
  border-collapse:collapse;
}

.data-table td {
  border:1px solid #000;

}

/* HEADER */

#header {
  background:#0068FF url('../images/global/header-bg.jpg') center top no-repeat;
  height:137px;
}


/*NAVIGATION */

ul#contentArea-right-nav a {
  color:#000;
}

ul#contentArea-right-nav a:hover {
  color:#0068FF;
}
ul#contentArea-right-nav { /* all lists */
	list-style: none;   
	margin: 0 0 0 15px;
    padding: 0;
	position:absolute;
}

ul#contentArea-right-nav li { /* all list items */
	float: left;
	font-weight:bold;
	font-size:13px;
	height:33px;
	line-height:33px;
    padding:0 20px;
	position: relative;
}

ul#contentArea-right-nav li ul { /* second-level lists */
	display: none;
	left:10px;
	list-style:none;	
	margin:0;
	padding:0;	
	position: absolute;
	top:33px;
}

ul#contentArea-right-nav li ul li {
	background-color:#ddd;    
    border:1px solid #000;
    border-collapse:separate;	
    display:block;	
	float:none;	
	font-weight:normal;
	font-size:12px;
    height:20px;
	line-height:normal;
    line-height:20px;
	margin:0;
	padding:5px;
	width:110px;
}

ul#contentArea-right-nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */

}


/*LEFT CONTENT */

#contentArea-left {
  background-color:#ddd; 
  border-right:1px #fff solid;
  border-left:5px #fff solid;
  clear:right; 
  color:#333;
  float:left;
  font-size:12px; 
  text-align:center; 
  width:175px;
}

/* RIGHT CONTENT */

ul#contentArea-right-nav li:hover ul, ul#contentArea-right-nav li.over ul { /* lists nested under hovered list items */
  display: block;
}

#content {
  margin-top:35px;
  padding:10px;
}

#content p {
  text-align:justify;
}

.content-hrule {
  background-color:#0068FF;
  font-size:0;
  height:4px;
}

#content p.center {
  text-align:center;
}

#content a {
  color:#0000ff;
}

#contentArea-right {
  float:left;
  font-size:14px;
  width:546px;
}

#contentArea-right-nav {
	background-image:url('../images/global/navbar-btn-bg.gif');
	height:33px;
	width:559px;
}

/* FOOTER */

#footer {
  background-color:#ddd;
  font-size:11px;
  font-weight:bold;
  height:100px;
  text-align:center;
}

#footer-nav {
  font-size:12px;
  font-weight:bold; 
  list-style:none;
  margin:0 auto; 
  padding:0px;
  width:450px;
}

#footer-nav a {
  color:#000;
}

#footer-nav li {
  clear:right;
  float:left;
  margin:0px;
  padding:12px;
}
