/* CSS Document */

body {
	font-family: arial, sans-serif;
	font-size: 100.1%; /*** Don't change this setting. Make all other font-sizes in % (preferred) or ems ***/
	background-color: #DFFDFF;
	/*background-color: #CCCCDD;*/
	}
	
td {
	font-size: 90%;
	line-height: 1.1em;
	margin-top:	1.5em;
	margin-bottom: 1.5em;
	}
	
td img {
	display: block;
	}
	
.staffTitle {
	font-weight: bold;
	color: #000080;
	background-color: transparent;
	width: 8em;
	display: block;
	}

#container {
	height: inherit;
	/*margin-left: auto !important;
	margin-right: auto !important;*/
	width: 100% !important;	/* setting for firefox only */
	/*margin-left: 8%; 
	margin-right: 0%;*/ 
	width: 100%;
	/*padding-right: 10%;*/
	}
	
.subbanner {
	text-align: center;
	background-image: url(banner3.jpg);
	background-position: center;
	height: 55px;
	width: auto;
	/*left: 20%;
	right: 20%;*/
	}

#header {
	width: 100%;
	margin-right: 5px;
	background-color: #0079F2;
	height: 85px;
	/*background-image: url(logo_en_est.jpg);*/
	background-position: left;
	background-repeat: no-repeat;
	}

#footer {
	/*background-color: #6666FF;
	border-color: #000000;
	border-style: solid;
	border-width: thin;*/
	background: transparent;
	width: 100%;
	float: left;
	/*clear: both;*/
	}
	
#spacer {
	height: 10px;
	width: 100%;
	float: right;
	clear: both;
	}

#wrapper {
	width: 100%;
	padding-top: 1px;
	height: auto;
	/*min-height: 150em;*/
	}

/*Start of Menu css*/
#menu {
	background-color: transparent;
	float: left;
	display: inline;
	width: 18%; !important
	width: 22%;
	font-weight: bold;
	font-size: 11px;
	}
	
/*#menu li ul {
	font-weight: normal;
	font-size: 10px;
	}
*/	
div.menu {
	margin-left: 14px;
	font-family: arial, sans-serif;
	font-size: small;
	margin-bottom: 1px;
}

div.menu_header {
	color: #000000;
	background-color: transparent;
	font-weight: bold;
	}

.menu_level1, .menu_level2, .menu_level3, .menu_level4 {
	padding-left: 13px;
	background-image: url('/dis/images/arrow_right2.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px; /*top left;*/
	cursor: pointer;
}

.menu_current_link{
	color: #134884;
	background-color: transparent;
}
.menu_item {
	display: block;
	color: #0417FF;
}

/*.menu_display {
	color: #CC0000;
	}*/

.arrow {
	display: inline;
}

.sub_menu{
	background-color: #ACC9FF;
	display: inline;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	border-top: 1px solid #ACC9FF;
}

.sub_menu_item{
	display: inline;
	padding: 0px 0px;
	margin: 0px 1px;
	border-right: 2px solid #000080;
	border-left: 2px solid #000080;
}

.sub_menu_item a{
	padding: 1px 3px;
	font-size: 90%;
	font-weight: bold;
}

#mainmenu li a:hover {
color:#000000;
text-decoration:none;
}

#mainmenu li .current {
color:	#000066;
}

#mainmenu li .current:hover {
color:#505050;
}
/* End of Menu css*/

#content {
	/*margin-top: 1.5%;*/
	float: right;
	width: 80% !important;
	width: 80%;
	background-color: #ffffff;
	/*#CCCCDD;*/
	/*min-height: 90em;*/
	padding-right: 0px; !important
	padding-right: 0px;
	/*min-height: inherit;*/
	/*height: auto;*/
	/*border-color: #000000;
	border-style: solid;
	border-width: thin;*/
	}

#container-center {
	background-color: #ffffff;
	padding-top: 0.5%;
	padding-left:3% !important;
	/*height: 80em;*/
	height: 445px;
	min-height: 445px;
	height: inherit !important;
	height: 100%;
	padding-right: 15% !important;
	padding-right: 3%;
	/*margin-right: 0 !important;
	margin-right: 10%;*/
	}

/*these settings are for the home page only*/	
#top {
	float: left;
	width: 100% !important;
	width: 85%;
	/*padding-right: 0 !important;
	padding-right: 15%;*/
	margin-left: 1.5%;
	height: inherit;
	}
	
#bottom {
	float: left;
	width: 100% !important;
	width: 85%;
	/*padding-right: 0 !important;
	padding-right: 15%;*/
	margin-left: 1.5%;
	height: inherit;
	}

#left {
	float: left;
	width: 49%;
	height: inherit;
	}
	
#right {
	float: right;
	width: 49%;
	height: inherit;
	}
/*	
#dist {
	float: left;
	width: 49%;
	height: inherit;
	}
	
#news {
	float: right;
	width: 49%;
	height: inherit;
	}
/*end of homepage css*/
	
	
.header {
	text-align: right;
	font-family: arial, sans-serif;
	/*font-size: small;*/
	}
	
a.footer {
	text-align: right;
	}
	
.footer {
	text-align: right;
	font-family: arial, sans-serif;
	line-height: 0.1em;
	font-size: x-small;
	font-color: #000000;
	}
	
a.footer {
	color: #000000;
	}

a:visited.footer {
	color: #000000;
	}

a:active.footer {
	color: #000000;
	}

a:hover.footer {
	color: #000000;
	}
	
.intro {
	text-align: center;
	}
	
dl {
	font: arial, sans-serif;
	line-height: 120%;
	margin-bottom: 1em;
	}
	
dd.content {
	margin-left: 1em;
	font-size: small;
	}
	
dt.content {
	font-weight: bolder;
	font-size: small;
	}

/*Study Schools*/

#ssinfo {
	float: left;
	width: 100% !important; /* setting for firefox only */
	width: 83%;
	}

#mid {
	float: left;
	width: 100% !important; /* setting for firefox only */
	width: 83%;
	}
	
#datesug {
	width: 47%;
	float: left;
	margin-right: 1%;
	}

#datespg {
	width: 48%;
	float: left;
	margin-left: 1%;
	}

#moreinf {
	display: inline;
	clear: left;
	width: 100% !important; /* setting for firefox only */
	width: 83%;
	}
/*End Study Schools*/

.italic {
	font-weight: bold;
	font-style: italic;
	}

.iitalic {
	font-weight: bold;
	/* font-style: italic; */
	font-variant: small-caps;
	color: #CC3333;
	}

.central {
	text-align: center;
	}

.centit {
	font-weight: bold;
	font-style: italic;
	text-align: center;
	}
	
ul.none {
	list-style: none;
	}

img#logo {
	vertical-align:	top;
	width: auto;
	height: 75px;
	border: 0px;
	}
	
a:link {
	/*color: #0000c0;*/
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	/*color: #6600FF;*/
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	/*color: #000066;*/
	background-color: transparent;
	text-decoration: underline;
	}

p {
	font-size:	85%;
	line-height: 1.3em;
	margin-top:	1.5em;
	margin-bottom: 1.5em;
	}

h1 {
	font-size: 135%;
	font-weight: bold;
	margin-bottom: 0em;
	}

h2 {
	font-size: 115%;
	font-weight: bold;
	color: navy;
	background-color: transparent;
	margin-bottom: 0em;
	}

h3 {
	font-size: 105%;
	font-weight: normal;
	color: navy;
	background-color: transparent;
	margin-bottom: 0em;
	}

h4 {
	font-size: 100%;
	font-weight: normal;
	font-style:	italic;
	color: navy;
	background-color: transparent;
	margin-bottom: 0em;
	}

h5 {
	font-size: 100%;
	font-weight: normal;
	font-style:	italic;
	color: #000000;
	background-color: transparent;
	margin-bottom: 0em;
	}

li {
	font-size: 85%;
	line-height: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.2em; 
	}

/*ol,ul {
	margin-top: 1.0em;
	margin-bottom: 1.0em; 
}
*/
blockquote {
	font-size: 90%;
}

/* LangSelect */

#outer {
	width: auto;
	padding-top: 10%;
	height: 445px;
	min-height: 445px;
	height: inherit !important;
	/*border: thick solid #FF99CC;*/
	text-align: center;
	}
	
#cy {
	width: 49%;
	height: inherit;
	float: left;
	text-align: center;
	}
	
#en {
	width: 49%;
	height: inherit;
	float: right;
	text-align: center;
	}
	
.langcent {
	text-align: center;
	}

