@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

a{
	color: #000066;
	
}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1{
	font-size: 18px;
	font-weight: bolder;
	color: #000066;
}
h2{
	font-size: 16px;
	font-weight: bolder;
	color: #000066;
}
h3{
	font-size: 14px;
	font-weight: bolder;
	color: #FF6600;
}
h4{
	font-size: 12px;
	font-weight: bolder;
	color: #333333;
}

h5{
	font-size: 10px;
	font-weight: bolder;
	color: #666666;
}


.main{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 839px;
	height: auto;
}
.search-but{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	background-color: #f5f5f1;
	height: 21px;
	width: 50px;
	border: 1px solid #487198;
}
.search-textbox{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	height: 17px;
	width: 145px;
	border: 1px solid #a5bace;
}
.search-text{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #486c91;
}
.top-menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2b2d94;
	height: 18px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
}
.box1{
	background-image: url(images/nuc-bg-final.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 183px;
	float: left;
	margin-left: 25px;
	padding: 70px 0px 10px 5px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3F3F3F;
}
.box2{
	background-image: url(images/learning-bg3-final.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 183px;
		float: left;
	padding: 70px 0px 10px 5px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3F3F3F;
}
.box3{
	background-image: url(images/enroll-bg-final.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 183px;
		float: left;
	padding: 70px 0px 10px 5px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3F3F3F;
}
.box4{
	background-image: url(images/faq-bg-final.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 183px;
	float: left;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3F3F3F;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.header{
	width: 100%;
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	width: 100%;
}
.footer1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	width: 100%;
	background-image: url(images/footer-bar.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.content{
	width: 100%;
}
.more{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff7e00;
	text-align: right;
	text-decoration: underline;
}
/*.conten-box
{
	width:94%;
	margin: 0 10px 1em 10px;
	padding: 10px;
	background-color: #f4e6fd;
	min-height: 680px;
	border: 1px solid gray;
}*/

.conten-box
{
	width:94%;
	margin: 0 10px 1em 10px;
	padding: 10px;
	background-color: #FFFFFF;
	min-height: 680px;
	border: 1px solid gray;
	color: #666666;
}
.shadetabs{
	padding: 2px 0 0 0;
	margin-left: 11px;
	margin-top: 1px;
	width:97%;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
}

/*
#navlist {
	width:97%;
	padding: 5px 0 4px 0;
	margin-left: 9px;
	margin-bottom:0;
	margin-top:0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: 0c1c3d;
}

#navlist li {
	list-style: none;
	margin: 0 0 0 1px;
	;
	display: inline;
	color: 0c1c3d;
}

#navlist li a {
	padding: 3px 0.5em;
	margin-left: 1px;
	border: 1px solid #778;
	border-bottom: none;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0c1c3d;
}

#navlist li a:link {
	color: 0c1c3d;
}
#navlist li a:visited {
	color: #FFFFFF;
}

#navlist li a:hover {
	border-color: #227;
	color: 0c1c3d;
	background-color: #f6ac27;
}

#navlist li a#current {
	background: white;
	border-bottom: 1px solid white;
}
*/

.imp{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}

.textbox{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	height: 20px;
	width: auto;
	border: 1px solid #a5bace;
	text-align: left;
	vertical-align: middle;
}

.dropbox{
	font-family: Verdana, Tahoma, Arial;
	
}

 #tabsJ {
	width:100%;
	font-size:11px;
	line-height:normal;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #24618E;
	color: #000;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
      }
    #tabsJ ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("images/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("images/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

        #tabsJ #current a {
                background-position:0% -42px;
        }
        #tabsJ #current a span {
                background-position:100% -42px;
                color:#FFF;
        }





.body_text{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.body_text2 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: normal;
 color: #FFFFFF;
 text-decoration: none;
}
.aspiring-bg {
	background-image: url(images/aspire_body_img.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.enroll-bg {
	
	background-repeat: no-repeat;
	background-position: right top;
}
