/* CSS Document */

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	background-color: #FFFFFF;
	background-attachment: fixed;
	margin: 0 0 0 0;
}

a {
	text-decoration:none;	
}

h1 {
	FONT-SIZE: 20px;
	font-weight:bold;
	color:#000099;
}
h2 {
	FONT-SIZE: 17px;
	font-weight:bold;
	color:#000099;
}
h3 {
	FONT-SIZE: 14px;
	font-weight:bold;
	color:#000099;
	margin: 0 0 0 0;
}
th {
	FONT-SIZE: 17px;
	font-weight:bold;
	color:#000099;
	height:25px;
	background-image:url(../graphics/gradient_30_grey.png);
	text-indent:10px;
}

.s_cell {
	background-color:#EEEEEE;
	text-indent:5px;
}.s_cell2 {
	background-color:#EEEEEE;
	text-indent:5px;
	width:15px;
}
.s_cell_mark {
	background-color: #CCCCCC;
	text-indent:5px;
	font-weight:bold;
}

.site_head_box {
	height: 100px;
	width:100%;
	background-color:#000066;
	color:#FFFFFF;
	vertical-align:top;
}

.site_head_text {
	font-size:25px;
	POSITION: absolute;
	LEFT: 15px;
	TOP: 15px;
	z-index: 1;
}
	
.nav_bar {
	cellspacing: 2px;
	POSITION: absolute;
	LEFT: 10px;
	TOP: 80px;
	height: 20px;
	z-index: 1;
}
#nav_cell {
	background-color: #999999;
	width:135px;
	vertical-align:middle;
	color:#FFFFFF;
	text-indent:5px;
	FONT-SIZE: 10px;
	font-weight:bold;	
}
#nav_cell:hover {
	background-color: #CCCCCC;
	color: #FF0000;	
}
#nav_cell a {
	display:block;
	color:#FFFFFF;
	FONT-SIZE: 10px;
	font-weight: bold;
	text-indent: 5px;
	width: 135px;
	TEXT-DECORATION: none
}
#nav_cell a:hover {
	color:#FF0000;
}

#nav_cell_act {
	background-color: #CCCCCC;
	width:135px;
	vertical-align:middle;
	color:#FF0000;
	text-indent:5px;
	FONT-SIZE: 10px;
	font-weight:bold;
}
#nav_cell_act a {
	display:block;
	color:#FFFFFF;
	FONT-SIZE: 10px;
	font-weight: bold;
	text-indent: 5px;
	width: 135px;
	TEXT-DECORATION: none
}

#nav_cell_act a:hover {
	color:#FF0000;
}

.content_box {
	POSITION: absolute;
	LEFT: 220px;
	TOP: 110px;
	width:600px;
}

.search_box {
	border-collapse:collapse;
	POSITION: absolute;
	LEFT: 10px;
	TOP: 110px;
	height: 220px;
	width: 200px;
	background-color: #DDDDDD;
	font-size: 10px;
	font-weight: bold;
	color: #000099;
	z-index: 1;
	z-index: 0;
}

.site_box_1 {
	border-collapse:collapse;
	POSITION: absolute; 
	LEFT: 10px;
	TOP: 340px;
	height: 200px;
	width: 200px;
	background-color: #DDDDDD;
	font-size: 10px;
	font-weight: bold;
	color: #000099;
	z-index: 1;
}
.site_box_2 {
	border-collapse:collapse;
	POSITION: absolute;
	LEFT: 10px;
	TOP: 550px;
	height: 265px;
	width: 200px;
	background-color: #DDDDDD;
	font-size: 10px;
	font-weight: bold;
	color: #000099;
	z-index: 1;
}

.site_box_3 {
	border-collapse:collapse;
	POSITION: absolute;
	LEFT: 10px;
	TOP: 825px;
	height: 110px;
	width: 200px;
	background-color: #DDDDDD;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	z-index: 1;
}

.site_box_header {
	height: 20px;
	text-indent: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-image:url(../graphics/gradient_25_blue.png);
}

.site_box_content {
	padding: 4px;
}




.th_act {
	background-color: #999999;
	vertical-align:middle;
	FONT-SIZE: 12px;
	font-weight:bold;
	text-indent: 10px;
}

.th_inact {
	background-color: #CCCCCC;
	vertical-align:middle;
	FONT-SIZE: 12px;
	font-weight:bold;
	color:#000066;
	text-indent: 10px;
}
.th_inact_s {
	background-color: #CCCCCC;
	vertical-align:middle;
	FONT-SIZE: 12px;
	font-weight:bold;
	color:#000066;
	text-indent: 10px;
	width: 15px;
}

#footer {
	border-collapse:collapse;
	height: 50px;
	width: 100%;
	font-size: 10px;
	vertical-align:bottom;
}

#footer a {
	text-decoration: underline;
}



