/* BEGIN Universal */

body {
	background: #0F2655 url('/images/index_pagebg.gif');
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
a:link, a:visited, a:hover {
	background: #11264E url('/images/index_header2.gif') repeat-x;
	border-left: 1px solid #2B5EC4;
    border-right: 1px solid #2b5ec4;
	color: #FFFBF0;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #006699;
}

#wrapper {
  width: 100%;
  height: 100%;
}

/* END Universal */
/* BEGIN Main IDs */

#main {
  background: url('/images/index_body.gif') repeat-y;
  width: 770px;
  height: 100%;
}

#main_header_no1	{ height: 85px; }
#main_nav_no1		{ height: 23px; }
#main_body_no1		{ color: #FFF; }

#main_header_no2 {
  background: url('/images/index_header1.gif') no-repeat;
  color: #FFF;
}

#main_nav_no2 {
  background: #11264e url('/images/index_header2.gif') repeat-x;
  color: #FFF;
}

#main_body_no2 {
  color: #FFF;
}

#navigation {
  background: #11264E url('/images/index_header2.gif') repeat-x;
  border-left: 1px solid #2B5EC4;
  border-right: 1px solid #2b5ec4;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  position: relative; /* for about tab */
  width: 100%;
}
#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
	text-indent: 0;
	font-weight: bold;
}
#navigation a {
  display: block;
  padding: 4px 10px;
  border: solid #2B5EC4;
  border-width: 0 1px 0 0;
  text-decoration: none;
  white-space: nowrap;
  color: #CCDDFF;
  font-size: 10px;
}
#navigation a:hover {
  color: #FFF;
}
#navigation strong a {
  color: #FFF;
  font-weight: bold;
}



/* END Main IDs */
/* BEGIN Primary Classes */

.primary_location {
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  height: 100%;
  letter-spacing: 1px;
  padding-top: 3px;
  text-align: center;
  width: 100%;
}

.timesLg {font-size: 14px}

.primary_copyright {
  color: #0033cc;
  height: 100%;
  /*margin: 5px 10px 10px 10px;*/
  text-align: center;
  width: 100%;
}

.primary_header_col1 {
  background: #12306E url('/images/index_header3_1.gif') no-repeat;
}

.primary_header_col2 {
  background: #12306E url('/images/index_header3_2.gif') no-repeat;
}

.highlight1 {
color:#FFDF55;
}
.highlight2 {
color:#2AFF55;
}

/* END Primary Classes */