/* CSS Document */
h1 { font: 1.4em "helvetica neue", helvetica, tahoma, arial, sans-serif; font-weight:bold; color: #000000; margin:0px 0px 0px 0px;}
h3 { font: 1.1em "helvetica neue", helvetica, tahoma, arial, sans-serif; font-weight:bold; color: #000000; margin:20px 0px 0px 0px;}

p { margin:15px 5px 0px 5px;}
html { height: 100%; }
body {
	color: #333333;
	font:90% Georgia, "Times New Roman", Times, serif;
	min-height: 100%;
	height: 100%; 
	background-color: #530000; 
	text-align:left; 
}
/*hr {
	border:0px solid #FF0000;
	background-image:url(../images/titleseparator.png);
	background-repeat:repeat-x;
	width: 200px;
	margin-bottom: 30px;
	margin-top: 20px;
}*/
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color: #0000FF;
}

.header {
	background-image:url(../images/header.jpg);
	width: 730px; 
	height: 200px; 
	margin: 0 auto; 
}
.menu {
	width:715px;
	height: 35px;
	margin: 0 auto;
	margin-top: 7px;
	background-image:url(../images/menu/background.jpg);
	padding-left:15px;
}
.footer {
	width: 730px;
	margin: 10px auto;
	padding-bottom:10px;
	text-align: center;
	color:#FFFFFF;
}
.date {
	position:relative;
	top: -3px;
	color: #999999;
	padding-bottom:10px;
	font-style:italic;
	background: url(../images/titleseparator.png) 0 100% no-repeat;
}

/* Main part of the site: */
.main_top {
	position:relative;
	margin: 0 auto;
	margin-top: 7px;
	top:0px;
	left:0px;
	width: 730px;
	height: 22px;
	background-image:url(../images/mainbody/main_back_top.jpg);
	background-repeat:no-repeat;
}
.main {
	width: 690px;
	margin: 0 auto;
	background-image:url(../images/mainbody/main_back.jpg);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	margin-top: 0px;
	padding:0px 20px;
}
.main_bottom {
	margin-top:0px;
	width: 730px;
	height: 22px;
	background-image:url(../images/mainbody/main_back_bottom.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
}

/* Programs category */
.programs_table_cell {
	width:150px;
	text-align:center;
	padding:10px;
}
.programs_table_cell img {
	border:0px;
}
.programs_table_cell a {
	color: #333333;
}
.programs_table_cell a:hover {
	color: #333333;
	text-decoration:none;
}
.statusbox {
	clear:both;
	float:right;
	background-color:#CCCCCC;
	border:1px solid #666666;
	margin-bottom: 10px;
	margin-left: 20px;
	width:150px;
	padding:3px;
}
.statusbox p {
	font:80% Georgia, "Times New Roman", Times, serif;
}
.statusbox td {
	font:80% Georgia, "Times New Roman", Times, serif;
	padding-right: 10px;
}
.search 
{
	float:right;
}
/*.statusbox hr {
	width: 100%;
	margin-top:0px;
	margin-bottom:10px;
}*/
