/* CSS Document */
body{
    margin: 0px;
    padding: 0px;
    background-color:#ccc;
    text-align: left;
    font-size: 80%;
    font-family: verdana, arial, sans-serif;
    height: 100%;
}
.bodytext {padding:0px;margin:0px;margin-top:5px;}

h1, .headstd {
	font-size: 140%;
    	font-family: verdana, arial, sans-serif;
    	color:#444444;
}

#main{
    position:absolute;
    z-index:1; 
    top:0px;
    left:50px;
    width:1002px;
    height:1000px;
    background-color:#fff;
    border-left:1px solid black; 
    border-right:1px solid black; 
}

#logo{
	position:absolute;
	z-index:2;
	left: 0px;
	top: 0px; 
}
#menuelinks {
	position:absolute;
	width:150px;
	height:400px;
	z-index:3;
	left: 10px;
	top: 123px;
    background-color:#ffffff;
     
}
#links {
	position:absolute;
	width:150px;
	
	z-index:3;
	left: 10px;
	top: 250px;
    background-color:#ffffff;
}

#content{
    position:absolute;
	
    width:559px;
	_width:601px;
    min-height:480px;
	z-index:5;
	left: 150px;
	top: 185px;
	padding:20px;
    background-color:white;
    border-left:1px solid black;
    border-right:1px solid black;
}

#news{
    position:absolute;
	width:220px;
    _width:250px;
	height:480px;
	z-index:4;
	left: 750px;
    _left: 750px;
	top: 185px;
	padding:15px;
    font-size:11px;
    background-color:#fff;
    border-left:1px solid black;
}
#news .headstd{font-weight:bold; width:200px;border-bottom:1px solid black}
.news-latest-item{margin-top:20px;}
.news-latest-item a{color:#000000; font-weight:bold; text-decoration:none; font-size:10pt; padding-bottom:5px;}
.news-latest-img{padding:10px; padding-left:0px; right:0px;float:left;}

#banner{
    position:absolute;
	width:600px;
	height:48px;
	z-index:6;
	left: 150px;
	top: 123px;
	padding:0px;
}
