/* 	Control.CSS
	Author: Tao Gao
*/

body {
	font-family: arial, sans-serif, verdana;
	font-size: 11px;
	margin: 0px;
	background-color: #000;
	text-align: center;
	color: #fff;
	}

a 	{	
	text-decoration : none;
	color: #0f6;
	font-weight : bold;
	}
	
a:hover {
	text-decoration : underline;
}

li{
	font-size: 12px;
	margin-bottom: 2px;
	font-weight: bold;

	}

h1{
	color: #c00;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
	letter-spacing: 1.5px;
	margin-bottom: 0px;
}

h5{
	color: #fff;
	font-size: 13px;
	margin-right: 10px;
	font-weight: bold;
	line-height: 20px;
}

h6{
	color: #fff;
	font-size: 13px;
	margin-right: 10px;
	font-style: italic;
	line-height: 20px;
}

h4{
	color: #ccc;
	font-size: 13px;
	margin-right: 10px;
	font-weight: normal;
	margin-top: -15px;
}

h3{
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	margin-top: 5px;
	line-height: 20px;
}

p{
	color: #ccc;
	font-size: 13px;
	margin-right: 10px;
	line-height: 20px;
	text-indent: 20px;
}

td.caption{
	color: #AB0101;
	font-size: 12px;
	margins: 0;
	line-height: 16px;
	font-weight: bold;
}

.caption a{
	color: #AB0101;
	font-size: 13px;
	margins: 0;
	font-weight: bold;
	}
	
.caption li{
	color: #AB0101;
	font-size: 13px;
	margin-left: -15px;
	line-height: 25px;
	font-weight: bold;
	list-style-type: disc;
	}
	
.caption a:hover{
	text-decoration: underline;
	}
	
li{
	color: #ccc;
	font-size: 13px;
	line-height: 25px;
	font-weight: normal;
}

.container{
	width: 800px;
	height: 100%;
	background-color: #AB0102;
	}
	
.top{
	width: 800px;
	height: 75px;
	background-image: url(../images/top_bk.gif);
	margins: 0px;
	}
	
.program{
	color: #000000;
	background-image: url(../images/heading_bk.gif);
}

.space_top{
	height: 32px;
	}
	
.footer{
	text-align: center;
	font-size: 11px;
	}

.content_container{
	width: 800px;
	}

.content_margin{
	margin-left: 15px;
	text-align: justify;
	}
	
.current{
	background:#cff;
	display:block;
	padding:5px;
	border-top:1px solid #ECECEC;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	margin:0 0 5px 0px;
	font-weight:bold;
	font-size: 12px;
	}
		
#boxes a{
	background:#00B9B9;
	display:block;
	padding:5px;
	border-top:1px solid #ECECEC;
	color: #AB0101;
	font-weight: bold;
	text-decoration: none;
	margin:0 0 5px 0px;
	font-weight:bold;
	font-size: 12px;
	}
	
#boxes a:hover{
	text-decoration:none;
	color:#000;
	background:#cff;
	}
	
#boxes a:visited{
	text-decoration:none;
	}
	
table.photos{
	margin-right: 5px;
	margin-left: 5px;
	color: #AB0101;
	font-size: 13px;
	margins: 0;
	line-height: 16px;
	font-weight: bold;
}