/*-----------body styles-----------*/
body{
	background-color: #FFFFFF;
	background-image: url(graphics/globe.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100% 100%;
}

/*--------header-footer styles-------*/
div#banner{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100px;
	width: 1000px;  
	background-image: url(graphics/gradient_blue.gif);
	background-repeat: repeat-y;
}

div#logo {
	position: absolute;
	left: 10px;
	top: 10px;
}

div#logo a {
	background: #507AB7;
}

div#footer {
	position: absolute;
	left: 0px;
	top: 1720px;
	height: 20px;
	width: 1000px;  
	background-image: url(graphics/gradient_blue.gif);
	background-repeat: repeat-y;
}

/*-----------menu styles-----------*/
div#menuPane {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 135px;
}

div.menu {
	display: block;
	font-family: sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 2px;
	background: #507AB7;
}

div.menu a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	margin: 0px;
	padding: 2px;
	color: black;
	background:#9BC0E5;
	border-top: 1px solid #507AB7;
}

div.menu a:link{
	background: #9BC0E5;
}

div.menu a:hover{
	background: #729ACC;
	color:white;
}

div.menu h4{ 
	color: white;
	padding: 2px;
	margin: 0px;
}


/*--------main content styles--------*/
div#content{
	position: absolute;
	top: 100px;
	left: 150px;
	width: 850px;
	height: 1250px;
	font-family: sans-serif;
	font-size: 100%;
	text-align: justify;
	letter-spacing: 0px;
	color: black;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

div#content h3{
	font-size: 140%;
}

div#content h4{
	font-size: 120%;
}

div.col_1 { /*column left*/
	position: absolute;
	top: 0px;
	left:0px;
	width:410px;
}

div.col_2 { /*column right*/
	position: absolute;
	top: 0px;
	left:430px;
	width:410px;
}
div.col_3 { /*1 column over all
	(override position top in inline style)*/
	position: absolute;
	top: 0px;
	left:0px;
	width:100%;
}

/*----------images-----------*/
img.pict_1{
	position: absolute;
	top: 20px;
	left: 160px; 
}

div.align_right{
	text-align: right;
	margin:0px;
}
div.align_left{
	text-align: left;
	margin:0px;
}
div.align_center{
	text-align: center;
	margin:0px;
}

/*----------tables-----------*/
table {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #507AB7;
	font-size: 90%;
}
table.noborder {
	width: 100%;
	border-collapse: collapse;
	border: 0px;
	font-size: 90%;
}

table.agenda_nest {
	width: 100%;
	border: 0px;
	font-size: 100%;
}

td    {
	border: 1px solid #507AB7;
	text-align:left;
	vertical-align: top;
}

td.noborder {
	border: 0px;
}

td.redborder {
	border: 3px solid red;

}
td.redcentertext {
	color: red;
	text-align:center;
}

td.centertext {
	text-align:center;
}

td.tableheader_1{ /*black font on blue bg*/
	height:30px;
	background-color: #729ACC;
	border: 1px solid #507AB7;
	text-align: center;
	vertical-align: bottom;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}

td.tableheader_2{ /*white font on blue bg*/
	height:20px;
	background-color: #507AB7;
	text-align: center;
	vertical-align: bottom;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}
