html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

blockquote {
	margin-left: 40px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
}

h1.title {
	color: #000066;
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2em;
	font-weight: normal;
}

.main_title {
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	clear: both;
	padding-top: 17px;
}

div.main_title {
	margin-left: 20px;
	padding-bottom: 10px;
	padding-top: 17px;
}

h1.main_title a {
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 100;
	padding-left: 20px;
	text-decoration: none;
}

h1.title-small {
	font-size: 22px;
	color: #000066;
	padding-bottom: 15px;
	font-weight: normal;
}

ol {
	list-style-type: decimal;
	margin-left: 40px;
	font-size: 14px;
}

	ol li {
		padding-bottom: 10px;
		color: #000000;
		line-height: 1.4em;
	}

div.gray_box h1 {
	color: #000066;
}

div.home_gray ul li {
	line-height: 1.2em !important;
	padding-bottom: 12px;
}


ul#resources_list li ul li:last-child {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

ul.resources li {
	padding: 8px 0px;
	font-size: 14px;
}

	ul.resources li:first-child {
		padding-top: 0px;
	}

ul.resources.helpful li:first-child {
	padding-top: 16px;
}



sup {
	vertical-align: super;
	font-size: 10px;
}


.gray_row {
	background-color: #F1F1F1;
}


.toctable tr {
	margin: 3px;
}

.long_table tr td {
	padding: 10px 5px !important;
}


.oddeven tr:nth-child(odd) {
	background-color: #F1F1F1;
}

/*

.oddeven tr:nth-child(odd) a {
color: #16ACE3!important;
}

*/

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.captionh {
	font-size: 12px;
	text-align: center;
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


caption {
	color: #000066;
	font-size: 18px;
	padding-bottom: 15px;
	padding-top: 20px;
}

.footnote {
	font-size: 11px;
}

/* Search */
.input-container {
	background: url('../images/search_bg.png') no-repeat;
	width: 183px;
	height: 27px;
	float: right;
	margin-right: 30px;
}

	.input-container input {
		background: none repeat scroll 0 0 transparent;
		border: medium none;
		padding: 5px 0 0 23px;
		width: 123px;
	}

#search {
	margin: 15px 0px 2px 15px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
}

	#search input {
		font-size: 10px;
		padding: 2px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

.search {
	margin: 15px 0 2px 15px;
	padding: 0;
	font-size: 70%;
	font-weight: bold;
}

.searchtitle {
	margin-bottom: 0;
}




/* Link color changed here */

a:link {
	/*text-decoration:none; */
	outline: none;
	color: #00F;
}

a:visited {
	color: #551A8B;
	/* text-decoration: none;  */
}

a:hover, a:focus {
	text-decoration: underline !important;
	outline: none;
	color: #f60;
}




.ui-widget-content a {
	color: #FFFFFF !important;
}
/* want rounded corners?  Add this class to your containers for instant gratification -- adjust the curve as needed */

.rounded-corners {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
/* insert this class where you need to clear inline items */
.clearall {
	clear: both;
}
/* float images left or right - adjust margins as needed */
.left-img {
	float: left;
	margin: 0 10px 0 0;
}

.right-img {
	float: right;
	margin: 0 0 0 10px;
}
/*** LAYOUT STYLES ***/

#header-wrap, #leaderboard-wrap, #nav-wrap, #content-wrap, #footer-wrap {
	width: 100%;
}

#header-inner-wrap {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}


#footer-wrap {
	margin-bottom: 50px;
}

.footer_links {
	display: block;
	left: 34px;
	position: relative;
	margin-top: 12px;
	top: 40px;
	width: 700px;
	overflow: hidden;
	float: left;
}

	.footer_links li {
		float: left;
		font-size: 12px;
	}

		.footer_links li a {
			font-size: 11px;
		}


#sitemap {
	display: block;
	float: right;
	padding-right: 6px;
	padding-top: 8px;
}

#header, #leaderboard, #nav_w, #content, #footer {
	margin: 0 auto;
	width: 960px;
}
/* HEADER */

#header-wrap {
}


#header {
	width: 1100px;
	height: auto;
	width: 100%;
	background-color: #000066;
	background-image: url('../images/grad.png');
	background-repeat: no-repeat;
	background-position: left 48px;
	background-size: 70% 50px;
}


#logo {
	display: block;
	left: 0;
	padding-left: 17px;
	padding-top: 10px;
	width: 240px;
	float: left;
}


.feedback {
	float: right;
	padding-top: 20px;
	width: 200px;
	color: #fff;
}

	.feedback a {
		color: #fff;
		font-size: 14px;
	}

/* NAVIGATION */
#nav-wrap {
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	background-color: #007eb5; /*#16ace3; */
	position: relative;
	z-index: 999;
}

#nav_w {
	position: relative;
	z-index: 999;
}



	#nav_w ul {
		display: block;
	}

	#nav_w li {
		display: inline;
	}

		#nav_w li a, #nav_w li a:visited {
			color: #fff;
		}

			#nav_w li a:hover, #nav_w li a:focus {
			}

#inner_nav {
	margin-top: -1px;
	margin-right: -7px;
	width: 179px;
	z-index: 100;
}

.active {
	background-color: #4444AA;
}



.ui-accordion-content li {
	padding: 5px 10px !important;
}


.ui-accordion-content ul {
	padding-bottom: 10px;
	padding-top: 10px;
}


/* Drop Down */


#nav {
	list-style: none;
	font-weight: bold;
	float: left;
	width: 726px;
	position: relative;
	z-index: 999;
	padding-left: 2px;
	height: 26px;
}

	#nav li {
		float: left;
		position: relative;
	}

	#nav a {
		display: block;
		padding: 6px;
		color: #fff;
		font-weight: normal;
		font-size: 16px;
		/*    background:#333;  */
		/* text-decoration:none;*/
	}

		#nav a:hover {
			color: #fff;
			text-decoration: underline;
		}

	#nav ul {
		background: #fff;
		background: rgba(255,255,255,0);
		list-style: none;
		position: absolute;
		display: none;
		z-index: 999999999;
	}

		#nav ul li {
			padding-top: 1px;
			float: none;
			padding: 0 !important;
			margin: 0 !important;
		}

		#nav ul a {
			white-space: nowrap;
		}

	#nav li:hover ul {
		display: block;
	}





		#nav li:hover ul a {
			background: #fff;
			border-top: 1px solid #F5F5F5;
			color: #000066;
			font-size: 14px;
			padding: 7px 20px;
			text-decoration: none;
		}

		#nav li:hover ul li a:hover {
			background: #f5f5f5;
		}

.shadow {
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
}




/* overide Jquery UI's default styles */

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 0 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 0 !important;
}

.ui-accordion .ui-accordion-header {
	background-color: #FFD408 !important;
	background-image: none !important;
	cursor: pointer;
	display: block;
	margin-top: 1px !important;
	min-height: 0;
	position: relative;
}

div.ui-accordion-content {
	background-color: #000066;
	background-image: none;
	border: medium none !important;
	display: block;
}

	div.ui-accordion-content ul li {
		color: #fff;
		font-size: 11px;
		padding-bottom: 10px;
	}

	div.ui-accordion-content p {
		color: #fff;
		font-size: 11px;
	}

h3.ui-accordion-header {
	border: medium none !important;
	font-size: 11px;
}

div.ui-accordion .ui-accordion-content {
	border-top: 0 none;
	overflow: auto;
	padding: 0px;
}

div.empty {
	padding: 0 !important;
	background-color: #fff !important;
}

#nav_w li {
	display: inline;
	padding-left: 9px;
	padding-right: 9px;
}

#accordion {
	display: none;
}

	#accordion a, #accordion h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}

		#accordion h3 a {
			text-decoration: underline !important;
		}

		#accordion h3:hover {
			text-decoration: underline;
		}

h3#ui-accordion-accordion-header-1 span.ui-icon,
h3#ui-accordion-accordion-header-3 span.ui-icon,
h3#ui-accordion-accordion-header-4 span.ui-icon,
h3#ui-accordion-accordion-header-5 span.ui-icon,
h3#ui-accordion-accordion-header-6 span.ui-icon,
h3#ui-accordion-accordion-header-7 span.ui-icon,
h3#ui-accordion-accordion-header-9 span.ui-icon,
/*h3#ui-accordion-accordion-header-10 span.ui-icon, */
/*h3#ui-accordion-accordion-header-11 span.ui-icon,*/
h3#ui-accordion-accordion-header-12 span.ui-icon,
h3#ui-accordion-accordion-header-13 span.ui-icon,
h3#ui-accordion-accordion-header-14 span.ui-icon,
h3#ui-accordion-accordion-header-15 span.ui-icon,
h3#ui-accordion-accordion-header-16 span.ui-icon,
h3#ui-accordion-accordion-header-17 span.ui-icon,
h3#ui-accordion-accordion-header-18 span.ui-icon,
h3#ui-accordion-accordion-header-19 span.ui-icon,
h3#ui-accordion-accordion-header-20 span.ui-icon,
h3#ui-accordion-accordion-header-21 span.ui-icon,
h3#ui-accordion-accordion-header-22 span.ui-icon,
h3#ui-accordion-accordion-header-23 span.ui-icon {
	display: none !important;
}


/* Home Page */

div#left_column {
	padding-top: 30px;
	float: left;
	width: 500px;
}

div#right_column {
	float: left;
	width: 370px;
}

.textbox th {
	margin-bottom: 10px;
}

table.datatable tr td {
	border: 1px solid #ccc;
}

table.mane tr td {
	border: 1px solid #ccc;
}


table.yellow {
	border-bottom: 3px solid #ffd408;
	width: 477px;
	margin-bottom: 40px;
	border-left: 1px solid #ffd408;
	border-right: 1px solid #ffd408;
}

	table.yellow tr:last-child {
		padding-bottom: 15px;
	}

	table.yellow tr {
		border-left: 3px solid #ffd408;
		border-right: 3px solid #ffd408;
	}

	table.yellow thead {
		text-align: left;
		color: #007eb5; /*#16ace3; */
		padding: 10px;
	}

		table.yellow thead tr th {
			text-transform: uppercase;
			font-size: 20px;
			font-weight: normal;
			padding-bottom: 0;
		}

	table.yellow tr td.sub-head {
		color: #000066;
		font-size: 18px;
	}

		table.yellow tr td.sub-head:hover {
			background-color: #fff;
		}

	table.yellow tr td:hover {
		background-color: #fff;
	}


.home table.yellow tr td a, .home .home_gray ul li a {
	background-image: url('../new_icons/blue2.png');
	background-position: left top !important;
	background-repeat: no-repeat;
	padding-left: 25px;
	display: block;
}


	.home table.yellow tr td a:hover, .home .home_gray ul li a:hover {
		text-decoration: underline;
		color: #f60 !important;
	}

	.home table.yellow tr td a:visited, .home .home_gray ul li a:visited {
		color: #551A8B;
		/*text-decoration: none;*/
	}


home .home_gray ul li a:focus { /*,home .home_gray ul li a:active { */
	/*text-decoration: none; */
}

/*

a:focus {
text-decoration: none ; 
}

*/


div.t_top {
	background-image: url('../images/yellow_bar.png');
	background-repeat: no-repeat;
	width: 483px;
	height: 10px;
}


div.gray_box {
	width: 95%;
	background-color: #fcfcfa;
	border: 1px solid #eaeaea !important;
	min-height: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}




	div.gray_box p {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	div.gray_box ul {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		margin-left: 0 !important;
	}

		div.gray_box ul li {
			color: #000000;
			font-size: 14px;
			line-height: 1.5em;
			list-style-type: none !important;
			padding-left: 0;
			padding-right: 0;
			margin-left: 0;
			margin-right: 0;
		}


div.gray_box_inner ul {
	margin-left: 40px !important;
}

	div.gray_box_inner ul li {
		list-style-type: disc !important;
	}


div.gray_box ul li ul {
	margin-bottom: 0 !important;
	padding-top: 10px;
}

	div.gray_box ul li ul li {
		list-style-type: disc !important;
		padding-left: 10px;
		margin-left: 30px;
	}

div.gray_box h1, div.gray_list h1 {
	color: #000066;
	padding-left: 10px;
	font-size: 16px !important;
	font-weight: normal;
	line-height: 1.2em;
	text-transform: uppercase;
}

.gray_box.gray_list > p {
	margin-left: 0px;
}

div.gray_list ul {
	padding-top: 0;
}

	div.gray_list ul li {
		list-style-type: none !important;
	}


ul#w_bullets li {
	list-style-type: disc !important;
	margin-left: 20px;
}


div#breadcrumbs {
	margin-top: 15px;
	margin-bottom: 10px;
	width: 690px;
}

	div#breadcrumbs p a {
		/*text-decoration: none !important; */
		color: #999999 !important;
	}

	div#breadcrumbs p {
		color: #999999 !important;
		font-size: 12px;
	}

	/* Link color changed here */
	div#breadcrumbs span.last {
		color: #000066;
	}

/* CONTENT */

#content-wrap {
	clear: both;
	background-image: url('../images/bg.png');
	min-height: 800px;
	background-repeat: repeat-x;
	background-color: #5f9ecb;
	position: relative;
}



#content {
	overflow: hidden;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	min-height: 800px;
}

#content-left {
	float: left;
}

#content-right {
	float: right;
}
/* FOOTER */

#footer-wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #000066;
	height: 30px;
}

#footer {
}

	#footer table tr, #footer table tr td {
		border: none !important;
	}

	#footer p {
		color: #fff;
		font-size: 14px;
		line-height: 1.3em;
		padding-top: 20px;
		padding-bottom: 20px;
		display: block;
	}

	#footer a, #footer a:visited {
	}

		#footer a:hover, #footer a:focus {
		}

div#time {
	color: #000000;
	float: right;
	font-size: 11px;
	position: relative;
	right: 7px;
	top: 41px;
}

#footer_logo {
	position: relative;
	top: 40px;
	float: left;
}


#social {
}

div#home_top {
	background-image: url('../images/h_topw.png');
	width: 960px;
	height: 28px;
}

div#home_white {
	background-image: url("../images/h_midw.png");
	min-height: 760px;
	width: 960px;
}

/* Link color changed here */


/* Inner Pages */

div#home_white_inner {
	padding: 0px 40px;
}

div#inner_white_wrap {
	width: 179px;
	float: left;
	margin-right: -7px;
}

div#inner_white {
	float: left;
	width: 1000px;
	background-color: #fff;
	min-height: 850px;
}

div#left_column_inner {
	float: left;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	width: 960px;
}

div#left_column_inner2 {
	float: left;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 30px;
	width: 650px;
	margin-top: -20px;
}

div#left_column_inner img {
	width: auto;
	margin-bottom: 10px;
	height: auto;
	max-width: 100%;
}

div#left_column_inner h1 {
	color: #000066;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2em;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

div#left_column_inner h2, div#left_column_inner h3 {
	color: #000066;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2em;
	padding-bottom: 5px;
	padding-top: 10px;
}

.gray_box > h2, .gray_box > h3, .gray_box > p {
	padding-left: 10px;
	padding-right: 10px;
}

div#left_column_inner ul {
	margin-left: 40px;
	margin-bottom: 0px;
	padding-right: 20px;
}

	div#left_column_inner ul li {
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 1.3em;
		padding-bottom: 15px;
		list-style-type: disc;
		font-size: 14px !important;
	}

		div#left_column_inner ul li strong, div#left_column_inner ul li a {
			font-size: 14px !important;
		}



		div#left_column_inner ul li ul {
			margin-bottom: 0;
			padding-top: 15px;
		}

			div#left_column_inner ul li ul li {
				list-style-type: circle;
				padding-bottom: 10px;
			}

div#sidebar_inner {
	width: 225px;
	float: right;
	margin-top: 0px;
	display: none;
}

	div#sidebar_inner table.yellow, div#sidebar_inner div.t_top, div#sidebar_inner table.yellow tbody {
		width: 90%;
		margin-left: auto;
	}

		div#sidebar_inner table.yellow tr {
			border-left: 1px solid #FFD408;
			border-right: 1px solid #FFD408;
		}

		div#sidebar_inner table.yellow thead tr th {
			font-size: 18px;
		}

		div#sidebar_inner table.yellow tr td {
			border-bottom: medium none !important;
			border-left: 1px solid #FFD408 !important;
			border-right: 1px solid #FFD408 !important;
			border-top: medium none !important;
			color: #000000;
			font-size: 13px;
			line-height: 1.3em;
		}



table.yellow tr td {
	border: none !important;
}

.home table.yellow tr td a, .home .gray_box a {
	color: #555;
}

.yellow th {
	background-color: #fff !important;
	border: none !important;
}

td {
	color: #000000;
	font-size: 14px;
	padding: 8px;
	vertical-align: top;
	border: 2px solid #fff;
}

th {
	font-size: 14px;
	border: 1px solid #ccc;
	background-color: #F1F1F1;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	vertical-align: middle;
}


.textbox {
	margin-bottom: 25px;
	margin-top: 10px;
}


	.textbox h4 {
		font-weight: normal;
		font-size: 14px;
	}


.chap_2 {
	width: 420px;
	float: right;
	text-align: center;
}

/* Nivo */




div#wrapper {
	position: relative;
	margin-top: 15px;
	width: 943px;
	margin-left: 7px;
}

.theme-default .nivo-controlNav {
	bottom: -10px;
	padding: 20px 0;
	position: absolute;
	right: 20px;
	z-index: 9999;
}

div.nivo-caption {
	display: none !important;
}

.theme-default .nivoSlider {
	box-shadow: none !important;
}

.play {
	width: 22px;
	height: 22px;
	background-image: url("../images/forward.png");
	display: block;
	overflow: hidden;
	z-index: 9999;
}

.pause {
	width: 22px;
	height: 22px;
	background-image: url("../images/pause.png");
	display: block;
	overflow: hidden;
	z-index: 9999;
}

div#slide_buttons {
	height: auto;
	margin-top: -44px;
	position: absolute;
	right: 56px;
	width: auto;
	z-index: 9999;
}

.nivo-controlNav {
	display: none;
}



.theme-default .nivo-directionNav a {
	opacity: 1 !important;
}




.theme-default a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
	margin-top: 155px;
}


.theme-default .nivo-directionNav a {
	background: none !important;
	border: 0 none;
	display: block;
	height: 30px;
	opacity: 0;
	text-indent: -9999px;
	transition: none;
	width: 30px;
}


.theme-default a.nivo-prevNav {
	background-image: url("../images/back.png") !important;
	background-repeat: no-repeat !important;
	left: auto !important;
	margin-top: 155px;
	right: 80px !important;
	z-index: 9999;
}

.theme-default a.nivo-nextNav {
	background-image: url("../images/forward.png") !important;
	height: 22px !important;
	right: 23px !important;
	width: 22px !important;
	z-index: 9999;
}


/* Errors */

#404wrap {
	margin: 20px auto;
	width: 800px;
	height: 400px;
	background: #f2f2f2;
	border: 1px solid #e3e3e3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

	#404wrap h1 {
		font-size: 18px;
		margin: 20px;
		text-align: center;
	}

	#404wrap p {
		margin: 20px;
		text-align: center;
	}

	#404wrap ol {
		margin: 40px;
	}

	#404wrap ul {
		margin: 40px;
	}

	#404wrap li {
		padding-bottom: 8px;
	}

	#404wrap a:link, #404wrap a:visited {
		color: #01759d;
		/*text-decoration:none;*/
		outline: none;
	}

	#404wrap a:hover, #404wrap a:focus {
		color: #e26c1d;
		text-decoration: underline;
		outline: none;
	}

.ui-state-active {
	background: none !important;
}

.ui-accordion .empty {
	padding: 0 !important;
	height: 0px;
}

div#sidebar_inner table.yellow thead {
	border-left: 1px solid #FFD408;
	border-right: 1px solid #FFD408;
}

	div#sidebar_inner table.yellow thead tr {
		border-left: none;
		border-right: none;
	}

/*
a:active, a:focus {
text-decoration: none !important;
}
*/

.footer_links {
	width: auto;
	clear: both;
	float: right;
	right: 7px;
	left: 0px;
	top: 24px;
	list-style: none;
	vertical-align: text-bottom;
}

	.footer_links li {
		font-size: 16px;
		vertical-align: text-bottom;
	}

		.footer_links li a {
			font-size: 12px;
		}

div#time {
	clear: both;
	top: 28px;
}

.sr-only {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.normalcell {
	padding: 5px 10px !important;
	background-color: #fff !important;
	vertical-align: top !important;	
	font-weight:normal !important;
}