﻿/* CSS layout index.html*/
/* header section*/
#masthead {
	position: relative;
	width: 100%;
	height: 225px;
	left:0px;
	top:0px;
}

#top_left_col {
	width: 600px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 225px;
}

#top_right_col {
	width: 120px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 225px;
	text-align: left;
}

/* mid section*/
#mid_banner {
	position: relative;
	height:150px;
	width: 100%;
	background-color:black
}
#mid_banner_top {

}

#mid_banner_left_col {
	background:black;
	height:150px;
}

#mid_banner_right_col {
	background:black;
	background-image: url("../img/title.gif");
	height:150px;
	width: 750px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#mid_banner_bottom {
}

/* content section*/
#container {
	top: 40px;
	height: 100%;
	position: relative;
	width: 100%;
}

#content_left_col1 {
	height:200px;
	width: 130px;
	position: absolute;
	left: 10px;
	top: 0px;
	text-align:center
}

#content_left_col2 {
	height:200px;
	width: 130px;
	position: absolute;
	left: 140px;
	top: 0px;
	text-align:center
}

#content_left_col3 {
	height:200px;
	width: 130px;
	position: absolute;
	left: 280px;
	top: 0px;
	text-align:center
}

#page_content {
	margin-right: 250px;
	margin-left: 250px;
	text-align: justify
}

#right_col {
	width: 140px;
	position: absolute;
	right: 0px;
	top: 0px;
}

/* footer section*/
#footer {
	height:100px;
	position: relative;
}
#copyright {
}

/*NEWS SCROLLER*/




/* SIDEBAR BOX */

.sidebartitle-box	{
		width: 120px;
		padding: 5px;
		background-color: #6F8C8F;
		/*background-image: url("../picts/gray/background-sidebar-title.gif");*/
		color: #FFFFFF;
		font: bold 13px verdana, arial, sans-serif;
		text-align: left;
		border-top: #5F606C 1px solid;
		border-bottom: #5F606C 1px solid;
		border-left: #5F606C 1px solid;
		border-right: #5F606C 1px solid;
		}	

.sidebartext-box	{
		width: 120px;
		padding: 6px;
		background-color: #FFFFCE;
		color: #000000;
		font: normal 11px verdana, arial, sans-serif;
		text-align: left;
		border-top: #5F606C 0px solid;
		border-bottom: #5F606C 1px solid;
		border-left: #5F606C 1px solid;
		border-right: #5F606C 1px solid;
		}

