@charset "utf-8";
/* CSS Document */

*{

padding:0;
margin:0;
}

a{

text-decoration:none;
}

body{
font-family:"trebuchet MS";
background-color:#DDD;
}

div#container{

width:960px;
margin:0 auto;
border:0px #000 solid;
}

div#header{
margin-top:5px;margin-bottom:5px;
height:50px;
background:url(../../images/head.png) no-repeat;
position:relative;
}

div#leftContent{
 padding:7px 0px;
 border:1px #666 solid;
background-color:#FFF;

}
div#leftContent ul{
 margin-left:0px;
 list-style:none;
}
div#leftContent a{
text-decoration:none;
font-size:150%;
color:#069;
background:url(../../images/bullet.gif) no-repeat left center; padding-left:15px;
}
div#leftContent a:hover{
/*text-decoration:underline;*/
border-bottom:1px dotted ; 
color:#960;
}


div#mainContent{

border:1px #666 solid;
background-color:#FFF;
/*display:none;*/
}


.clearer{

clear:both;
}

div#topmenus ul{

list-style-type:none;
font-size:10px;
line-height:25px;
}

div#topmenus ul li{

 display:inline;
 padding-left:10px;
 padding-right:9px;
 border-right: 1px solid #666;

}

div#topmenus{

margin:0 auto;
outline:4px #666 solid;
margin:5px 0 5px 0 ;
background-color:#F6F6F6;
}

div#topmenus ul li a{
text-align:center;
display:inline-block;
color:#646464;
font-weight:bold;
text-decoration:none;
padding:5px 2px;
font-size:100%;

}
div#topmenus ul li:last-child a{
 color:#990000;

}
div#topmenus ul li a:hover{background:#F2f4f6;color:#069;}
div#loader{

margin:30% auto;
height:200px;
width:500px;
display:none;
}

.header{

height:20px;
padding-top:5px;
background-color:#54A7A7;
margin:10px 10px 0;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
}

#display1{


height:10px;
padding:10px;
margin:0px 10px;
color:#1E1E1E;
font-family:'trebuchet MS';
font-size:12px;
border-bottom:1px #CCCCCC solid;
background:#FBFBFB;
}

#display2{

height:10px;
padding:10px;
margin:0px 10px;
color:#1E1E1E;;

font-size:12px;
border-bottom:1px #ccc solid;
background-color:#F6F6F6;font-family:'trebuchet MS';
}
#confirm a{

text-decoration:none;
padding-right:10px;
color:#3B3B3B;
/*background:url(../images/ok.png) no-repeat;
*/font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

#decline a{

text-decoration:none;
padding-left:10px;
color:#3B3B3B;
/*background:url(../images/cancel.png) no-repeat;*/
font-weight:bold;

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

#interactive{

width:500px;
height:20px;
border:8px #3A7676 solid;
z-index:900px;
position:absolute;
top:180px;
left:430px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
}

#stxt,#program_applied{

width:270px;
padding:4px;
font-family:"Courier New", Courier, monospace;
border:1px #999 solid;
/*font-size:12px;*/
}

input[type=button] ,input[type=submit]{

margin-left:5px;
width:80px;
height:28px;
padding-bottom:3px;
border:2px #999 outset;

}

input[type=button]:hover {

background-color:#CCC;
cursor:pointer;
}

input[type=reset]{

margin-left:5px;
width:80px;
height:28px;
padding-bottom:3px;
border:2px #999 outset;
}


input[type=reset]:hover {

background-color:#CCC;
cursor:pointer;
}
div.no_entry{
  margin: 0  auto;
  padding:30px 0px 120px 0px;
  text-align:center;
  border:1px dotted #999999;
  color:#FF3300;
  font-weight: bold; 
}

li.subheader{
   margin-top:20px;border-bottom:1px dotted #666;font-size:16px;
   vertical-align:middle;padding: 8px 25px 8px;color:#FFF;	font-size: 151%;
   line-height:25px;
   
 }
 li#idl{
    background:url(../../images/idl_bg.png) repeat-x;
 }
 li#pgrad{
    background:url(../../images/pg_bg.png) repeat-x;
 }
 li#ugd{
    background:url(../../images/ug_bg.png) repeat-x;
 }
 li#pta{
    background:url(../../images/in_bg.png) repeat-x;
 }
 
 li.padd-left{margin-left:35px;}