body {
background-color: #000c41;
}

#container {
width: 898px;
margin: auto;
background: #FFF;
}

	.home {width: 898px; height: 387px; background: transparent url(../images/header.jpg) no-repeat;}
	.programs {width: 898px; height: 266px; background: transparent url(../images/programs.jpg) no-repeat;}
	.employment {width: 898px; height: 266px; background: transparent url(../images/employment.jpg) no-repeat;}
	.admissions {width: 898px; height: 266px; background: transparent url(../images/admissions.jpg) no-repeat;}
	.contact {width: 898px; height: 266px; background: transparent url(../images/contact.jpg) no-repeat;}
	.about {width: 898px; height: 266px; background: transparent url(../images/about.jpg) no-repeat;}



#content {
width: 878px;
margin: auto;
background: transparent url(../images/content_top.gif) no-repeat top;
padding-top: 55px;
}

	#content_home {
	width: 878px;
	background: transparent url(../images/content_bg.gif) repeat-y;
	overflow: hidden;
	padding-bottom: 20px;
	}

		#home_1 {
		float: left;
		width: 162px;
		position: relative;
		left: 35px;
		background: transparent url(../images/programs_ttl.gif) no-repeat top;
		padding-top: 21px;
		}
		
			#home_1 ul {
			margin-top: 0px;
			}
		
			#home_1 li {
			color: #003177;
			list-style-image: url(../images/red_square.gif);
			}
			
			#home_1 li a {
			color: #003177;
			text-decoration: none;
			font-weight: normal;
			}
			
				#home_1 li a:hover {
				text-decoration: underline;
				}
			
			#home_1 a {
			color: #ea2029;
			text-decoration: none;
			font-weight: bold;
			}
			
				#home_1 a:hover {
				text-decoration: underline;
				}
		
		#home_2 {
		float: left;
		width: 418px;
		position: relative;
		left: 70px;
		background: transparent url(../images/news_ttl.gif) no-repeat top;
		padding-top: 21px;
		}
		
		#home_3 
		{
		float: left;
		width: 170px;
		position: relative;
		left: 100px;
		background: transparent url(../images/info_ttl.gif) no-repeat top left;
		padding-top: 21px;
		}
		
			#home_3 ul ,
			#sec_right ul 
			{
			list-style: none;
			margin-left: 0px;
			padding-left: 0px;
			}
			
			#home_3 ul a,
			#sec_right ul a 
			{
			color: #4666a1;
			font-weight: bold;
			text-decoration: none;
			font-size: 110%;
			}
			
				#home_3 ul a:hover,
				#sec_right ul a:hover
				{
				text-decoration: underline;
				}

	#content_sec {
	width: 878px;
	background: transparent url(../images/sec_bg.gif) repeat-y;
	overflow: hidden;
	padding-bottom: 20px;
	}
	
		#sec_left {
		width: 550px;
		float: left;
		position: relative;
		left: 50px;
		}
		
			#sec_title {
			margin-bottom: 10px;
			}
		
		#sec_right {
		width: 170px;
		float: left;
		position: relative;
		left: 135px;
		background: transparent url(../images/info_ttl.gif) no-repeat top left;
		padding-top: 21px;
		}

	.clearance { clear: both; font-size: 0px; }

#footer {
width: 878px;
height: 34px;
margin: auto;
background: #b3b092;
text-align: center;
padding-top: 17px;
color: #1d1d1d;
font-size: 80%;
}

	#copyright {
	margin-right: 5px;
	}
	
	#i4 {
	cursor: pointer;
	}
	
	#i4 img {
	margin-bottom: -5px;
	}