/*
px  %
10  77
11  85
12  92
13  100
14  107
15  114
16  122
17  129
18  136
19  144
20  152
21  159
22  167
23  174
24  182
*/

/*
RESET BROWSER DEFAULTS -------------------------- */

* {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
  border:0;
}


/*
SET TYPOGRAPHY -------------------------- */

body * {line-height: 1.2em}
body,td,h1,h2,h3 { font: 11px verdana,arial,helvetica,clean,sans-serif; }
select, input, textarea { font:99% arial,helvetica,clean,sans-serif; }
pre, code { font:115% monospace; font-size:100%; }

body, td, div, span {
	font-family: verdana;
	font-size: 11px;
	color: black;
	line-height: 16px;
}

h1 {
  font-size: 182%;
  font-weight: normal;
  color: #215473;
}
h2 {
  font-size: 129%;
  font-weight: normal;
  color: #215473;
}
h3 {
  font-size: 100%;
  color: #215473;
}

p {
  margin-bottom: 1em;
}


/*
SET GLOBAL ELEMENTS -------------------------- */

/* now reset performed, set any element specific attributes here */

body {
  margin: 20px 0 20px 0;
  color: #000000;
}

a {
  text-decoration: none;
  color: #0059DE;
}
a:visited {
  color: #0059DE;
}
a:hover {
  text-decoration: underline;
  color: #0059DE;
}

.clear {
  clear: both;
}

ul {
  list-style-type: none;
}


/*
NON GENERIC -------------------------- */

#wrapper {
  width: 754px;
  position: relative;
  left: 50%;
  margin-left: -377px; /* half the width of the div */

  background: url( /images/sidegrad.jpg ) no-repeat 0 193px;
}

#header {
  padding: 0 0 20px 0;
  text-align: center;
}

#navWrap {
  width: 170px;
  float: left;
}
#navWrap li {
  width: 170px;
  height: 27px;
  background-color: #005D9E;
  border-bottom: 1px solid #FFFFFF;
}
#navWrap li:hover {
  background-color: #0099FF;
}
#navWrap li a {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  font-family: arial;

  line-height: 27px;
  padding-left: 10px;
}
#navWrap li a:hover {
  text-decoration: underline;
}

#mainWrap {
  width: 584px;
  float: left;
}

#strapTD {
  padding: 10px 10px 10px 10px;
  color: #0059DE;
  font-weight: bold;
  font-size: 13px;
}
#strapTD span {
  color: #0099CC;
  font-size: 13px;
}

#contentTD {
  padding: 10px 0px 20px 10px;
}

#footer {
  background-color: #EBEBEB;
  padding: 3px 3px 3px 8px;
  color: #808080;
  font-size: 10px;
}


.font1 {
  color: #0059DE;
  font-size: 13px;
}

.contactTable td {
  font-weight: bold;
  padding: 2px 8px 2px 0;
}

.linkOther {
  font-weight: bold;
}

.atozLinks td {
  font-weight: bold;
  padding: 3px 22px 2px 0;
}


.atozBlock {
  padding: 20px 0 0 0;
  font-size: 13px;
}
.atozBlock span {
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 0 0 2px 0;
}
a.atozTopLink{
  font-size: 10px;
}



/*
STATUS -------------------------- */
.okStatus {
  color: #609E56;
  width: 100%;
  background-color: #E2F8DB;
  border: 1px dashed #609E56;
}
.errorStatus {
  color: #FF0000;
  width: 100%;
  background-color: #FAD8D8;
  border: 1px dashed #FF0000;
}
.errorStatus #stMess {
  background: url( '/images/icons/error.gif' ) no-repeat 0 50%;
  padding: 5px 0 5px 24px;
  list-style-type: none;
  font-size: 11px;
  color: #FF0000;
  text-align: left;
}
.okStatus #stMess {
  background: url( '/images/icons/ok.gif' ) no-repeat 0 50%;
  padding: 5px 0 5px 24px;
  list-style-type: none;
  font-size: 11px;
  color: #609E56;
  text-align: left;
}




/*
FORMS -------------------------- */

.form_label {
  color: #015E9F;
  font-weight: bold;
  padding: 5px;
  white-space: nowrap;
  border: 1px solid #9AB0C5;
}
.formTable1 {
  background-color: #FFFFFF;
}
.form_td_1 {
  background-color: #F2F4F6;
  padding: 7px 10px 7px 10px;
  border: 1px solid #9AB0C5;
}

.text_field {
  font-family: lucida console,courier;
  font-size: 12px;
  border: 1px solid #9AB0C5;
  padding: 2px;
  background-color: #FFFFFF;
}
.text_area {
  font-family: lucida console,courier;
  font-size: 12px;
  border: 1px solid #EBCABD;
  padding: 2px;
  background-color: #FFFFFF;
}
.select {
}


.req {
  color: #FF0000;
}
.not_req {
  color: #FFFFFF;
}

.discText {
  font-size: 11px;
  color: #666666;
}