body {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: "Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
	background: #deebff;
}

a img {
	border: 0px;
}

#Header {
	position: relative;
	width: 1024px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background: #00224B url('/media/header-bg.gif') repeat-x top;
	border-left: solid 2px #00224B;
	border-right: solid 2px #00224B;
	color: white;
}

#LangBox {
	position: absolute;
	width: 285px;
	height: 35px;
	right: 30px;
	background: white url('/media/lang-bg.gif');
	border: solid 2px #00224B;
	border-top: none;
	color: black;
	overflow: hidden;
}

#LangBox ul {
	margin: 10px;
	margin-top: 12px;
	padding: 0px;
}

#LangBox ul li {
	list-style: none;
	float: left;
	position: relative;
	left: 5px;
}

#LangBox a {
	text-decoration: none;
	color: #00224B;
	font-size: 14px;
}

#LangBox a:hover {
	color: #3471DF;
}

#LangBoxCover {
	position: absolute;
	width: 1024px;
	z-index:9;
	height: 5px;
	background: #e7f3ff;
	overflow: hidden;
}

#HeaderTitle {
	position: relative;
	width: 600px;
	height: 80px;
	top: 10px;
	left: 40px;
}

#Breadcrumbs {
	margin: 30px;		
	margin-top: 20px;		
	margin-bottom: 20px;		
}


#Content, #GeneralContent {
	position: relative;
	width: 1024px;
	height: 520px;
	margin-left: auto;
	margin-right: auto;
	background: white url('/media/bg.gif') 0px 110px no-repeat;
	border: solid 2px #00224B;
	border-top: 0px;
}

#GeneralContent {
	height: auto;	
}

#GeneralContent a {
	text-decoration: none;
	color: blue;
}

#GeneralContent a:hover {
	background: #deebff;
	color: #0022BB;
}

#GeneralContent ol li {
	margin-left: 30px;
}

#GeneralContent h1 {
	font-size: 24px;
}

#GeneralContent h2, h3 {
	left: 30px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	color: #3471DF;
}

#GeneralContent h3 {
	color: black;
	font-weight: normal;
}

#GeneralContent img {
	left: 30px;
}

#GeneralContent ul li {
	margin-left: 0px;
}

#GeneralContent h1, p {
	margin-left: 30px;
	margin-right: 30px;
}

#Mission {
	position: relative;
	width: 1024px;
	height: 70px;
	background: #00224B;
}

#Mission img {
	margin-left: auto;
	margin-right: auto;
}

#Mission p {
	position: absolute;
	top: 6px;
	margin-top: 0px;
	margin-right: 10px;
	left: 30%;
	color: white;
}

#Nav, #GeneralNav {
	position: relative;
	width: 1024px;
	height: 35px;
	background: gray url('/media/nav-bg.gif') repeat-x;
	border-bottom: solid 2px #00224B;
	z-index:499;
}

#Nav ul, #InfoLinks ul {
	margin: 0px;
	padding: 0px;
}

#Nav ul li, #InfoLinks ul li {
	list-style: none;
	position: relative;
	left: 0px;
	float: left;
	width: 204px;
	height: 35px;
	border-right: solid 1px #00224B;
}

#Nav a {
	text-decoration: none;
	text-align: center;
	display: block;
	padding-top: 9px;
	color: #00224B;
	height: 28px;
}

#Nav a:hover {
	background: url('/media/nav-over-bg.gif') repeat-x;
	color: white;
}

#Info {
	position: absolute;
	margin: 20px;
	margin-top: 5px;
	width: 984px;
	height: 170px;
}

#InfoText {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 699px;
	height: 130px;
}

#InfoText p {
	margin: 10px;
	margin-right: 30px;
}

#InfoImg {
	position: absolute;
	width: 255px;
	height: 150px;
	right: 10px;
	top: 10px;
	border: 1px solid black;
}

#InfoLinks, #InfoLinks_es {
	position: absolute;
	height: 40px;
	top: 120px;
	left: 75px;
	width: 699px;
}

#InfoLinks ul li {
	height: 40px;
	width: 184px;
	margin-left: 20px;
	border: solid 1px #00224B;
}

#InfoLinks a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	color: white;
	height: 31px;
}

#InfoLinks a:hover {
	background: #825000 url('/media/button-over-bg.gif') repeat-x;
}

#Boxes {
	position: absolute;
	top: 280px;
	margin-left: 20px;
	height: 170px;
	width:984px; 
}

#NewsBox, #GradBox {
	position: absolute;
	margin: 10px;
	margin-left: 20px;
	width: 465px; 
	height: 175px;
	border: 1px solid #00224B;
	background: white;
}

#GradBox {
	left: 487px;
}

#NewsBox h3, #GradBox h3 {
	padding: 0px;
	margin: 5px;
	margin-left: 10px;
	font-size: 14px;
}

#NewsBox p, #GradBox p {
	font-size: 12px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

#NewsBox a, #GradBox a {
	text-decoration: none;
	color: blue;
}

#GradBox ul {
	margin-left: 20px;
	margin-top: 20px;
	padding: 0px;
}

#GradBox ul li {
	list-style: none;
	margin-bottom: 5px;
}

.GradBoxName {
	font-size: 12px;
	font-weight: bold;	
}

.GradBoxNationality {
	font-size: 12px;
}

.GradBoxCourse {
	margin-left: 30px;
	font-size: 12px;
	display: block;
	color: #555;
}

.BoxTitle {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid black;
background: #efefff;
}

.BoxTitle h1 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	margin-left: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#Footer {
	position: absolute;
	top: 485px;
	height: 35px;
	width: 1024px;
	background: #00224B;
}

#FooterSpace {
	position: relative;
	clear:both;
	height: 100px;
	width: 100%;
}

#FooterGeneral {
	position: absolute;
	width: 100%;
	height: 80px;
	bottom: 0px;
	background: #00224B;
}

#FooterGeneral p {
	color: #bbb;
margin-top: 15px;
}

#Footer h1, h2 {
	position: absolute;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
	left: 40px;
	color: white;
}

#FacebookLink {
	position: absolute;
	margin-top: 2px;
	right: 30px;
	vertical-align: middle;
	color: white;
	text-decoration: none;
}

#FacebookLink a {
	color: white;
	text-decoration: none;
}

#FacebookFooter {
	position: absolute;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
	left: 40px;
	color: white;
}

#DropdownMenu {
	padding:0; 
	margin:0; 
	list-style:none; 
	height:2.5em; 
	position:relative; 
	z-index:500;
	width: 100%;
}

#DropdownMenu li {
	float:left; 
	border-right: solid 1px black;
	width: 20%;
	margin-left: 0px;
	z-index: 500;
	text-align: center;
}

#DropdownMenu li a {
	display:block; 
	height:2.5em; 
	line-height:2.5em; 
	background: #003 url('/media/nav-bg.gif') repeat-x left; 
	color:#00224B; 
	text-decoration:none; 
	font-size:14px; 
	text-align: center;
	width: 100%;
}
/*
#DropdownMenu li a:hover {
	position:relative;
	color:#fff; 
	z-index:200; 
}
*/
#DropdownMenu li:hover {
	position:relative; 
	z-index:200;
}

#DropdownMenu li:hover > a.sub {
	color:#fff; 
	background: #AAA;
	/*background: #00224B url('/media/main/img/nav-over-bg.gif') repeat-x;*/
}

#DropdownMenu li a.sub {
	background: url('/media/nav-bg.gif') repeat-x top;
}

#DropdownMenu :hover ul {
	left:0; 
	top:2.5em; 
	width:100%; 
}

#DropdownMenu ul, #DropdownMenu :hover ul ul {
	position:absolute; 
	left:-999em; 
	top:-999em; 
	width:0; 
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

#DropdownMenu :hover ul :hover {
	background: #888;
	color:#fff;
}
#DropdownMenu :hover ul li {
	margin:0; 
	border-top:1px solid #555;
	width: 100%;
}

#DropdownMenu :hover ul li a {
	width:100%; 
	padding:0em; 
	height:2.5em; 
	line-height:2.5em;
	text-indent:1em; 
	background:#00224B; 
	color:#fff; 
	text-align: left;
}

#DropdownMenu :hover ul :hover {
	background: #888;
	color:#fff;
}

div.inline_image {
	float: right;
	margin-left: 10px;
	margin-right: 30px;
}


span.title {
	font-style: italic;
	font-weight: bolder;
}

blockquote {
	font-style: italic;
}
>>>>>>> .r3129
