@import url("courses.css");
@import url("subsidies.css");
@import url("other.css");
@import url("availability.css");
@import url("us.css");
@import url("javapopups.css");


.heading {
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #3D758C;
	}
	
.emphasize{ 
	font-weight: bold;
}

.emphasize-blue{ 
	font-weight: bold;
	font-size: 14px;
	color: #3D758C;
}

.course-text{
			font-family: Tahoma;
			font-size: 11px;
			color: #5B5B5B;
			}
			
.info a:link {text-decoration: none; color: #ffffff;}
.info a:visited {text-decoration: none; color: #ffffff;}
.info a:active {text-decoration: none; color: #ffffff;}

h2 {
	margin-top: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #3D758C;	
	}


h1 {
	margin-top: 0px;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #3D758C;
	}

body {
  text-align: center;
  font-family: Tahoma;
  font-size: 12px;
  color: #5B5B5B;
}


#wrapper {
  position: relative;
  width: 760px;
  height: 800px;
  border: 0px solid black;
  margin: 0 auto;
  text-align: left;
}



#top-yellow-line {
	text-align: right;
	color: #fff;
	width: 760px;
	height: 31px;
	background-image: url(images/h1.jpg);
}

#telephone {
	width: 280px;
	height: 30px;
	position: absolute;
	left: 18px;
	top: 4px;
	color: #FFFFFF;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}

#yellow-spacer {
	width: 241px;
	height: 19px;
	position: absolute;
	right: 305px;
	top: 316px;
	background-image: url(images/hr.jpg);
}
#yellow-spacer-2 {
	width: 241px;
	height: 19px;
	position: absolute;
	right: 305px;
	top: 526px;
	background-image: url(images/hr.jpg);
}
	
#banner{ 
	width: 760px;
	height: 129px;
	position: absolute;
	left: 0px;
	top: 31px;
	background-image: url(images/academia.jpg);
}

#text-box-1{ 
	width: 500px;
	height: 100px;
	position: absolute;
	right: 32px;
	top: 202px;
	border: 1px;
	
}

#text-box-2{ 
	width: 274px;
	height: 140px;
	position: absolute;
	right: 258px;
	top: 370px;

	border: 0px solid black;
}

#text-box-3{ 
	width: 500px;
	height: 160px;
	position: absolute;
	right: 32px;
	top: 584px;
	border: 0px solid black;
	}
	
#do-you{ 
	width: 240px;
	height: 320px;
	position: absolute;
	right: 580px;
	top: 434px;
	border: 0px solid black;
	/* background-image: url(images/doyoublank.jpg); */
	}

#content-spacer{
	width: 544px;
	height: 16px;
	position: absolute;
	right: 0px;
	top: 160px;
	border: 0px solid black;
}

#heading1{
	width: 544px;
	height: 30px;
	position: absolute;
	right: 0px;
	top: 177px;
	border: 0px solid black;
	}
	
#heading2{
	width: 344px;
	height: 30px;
	position: absolute;
	right: 200px;
	top: 340px;
	border: 0px solid black;
	}
	
#heading3{
	width: 544px;
	height: 30px;
	position: absolute;
	right: 0px;
	top: 554px;
	border: 0px solid black;
	}
		
#image1{
	width: 240px;
	height: 180px;
	position: absolute;
	right: 0px;
	top: 340px;
	/* background-image: url(images/rotating-images.gif); */
}
		
#menu-background{
	background-color: #6190AE;
	width: 189px;
	height: 228px;
	position: absolute;
	left: 0px;
	top: 160px;
	text-align: left;
}

#menu-items {
	width: 150px;
	height: 190px;
	border: 0px solid black;
	position: absolute;
	left: 20px;
	top: 20px;
}


#menu-items a{ color: #FFFFFF;
		text-decoration:none;
		font-size: 14px;
		font-weight: bold;
}

	
#menu-bottom{
	background-image: url(images/menubottom.jpg);
	width: 189px;
	height: 22px;
	position: absolute;
	left: 0px;
	top: 388px;
}

#copyright{
	Width: 380px;
	height: 20px;
	border: 0px solid black;
	text-align: left;
	position: absolute;
	left: 0px;
	bottom: 0px;
	color:#989898;
	font-size: 11px;
}

#design-footer{
	Width: 380px;
	height: 20px;
	border: 0px solid black;
	text-align: right;
	position: absolute;
	right: 0px;
	bottom: 0px;
	color:#989898;
	font-size: 11px;
}


