body {
	margin: 0;
	text-align: center;
	margin-bottom: 24px;
	padding: 0px;
}

#wrapper {
	width: 932px;
	margin: 0 auto;
	padding: 0px;
}

#topBar {
    background:url(/images/top_gradient_03.png) repeat-x;
    height:25px;
    margin-top:0;
    width:100%;
}
#topBar div {
    width: 932px;
    margin: 0 auto;
    text-align: right;
    color:#FFFFFF;
    font-family:Helvetica,Arial,sans-serif;
    font-size:7.5pt;
    text-align:right;
    text-decoration:none;
    padding-top: 6px;
}
#topBar div a {
    color:#FFFFFF;
    text-decoration:none;
}

#topBar div a.orange {
    color:#FFCC00;
}

#topBar div a:hover {
    text-decoration: underline;
}

#navBar {
	background-image: url(/images/nav_bg_img_04_02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	vertical-align: bottom;
	height: 33px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
}

#navBar ul {
    list-style: none;
    color:#707070;
    font-family:"Myriad Roman",Helvetica,"Trebuchet MS";
    font-size:8pt;
    font-weight:bold;
    height:18px;
    margin:0;
    padding:0;
    padding-top: 12px;
    margin-left:10px;
    text-transform:uppercase;
    float: left;
}

#navBar ul li {
    display: inline;
    border-right:1px solid #CCCCCC;
    padding: 2px 12px;
    text-transform:uppercase;
}

#navBar ul li.last {
    border-style:none;
}

#navBar ul li a {
	color: #707070;
	text-decoration: none;
}
#navBar ul li a:hover {
	color: #e98300;
	text-decoration: none;
}
#navBar ul li a.current {
	color: #285594;
	text-decoration: none;
}

#newsletter {
    float: right;
    padding-right: 10px;
    padding-top: 7px;
}


h1 { /* no_img_heading */
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #2A6394;
	margin: 0px;
	padding-bottom: 15px;
}

h2 { /* orange_tagline */
    color:#E98300;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:13pt;
    font-style:oblique;
    font-weight: normal;
    margin: 5px 0 10px 0;
}

h2.home {
    font-weight: bold;
    font-style: normal;
    font-family: "Trebuchet MS", Arial, Helvetica;
}

h3 { /* solutions_title */
    color:#255894;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:13pt;
    font-weight: normal;
    margin: 0;
    margin-bottom:5px;
}

h3.tips { /* guidelines_subheads */
    font-size:11pt;
    line-height:15px;
    text-decoration:none;
    margin: 0;
    margin-bottom: 10px;
}

h4 { /* section_title */
    color:#265584;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:12pt;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
    margin: 0;
    margin-bottom: 10px;
}

h5 { /* solutions_subhead */
    color:#E98300;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:11px;
    font-weight: normal;
    margin: 0;
    margin-bottom:8px;
    text-decoration:none;
    text-transform:uppercase;
}

h6 { /* news_int_title */
    color:#265584;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:10.5pt;
    font-weight:normal;
    margin: 0;
    margin-bottom:2px;
}

em { /* italic_type */
    color:#666666;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:10pt;
    font-style:italic;
    line-height:14pt;
}

#leftColumn {
    padding-left: 18px;
    text-align:left;
    width:175px;
    float: left;
}

#mainColumn {
    color:#666666;
    font-family:"Trebuchet MS",Arial,Helvetica;
    font-size:8.5pt;
    line-height:16px;
    text-align:left;
    width: 700px;
    float: right;
    padding-right: 20px;
}

#content {
    border-style:none;
    border-width:0;
    padding-left:15px;
    padding-right:25px;
    padding-top:20px;
    text-align:left;
}

.clear {
    clear: both;
}

a:focus {
  outline: none;
}

/* Calendar
-------------------------------------------*/
#ncCalendarLayoutTbl {
  width: 100%;
}
#ncCalendarLayoutTbl td {
  vertical-align: top;
  text-align: left;
}
#ncCalendarLayoutTbl td.ncCalendarTblCol_1 {
  /* width: 65%; */
}
#ncCalendarLayoutTbl td.ncCalendarTblCol_2 {
  width: 210px;
  padding-left: 0;
}
div.ncCalendarDate {
  margin-bottom: 20px;
}
div.ncCalendarDate span {
  font-size: 12px;
  font-weight: bold;
}
div.ncCalendarDate a {
  color: #001b50;
}
#ncCalendarLayoutTbl label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
#ncCalendarLayoutTbl ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ncCalendarLayoutTbl h3 {
  font-weight: bold;
  font-size: 100%;
}
#ncCalendarLayoutTbl h2 {
  font-size: 12px;
  margin-bottom: 3px;
}
.ncCalendarTblAgenda {
  margin: 0 0 10px 0;
  width: 100%;
}
#ncCalendarLayoutTbl table.ncCalendarTblAgenda td.ncCalendarTblAgendaCol_1 {
  width: 130px;
}

#ncCalendarLayoutTbl table.ncCalendarTblAgenda td.ncCalendarTblAgendaCol_2 a {
  color: #001b50;
}



.ncCalendarSearchForm {
  position: relative;
  margin: 0;
  padding: 0;
}
.ncCalendarSearchForm button {
  display: block;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 160px;
  top: -25px;
}
.ncCalendarSearchForm input {
  width: 150px;
}



.ncCalendarMiniGrid .ncCalendarGridDateNav {
  text-align: center;
  margin-bottom: 5px;
  padding: 2px 0;
  background: #666666;
  color: #fff;
}
.ncCalendarMiniGrid .ncCalendarGridDateNav span {
  font-weight: bold;
}
#content .ncCalendarMiniGrid .ncCalendarGridDateNav a {
  color: #fff;
  text-decoration: none;
}
.ncCalendarMiniGrid table {
  width: 100%;
  background: #F0F0F0;
  padding: 0 0 20px 0;
}
.ncCalendarMiniGrid td, .ncCalendarMiniGrid th {
  width: 14%;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  padding: 0 5px;
}
.ncCalendarMiniGrid em {
  font-style: normal;
}
#content .ncCalendarMiniGrid a {
  color: #666666;
  text-decoration: underline;
  font-weight: bold;
}

.ncCalendarMiniGrid thead th {
  padding-top: 20px;
}
#ncCalendarLayoutTbl td.ncCalendarTblCol_2 form {
  margin: 1em 0;
}

.ncCalendarGridWeek {
    background: #ffbd22;
}

img {
    border: none;
}

