@charset "utf-8";
/* CSS Document */

body {
    font-family: Arial, Verdana, Geneva, Helvetica, Sans-serif;
    font-size: 12px;  
	background-image: url(../images/bg.gif);
	background-repeat: repeat; 
}

.admin-title-bg {
		background-image:url(../images/admin-title-bg.jpg);
		background-repeat:no-repeat;
}

.text-align-right {text-align:right;}

body a:hover {text-decoration:underline;}

/*BACKGROUNDS*/
.main-bg-top {
	background-image: url(../images/bg-main-top.jpg);
	background-repeat: no-repeat;
	height: 185px;	   	
}
.main-bg-middle {
	background-image: url(../images/bg-main-middle.jpg);
	background-repeat: repeat-y;
	  
}

.statement{
	border:#000 solid 1px;
	background-color: #D3DCE3;
	font-size:11px;
}

.main-bg-bottom {
    background-image: url(../images/bg-main-bottom.jpg);
	background-repeat: no-repeat;   	
	height: 53px;
}

#program-border {
	padding: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

table.view {
	border-width: 0px 0px 0px 0px;
	border-spacing: 2px;
	border-style: hidden hidden hidden hidden;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.view th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: #E5DCEE;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.view td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: #E5DCEE; /*Edit this one*/
	-moz-border-radius: 0px 0px 0px 0px;
}

.red-bold {
	font-weight:bold;
	color:#F00;
}
/*NAVIGATION*/

.nav-table {
	background-image:url(../images/bg-navigation.jpg);
	width: 200px;
	height: 340px;
	font-weight:bold;
	margin-left: 7px;
}
.nav-table a, a:visited, a:active {color:#000;text-decoration:none;}
.nav-table a:hover {text-decoration:underline;}
.nav-link { 
	height; 40px;
	border-bottom: 1px solid #000;
	padding-left: 5px;
}

.content-padding {
	padding: 10px;
}


.content-padding a, .content-padding a:active, .content-padding a:visited {
	color: #0000FF;
	text-decoration: underline;
}


.footer {
	font-size: 10px;
}
