body{
	padding: 0px 0px;
	margin: 0px 0px;
	background: url(/images/bg.jpg) #a8a8a8 repeat-x;	
	font-family: Arial, helvetica, Verdana, sans;
	font-size: 12px;
	color: #404040;
	line-height: 1.45em;
}
div{
	margin: 0px 0px;
	padding: 0px 0px;
}

#container, #flashcontainer{
	overflow: hidden;
	width: 1005px;
	position: relative;
}
#flashcontainer{
	width: 1000px;
}
#logo{
	position: absolute;
	top: 44px;
	left: 0px;
	z-index: 100;
}
#phonewrapper{
	width: 237px;
	float: right;
	margin-top: 44px;
	text-align: center;
	/*border: 1px solid white;*/
	/*height: 50px;*/
}
#phone{

}
#top{
	height: 141px;
	width: 980px;
	position: relative;
	overflow: hidden;
}
#container-form{
	z-index: 30;
	width: 771px;
	height: 98px;
	position: absolute;
	top: 145px;
	right: 0px;
	/*background-color: #e7e7e8;*/
	background: url(/images/bg_form.gif) no-repeat;
	-webkit-box-shadow: 0px 4px 10px #002f52;
	overflow: hidden;
}

/*****Form Content *****/
.fancyForm input, .fancyForm select, .fancyForm textarea{
	background-color: #636466;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px;
	color: #ffffff;
	font-size: 9px;
	line-height: 20px;
	padding: 0px 0px 0px 3px;
	vertical-align: auto;
}

/*select, input{
	width: 150px;
	height: 25px;
	margin: 3px 3px;
}*/

.fancyForm select{
	background-color: #636466;
	border: 0px;
	line-height: 20px;
	-moz-border-radius: 5px;
}

.fancyForm td{
	padding: 2px;
}

/*****Info Form ****/
.infoForm td{
	padding-bottom:6px;
}
.infoForm .smallCol{
	padding-right: 4px;
}
.smallCol, .wideCol{
	font-size: 11px;
}
.smallCol input, .smallCol select, .wideCol input, .wideCol select{
	background: #e6ebef;
	border: 1px solid #caced1;
	line-height: 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.smallCol input, .smallCol select{
	width: 102px;
}

.wideCol input,  .wideCol select{
	width: 212px;
}


/***** Student Loginn Form *****/
.slForm{
	margin: 15px 0 0 0;
}
.slForm label {
	float:left;
	clear:left;
	width:70px;
	height:11px;
	font-weight:bold;
	font-size: 11px;
	margin:7px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	text-align: left;
}

.slForm .textInput {
	border:1px solid #9fb6c9;
	background:#e5ebf1;
	margin:8px 0px 0px 0px;
	padding:2px;
	font-weight:bold;
	float:left;
	font-size:11px;
	height:14px;
	width:190px;
}

.slError{
	text-transform: uppercase;
	margin: 15px auto;
	text-align: center;
	color: #ff0000;
}

.slNews{
	text-align: left;
	margin: 0px 20px 0 0;
	font-size: 11px;
}

.slNews h2{
	margin-bottom: 5px;
}

/*****Entry Form********/
.entryInfoForm td{
	padding-bottom:3px;
}

.entryInfoForm .smallCol{
	padding-right: 4px;
}

.entryInfoForm .smallCol, .entryInfoForm .wideCol{
	font-size: 11px;
}
.entryInfoForm .smallCol input, .entryInfoForm .smallCol select, .entryInfoForm .wideCol input, .entryInfoForm .wideCol select{
	background: #e6ebef;
	border: 1px solid #caced1;
	line-height: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.entryInfoForm .smallCol input, .entryInfoForm .smallCol select{
	width: 102px;
}

.entryInfoForm .wideCol input, .entryInfoForm .wideCol select{
	width: 212px;
}







.error{
	color: red;
}

.tab{
	z-index: 10;
	position: absolute;
	bottom: -11px;
	cursor: pointer;
}
.formcontent{
	display: none;
}
	
#middle{
	height: 495px;
	position: relative;
	overflow: hidden;
}
#middle-left{
	float: left;
	width: 180px;
	padding-left: 40px;
	padding-right: 15px;
	padding-top: 100px;
	overflow: hidden;
}
#swfwrapper{
	float: left;
	z-index: 1;
	width: 761px;
	height: 495px;
	overflow: hidden;
}
#middle-right{
	z-index: 11;
	width: 214px;
	height: 495px;
	position: absolute;
	top: 0px;
	left: 746px;
	background-color: #ffffff;
	padding: 60px 10px 0px 1px;
	/*border: 1px solid black;*/
}
#inner-middle-right{
	border-left: 1px solid #d9d9d9;
	padding-left: 15px;
	height: 435px;
}

#middle-right td{
	padding:0 4px 6px 0;
	/*border: 1px solid black;*/
}


#middle-large{
	float: left;
}
#bottom{
	padding-right: 0px;
	margin-right: 0px;
	margin-top: 10px;
	width: 980px;
}

.footerLeft{
	margin: 0px 0px 0px 40px;
	width: 400px;
	text-align: left;
	color: #dddddd;
	clear: none;
	font-size: 9px;
	text-transform: uppercase;
}

.footerRight{
	float: right;
	margin: 0px 0px 0px 0px;
	width: 500px;
	text-align: right;
	color: #dddddd;
	text-transform: uppercase;
	
	font-size: 10px;
}

#bottom a{
	color: #dddddd;
}

#bottom a:hover{
	color: #ffffff;
}



/***** Page Template Styles *****/
.headlineCol{
	padding: 3px 0px 23px 0px;
	clear: none;
	background: white;
}
.picCol{
	width: 255px;
	height: 495px;
	float: left;
}

.col430{
	width: 430px;
	float: left;
	margin: 0px 0px;
	overflow: hidden;
}

.col276{
	width: 276px;
	float: left;
	margin: 0px 0px;
	overflow: hidden;
}

.col256{
	width: 254px;
	float: left;
	margin: 0px 0px;
	overflow: hidden;
}

.col256Right{
	width: 234px;
	float: left;
	margin: 0px 0px;
	overflow: hidden;
}


.colFull{
	width: 489px;
	float: left;
	margin: 0px 0px;
	overflow: hidden;
}

.col164{
	width: 164px;
	float: left;
	margin: 0px 0px;
	overflow: hidden;
	font-size: 12px;
	line-height: 1.4em;
}

.col164 li{
	line-height: 1.2em;
	margin-bottom: 4px;
}

.marginRight{
	clear: none;
	margin-right: 20px !important;
}

.smallMargin{
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.marginLeft{
	clear: none;
	margin-left: 30px !important;
}

.colEnd{
	margin: 0px;
}

#spacerDiv{
	width: 1px;
	height: 494px;
	float: left;
	clear: none;
	padding: 0px;
	margin: 0px;
	background: #000000;
}


.vertLineCol{
	border-left: 1px solid #d1d2d3;
	margin: 0px 20px;
	/*height: 394px;*/
	float: left;
}

.bgDiv{
	clear: none;
	overflow: visible;
}

/*****Body Scroll*****/
#scroll-container{
	float: left;
	overflow: hidden;
	padding-bottom: 40px;
	margin-top: 40px;
	overflow: auto;
	overflow-x: hidden;
	height: 415px;
}

.body-scroll{
	height: 415px;
	padding: 0px;
	/*
	overflow: auto;
	overflow-x: hidden;
	*/
	overflow: hidden;
	float: left;
}
.scroll{
	width: 18px;
	float: right;
	height: 415px;
	position: relative;
	overflow: hidden;
	display: none;
}

.scroll-button{
	height: 20px;
	width: 18px;
	position: absolute;
}
#top-scroll-button{
	left: 0px;
	top: 0px;
}
#bot-scroll-button{
	left: 0px;
	bottom: -1px;
}
.scroll-channel{
	height: 381px;
	width: 18px;
	top: 15px;
	left: 0px;
	position: absolute;
	background: url(/images/scroll_trackBG.gif) repeat-y;
}
.scroll-bar{
	position: absolute;
	width: 18px;
	height: 100px;
	left: 0px;
	top: 0px;
	background: url(/images/scroll_barMid.gif) repeat-y;
}
/*****Headers*****/
h1{
	color: #00599c;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h2{
	color: #00599c;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	padding-bottom: 1px;
}

h3{
	color: #00599c;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	padding-bottom: 1px;
}

h4{
	color: #404040;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	padding-bottom: 1px;
}

#phonewrapper h1{
	padding: 0px;
	margin: 0px;
    font-size: 20px;
	text-align: center;
	color: #ffffff;
	letter-spacing: 2px;
}

#phonewrapper h4{
	padding: 0px;
	margin: 0px;
    font-size: 9px;
	text-align: center;
	color: #ffffff;
}


/***** Utility *****/

p{
	margin: 0px 0px 8px 0px;
}
.solidRule{
	border-top: 1px solid #d1d2d3;
	margin: 15px 0;
}

.courselist{
	font-size: 11px;
	line-height: 15px;
}
.courselist li{
	text-indent: -6px;
	padding-left: 6px;
}

.arrowList, .sitemap
{
margin-left: 0px;
padding-left: 0px;
list-style: none;
margin-top: 0px;
margin-bottom: 5px;
}

.arrowList li, .sitemap li
{
padding-left: 17px;
background-image: url(/images/smallArrow.gif);
background-repeat: no-repeat;
background-position: 0 .3em;

}

ul ul.sitemap{
	margin-left: 15px;
}

.arrowListFloat
{
margin-left: 0px;
padding-left: 0px;
list-style: none;
}

.arrowListFloat li 
{
padding-left: 17px;
background-image: url(/images/smallArrow.gif);
background-repeat: no-repeat;
background-position: 0 .3em;
float: left;
width: 40%;

}

.bullList
{
margin-left: 0px;
padding-left: 0px;
list-style: none;
margin-top: 0px;
margin-bottom: 5px;
padding-top: 2px;
}

.bullList li 
{
padding-left: 17px;
background-image: url(/images/bull_arrow.gif);
background-repeat: no-repeat;
background-position: 0 .06em;
}

.bullList li.right 
{
padding-left: 17px;
background-image: url(/images/bull_arrow.gif);
background-repeat: no-repeat;
background-position: 7em .06em;
padding-left: 0;
width: 100px;
margin: 10px 0;
}


/*old nav*/
.navList a{
	text-transform: uppercase;
	color: #636466;
	font-weight: bold;
}

.navList a:hover{
	font-weight: bold;
	color: #00599c;
}
 

/*new nav*/
.navList{
	font-size: 13px;
	line-height: 18px;
}
.snavList{
	font-size: 10px;
	line-height: 16px;
	background-image: none;
	
}
.navList .current a{
	color: #00599c;
}
.navList .current a:hover{
	color: #002e57;
}
.navList .other{
}
.snavList a{
	color: #00599c;
}
.snavList a:hover{
	color: #002e57;
}

.snavList > .current{
	background-image: url(/images/smallArrowNav.jpg);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	overflow: hidden;
	color: #002e57;
}

.snavList > .current a{
	color: #002e57;
}
.snavList > .other{
	
}


.collapsible{

	margin: 0px 0px 2px 0px;
	vertical-align: middle;
	clear: both;
	overflow: hidden;
	line-height: 13px;
}

.myth, .reality{
	font-weight: bold !important;
}

.collapsible img{
	margin: 0px 3px 0px 0px;
}

.ctext{
	padding: 0px 0px 4px 18px;
	line-height: 17px;
	/*width: 405px;*/
}

.ccontent{
	margin: 0px 0px 5px 0px;
}
.cwrapper{
	padding-top: 5px;
}

/***** Anchors *****/
a, .qLine {
	color: #00599c;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #002e57;
	text-decoration: none;
	font-weight: normal;
}

a.default{
	color: #fff !important;
}
a.default:hover{
	text-decoration: underline !important;
}

small{
	font-size: 9px;
	line-height: 1.3em;
	color: #707070;
}

.khsprices td{
	margin-bottom: 3px;
}

a[href="http://advertising.msn.com/MSNadCenter/LearningCenter/adtracker.asp"]{
	display: none;
}
