@charset "utf-8";
@import url("global.css");

/* CSS Document */

html, body {
  padding: 0px;
  border: 0px;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	/* background-color:#E9ECED; */
	background-image:url(../images/bkgWhiteBlue.jpg);
	background-repeat:repeat-x;
	background-color: #80a0b7;
}

ul li {list-style:url(../images/blue1-r.gif); margin-top:8px; }

/* Text Styles */
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}

small {
  font-size:.85em;
}
big {
  font-size:1.2em;
}

/* Links and Images */
a, #mainRight a, a:link, #mainRight a:link, a:visited, #mainRight a:visited {
	color: #5089a5;
}

a:hover, #mainRight a:hover, a:active, #mainRight a:active {
  color: #5089a5
}


img {
  border: none;
}

/* Tables */
table {
  margin: 0;
  padding: 0;
  border: none;
}

tr.reverse {
	font-weight: bolder;
	background-color: #468cd9;
	color: white;
}

/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}
label {
cursor: pointer;
}

/* Common Classes */
.clear { clear: both; }
.borderLeft { border-left: 1px solid #999999; }
.borderRight { border-right: 1px solid #999999; }
.borderBottom { border-bottom: 1px solid #999999; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.c, .center { text-align: center; }
.italic { font-style: italic; }
.left {text-align: left;}
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.odd { background-color:  #fafafa;}
.even { 	background-color: #f5fafa; }
.red { 	color: red; }
.highlight { 	background-color: #feff75; }

/* Div tages defined */
#container {
	height: auto;
	text-align:left;
	margin:0px auto 0px auto;
	background-color:#FFFFFF;
	color: #3d404e;
	width: 780px;
	margin-bottom: 4px;
	padding-bottom: 40px;
}

#footer {
	text-align: center;
	margin-top: 12px;
	color: #666666;
	font-size: 9px;
	padding: 0px 0px 4px 0px;
}

 #footer a, a:link {
	color: #5A6372;
}

#footer a:visited {
	color: #5A6372;
}

#footer a:hoover {
	text-decoration: underline;
	color: white;
}

#footer a:active {
	color: white;
}

#banner {
	height:78px;
	background-image: url(../images/images/version1c2_banner_bkg-blue.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#mainText {
	font:11px/22px;
	text-align:left;
	margin: 0px 0px 20px 60px;
	width: 450px;
}

#rightText {
	font:11px/18px;
	text-align:left;
	margin: 0px 0px 20px 0px;
	width: 450px;
}

#mainText p.first {
	margin-top:0px
}

#rightText p.first {
	margin-top:0px
}

#mainText h2.first {
	margin-bottom:0px;
}

#rightText h2.first {
	margin-bottom:0px;
}

#pageTitle {
	text-align: center;
	font-size: 2em;
}

#textBackPage {
	margin: 20px 80px 20px 80px;
	text-align: left;
}

#text_BackPage a, a:link, a:hover, a:visited {
	font-size: 11px;
}

#textBackpage a, a:link, a:hover, a:visited {
	font-size: 12px;
}

#text_BackPage {
	margin: 20px 80px 20px 80px;
	text-align: left;
}

.rightNavbar {
	margin-top:0px;
	font-weight:bold;
	width:220px;
	height:20px;
	color:#515024;
	text-align:center;
	padding: 6px 4px 0px 0px;
	font-size: 12px;
}

