@charset "utf-8";
body  {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
    font-size: .85em;
    line-height: 140%;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

/*Begin Font Styles*/
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#F3771F;
	clear: both
}

h2 {
	font-size:15px;
	color:#3E7AB9;
	margin: 10px 0px 0px 0px;
	clear: both
}

h3 {
	font-size:14px;
	color:#333;
	clear: both
}
h4 {
}
strong {
/*	color:#3E7AB9;
*/}

p{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	clear: both
}

a:link {
	color: #164F8D;
}

a:visited {
	color: #666666;
}


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


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

form {
	padding: 0px;
	margin: 0px;
}

ul li {
	list-style-image: url(/keystone/images/icon_bullet.gif)
}

/*End Font Styles*/
#sectionHeader {
	font-size: 20px;
	text-transform:uppercase;
	color: #1C62AE;
	margin: 10px 0px 20px 0px;
}

#bodyContainer {
	background: #FF6600;
	padding: 10px 0px;
}

#pageContainer{
	width: 980px;
	height: 100%;
	padding: 10px 10px 0px 10px;
	margin: 0px auto;
	background: #FFFFFF;
}

#masthead {
	height: 155px;
	background: url(/keystone/images/bg_masthead_over.jpg)
}

#masthead_logo {
	width: 271px;
}


#masthead td.right_1 {
	height: 20px;
}

#masthead td.right_2 {
	height: 87px;
}

#masthead td.right_3 {
	height: 48px;
}

#navbar {
	padding: 0px;
	margin: 0px;
}

#navbar td.top{
	height: 15px;
	font-size: .95em; 
	font-weight: bold;
	color: #fff;
	padding-top: 5px
}

#navbar td.top ul{
	margin: 0px;
	padding: 0px;
}

#navbar td.top ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 5px;
	float: left;
	list-style-type: none;
	list-style-image: none;
	color: #fff;
	background: url(/keystone/images/nav_separator_top.jpg) right no-repeat;
}

#navbar td.top ul li a:link,#navbar td.top ul li a:visited{
	color: #fff;
	text-decoration: none
}

#navbar td.top ul li a:hover {
	color: #FFCC00
}



#navbar td.bottom{
	height: 21px; 
	font-size: .90em; 
	font-weight: bold;
	padding: 2px 0px 0px 0px;
}

#navbar td.bottom ul{
	margin: 0px;
	padding: 0px;
}

#navbar td.bottom ul li{
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	list-style-image: none;
	color: #1C62AE
}


#search_btn {
	margin: 0px;
	padding: 0px;
	vertical-align: top
}

#mainLeft {
	width: 188px;
	background: #D8E4F1;
	border-left: 1px solid #5287C1;
	border-right: 1px solid #5287C1;	
	padding: 10px;
}

#middleRight {
	background: #fff;
	padding: 10px 0px 10px 10px;
}

#mainRight {
	width: 180px;
	border-left: 0px solid #5287C1;
	border-right: 0px solid #5287C1;	
	padding: 20px 5px 0px 15px;
}


#breadCrumb {
	color: #999999;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #CCCCCC
}

#breadCrumb a{
	color: #999999;
	text-decoration: underline;
}

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


.programBlurb {
	font-size: 1em;
	font-weight: normal;
	line-height: 120%;
	color: #333333
}


#bookSelect {
	width: 750px;
	height: 300px;
	background: url(/keystone/images/bg_book_select.gif) no-repeat
}

#bookSelect h1{
	margin: 0px 0px 0px 50px;
	padding: 6px 0px 0px 0px;
	color: #fff;
	font-size: 16px;
}

#bookSelect td{
	border: 1px solid #ddd;
	padding: 0px 10px;
}

#bookSelect td.clear{
	border: 0px;
}

#bookSelect td.esol{
	width: 350px;
	background: #FEBC11;
	text-align:center
}

#bookSelect table.books td{
	border:0px;
	
}

#esols {
	margin: 20px 0px 0px 25px;
	width: 700px;
}

#bookSelect h2{
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	color: #1C62AE;
	font-size: 14px;
	font-weight: bold;
}

#bookSelect h3{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #1C62AE;
	font-size: 12px;
	font-weight: bold;
}


#resources {
	
}

#resources td{
	vertical-align: top;
}

#submenu {
	font-size: .8em;
	color: #164F8D;
}

#submenu div.tab {
	width: 180px;
	border: 1px solid #164F8D;
	border-top: 0px;
	padding-bottom: 0px;
}

#submenu div.tab ul li.cover {
	padding:10px 0px 0px 5px;
	text-align: center;
	background: #1C62AE;
}

#submenu div.tab ul li.cover:hover {
	background: #1C62AE;
}


#submenu div.tab ul li.title {
	background: #FEBC11;
	color: #1C62AE;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-top: 1px solid #164F8D;
}

#submenu div.tab ul li.title:hover {
	background: #FEBC11;
}




#submenu div.tab a:link, #submenu div.tab a:visited, #submenu div.tab a:visited{
	text-decoration: none;
	color: #164F8D;
}


#submenu div.tab ul {
	margin: 0px;
	padding:0px;
}

#submenu div.tab ul li{
	list-style-type: none;
	list-style-image: none;
	/*border-left: 1px solid #3E79BA;
	border-right: 1px solid #3E79BA;*/
	border-bottom: 1px solid #3E79BA;
	padding: 2px 4px;
	background: #FFFFFF;
	line-height: 120%;
}

#submenu div.tab ul li:hover{
	background: #D8E4F1
}


#submenu div.tab ul li.h1{
/*	background: url(/keystone/images/tab_blue.gif) no-repeat;
*/	font-size: 13px;
	color: #fff;
	margin: 0px;
	padding: 0px 5px;
	border: 0px;
	background: #1C62AE;
	border-bottom: 2px solid #1C62AE;
	font-weight: bold

/*	border-bottom: 1px solid #164F8D
*/}

#submenu div.tab ul li.spacer{
	border: 0px;
	background: #D8E4F1
}


#submenu div.tab ul li.h1 a:link, #submenu div.tab ul li.h1 a:visited{
	color: #fff
}

.blue_table_header {
	background:#3E7AB9;
	
}

.container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.left_sidebar {
	background:#D8E4F2;
	border-left:1px solid #739DCD;
}
.mainContent { 
	margin: 0 250px 0 210px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/*Floats*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*End Floats*/

.imgLeft {
	float: left;
	border: 1px solid #FFCC00;
	margin: 5px 10px 10px 0px;
}

#madevisual {
	text-align: right;
	color: #fff;
	font-size: 11px;
	padding-right: 10px;
	
}

#madevisual a:link{
	color: #fff;
	text-decoration: none;
}

#madevisual a:visited{
	color: #fff;
	text-decoration: none;
}


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

#toc {
	width: 100%;
	padding: 0px;
	background: #D8E4F1;
}

#toc td {

}

#toc ul {
	padding:0px 0px 0px 20px;
	margin:0px;
}

#toc ul li{
	border-bottom: 1px solid #ccc;
	padding-left: 0px;
}

#toc td.heading {
	background: #FEBC11;
	color: #1C62AE;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

#toc td.cover {
	padding: 10px 0px;

	text-align: center;
}

#resources {
	border: 1px solid #1C62AE;
}

#resources td{
	background: url(/keystone/images/bg_resources.jpg) repeat-x;
}

#resources td.resourcesS{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

#resources td.resourcesT{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

/*---------------------------------------------------------------------*/
#progamInfo {
	font-size: .8em;
	color: #164F8D;
}

#progamInfo div.tab {
	width: 180px;
	border: 0px solid #164F8D;
	border-top: 0px;
	padding-bottom: 20px;
}

#progamInfo div.tab a:link, #progamInfo div.tab a:visited, #progamInfo div.tab a:visited{
	text-decoration: none;
	color: #164F8D;
}


#progamInfo div.tab ul {
	margin: 0px;
	padding:0px;
}

#progamInfo div.tab ul li{
	list-style-type: none;
	list-style-image: none;
	border-left: 1px solid #3E79BA;
	border-right: 1px solid #3E79BA;
	border-bottom: 1px solid #3E79BA;
	padding: 2px 4px;
	background: #FFFFFF
}

#progamInfo div.tab ul li:hover{
	background: #D8E4F1
}


#progamInfo div.tab ul li.h1{
	background: url(/keystone/images/tab_blue.gif) no-repeat;
	font-size: 13px;
	color: #fff;
	margin: 0px;
	padding: 0px 5px;
	border: 0px;
	border-bottom: 2px solid #1C62AE;
	font-weight: bold

/*	border-bottom: 1px solid #164F8D
*/}

#progamInfo div.tab ul li.h1 a:link, #progamInfo div.tab ul li.h1 a:visited{
	color: #fff
}
