/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* use p tag to give you the spacing for your text*/
p {
	line-height: 18px;
	margin-right: 10px;
	padding: 0px;
}
.emphasis {
	font-style: italic;
	font-weight: bold;
	color: #00458A;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #00458A;
	font-weight: normal;
}
li {
	line-height: 18px;
	margin-right: 20px;
	list-style-type: square;
}

.text_link {
	color: #00458A;
	text-decoration: none;
}
.text_link:hover {
	color: #0066CC
	text-decoration: underline;
	text-decoration: underline;
}
/* End Navaigation Styles ---------------------------*/

/* Secondary Navigation styles ----------------------------------*/
.sideNav {
	margin: 0;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #000000;
	margin: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

}
.tableScheduleHeader {
	margin: 0;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 4px;
	color: #000000;
	margin: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}
.tableHeader {
	background-color: #00458A;
	display:block;
	color:#FFFFFF;
	padding: 5px;
	font-weight: bold;
	}

.borderBox {
	margin: 0;
	padding: 0 0 10px;
	border:#CCCCCC 1px solid;
	}
.borderBoxPad {
	margin: 0;
	padding: 0 10px;
	border:#CCCCCC 1px solid;
	}
.sideNavPad {
	margin-right: 20px;
	}

a.sideNav {
  color: #000000;
  text-decoration:none;
}

a.sideNav:hover {
	color:#00458A;
	background-color: #EFEFEF;
}

.sideNavOn {
	margin: 0;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #00458A;
	margin: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: bold;
}

a.sideNavOn {
  color: #000000;
  text-decoration:none;
  background-color: #CCCCCC;  
}

/* End Navaigation Styles ---------------------------*/

.wrapDiv1 {
	margin: auto;
	padding: 0px;
	width: 950px;
	background: #FFFFFF;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	line-height: 15px;
	text-align: center;
}
.bottomnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 3px;
	text-decoration: none;
}
.footer {
	background-color: #FFFFFF;
	background-position: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	
}
.wrapDiv2 {
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #00458A;
	padding: 2px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
}

.desc {
	font-style: italic;
	font-weight: normal;
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.tableScheduleSep {
	border-bottom-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
}
.iframe {
	border: 1px solid #666666;
}
.buttonbg {
	background-color: #00458A;
	text-align: center;
	padding: 3px;
	border: 1px solid #999999;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: auto;
	line-height: 30px;
}
.buttongrey {
	background-color: #CCCCCC;
	text-align: center;
	padding: 3px 10px;
	border: 1px solid #999999;
	font-weight: bold;
	color: #00458A;
	text-decoration: none;
	margin: auto;
	line-height: 30px;
}

.buttonbg:hover {
	color: #00458A;
	background-color: #CCCCCC;
}
.buttongrey:hover {
	background-color: #00458A;
	text-align: center;
	padding: 3px 10px;
	border: 1px solid #999999;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: auto;
	line-height: 30px;
}
