#Header {
    position : absolute;
    margin : 10px;
    /*padding : 0px 0px 0px 0px;*/
    /*border : 1px solid rgb(0 , 83 , 147);*/
    top : 0px;
    right : 0px;
    bottom : 0px;
    left : 0px;
    height : 69px;
    /*background-color : rgb(255 , 255 , 255);*/
    overflow : hidden;
}

#Footer {
    position : absolute;
    margin : 10px;
    padding : 0px;
    border : 1px solid rgb(0 , 83 , 147);
    right : 0px;
    bottom : 0px;
    left : 0px;
    height : 80px;
    background-color : #fff;
    overflow : hidden;
}

#Content {
    position : absolute;
    margin : 10px;
    top : 70px;
    right : 0px;
    bottom : 130px;
    left : 210px;
    overflow : auto;
   /* border : 1px solid rgb(0 , 83 , 147);*/
   min-width : 50px;
}

#Menu {
    position : absolute;
    margin : 10px;
    padding : 0px 10px 30px 10px;
    top : 70px;
    right : 0px;
    bottom : 130px;
   	left : 0px;
    width : 160px;
    overflow : auto;
    /*height : 100%;*/
    /*background-color: #fff;*/
   /* border : 1px solid rgb(0 , 83 , 147);*/
}

#breadcrumbs {
    margin : 0px 0px 8px 0px;
	padding : 0px 0px 0px 4px;
    border : 1px solid #005393;
    color : #005393;
    background-color : rgb(255 , 255 , 255);
    overflow : hidden;
}

#Newsbar {
	position:absolute;
	margin: 10px;
	padding: 0px;
	bottom: 71px;
	left: 0px;
	right: 0px;
	padding: 6px;
	height:40px;
	/*border:1px solid #005393;*/
	/*background-color:#fff;*/
	overflow : hidden;
}
	
#Billboard {
	position:absolute;
	/*	margin: 0px 10px 10px 10px;*/
	padding: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	/*padding: 6px;*/
	height:70px;
	/*border:1px solid #005393;*/
	/*background-color:#fff;*/
	overflow : hidden;
}
		
#quicklinks {
	font-size: 90%;
	white-space: nowrap;
	/* star kludge for ie6/7 */
    * overflow : hidden;
}

#quicklinks ul {
	list-style : none;
	margin  : 3px;
	padding : 1em;
}

#quicklinks li {
	display: inline;
	background-color: #006633;
	color: White;
	margin : 0.3em 0.5em 0.3em 0.3em;
	padding : 0.2em 0.2em 0.2em 0.2em;
	border: solid 2px Gold;
}

#quicklinks a:link, #quicklinks a:visited {
	color : White; 
	text-decoration : none; 
}

#quicklinks a:hover {
	color : Gold; 
	text-decoration : none; 
}


