html, body
{
    height: 100%;
}
body
{
	font-family: Arial, Sans-Serif;	
	margin: 0px;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
	background-color: #666666;
	color: #333333;
}
A
{
	color: #BF0953;
	text-decoration: underline;
	font-size: 10pt;
}
TABLE
{
	font-size: 10pt;
}
#container
{
	border:2px solid #BF0953; margin-left: auto;
	margin-right: auto;
	width: 794px;
    min-height:100%;
	text-align: left;
	background-image: url('../images/content-background.jpg');
	background-repeat: no-repeat;
	background-color: white;
	padding-top: 10px;
	
}
html #container
{	
	height:auto;
}

*html #container
{
	height:100%;
}
#site_title
{
	padding-left: 70px;
	padding-bottom: 10px;
	font-size: 16pt;
	color: #BF0953;
	letter-spacing: 2px;
}
#navcontainer
{
	width: 100%;
	float: left;
	background-color: #BF0953;
}
#navcontainer ul 
{ 
	padding: 0; 
}
#navcontainer ul li 
{
	display: inline; 
}
#navcontainer ul
{
	margin: 0;
	padding: 0 0 0 7%;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-weight: bold;
}
#navcontainer ul li a
{
	padding: 0.2em 12px;
	background-color: #BF0953;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #FFFFFF;
}
#navcontainer ul li a:hover
{
	background-color: #666666;
	color: #FFFFFF;
}
#navlist li a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background: #666666;
	text-align: left;
}
#content
{
	width: 654px;
	padding-left: 70px;
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 20px;
}
.page_title
{
	color: #BF0953;
	font-weight: bold;
	font-size: 14pt;
	text-decoration: underline;
}
.sub_title
{
	font-weight: bold;
	text-decoration: underline;
}
.home_left
{
	float: left;
	width: 220px;
}
.home_right
{
	float: left;
	padding-top: 30px;
}
.home_title
{
	font-weight: bold;
	font-size: 20pt;
}
#home_content
{
	padding-left: 150px;
}
.break
{
	clear: both;
}
.home_subtitle
{
	font-weight: bold;
	font-size: 16pt;
	font-style: italic;
}
HR
{
	height: 1px;
	line-height: 1px;
	color: #BF0953;
	background-color: #BF0953;
}
.bot1
{
	float: left;
	width: 205px;
	text-align: left;
	padding-right: 30px;
}
.bot2
{
	float: left;
	width: 195px;
	text-align: left;
	padding-right: 20px;
}
.bot3
{
	float: left;
	width: 200px;
	text-align: left;
}
.program_left
{
	float: left;
	width: 220px;
}
.program_right
{
	float: left;
	padding-top: 17px;
	text-align: left;
	width: 420px;
}
.apply
{
	float: right;
	text-align: right;
	color: #BF0953;
}
.apply_title A
{
	color: #333333;
	text-decoration: underline;
}