#home_mainContent {
            position: relative;
            left: 0px;
            width: 640px;
            height: 321px;
            border-style: none;
}

#home_BGimage {
            position: absolute;
            left: 0px;
            width: 640px;
            height: 321px;
            border-style: none;
            overflow: hidden;
}

#home_text {
            position: absolute;
            top: 0px;
            left: 30px;
            width: 300px;
            height: 321px;
            border-style: none;
            overflow: hidden;
}

#home_text_header {
            position: absolute;
            top: 15px;
            left: 10px;
            width: 290px;
            height: 27px;
            overflow: hidden;
            border-style: none;
}

#home_text_header h1 {
            padding: 0px;
            margin: 0px;

            font-family: Arial; 
            font-size: 11px; 
            font-weight: bold;
            color: #666666;
}

#home_text_bodytext {
            position: absolute;
            top: 60px;
            left: 10px;
            width: 290px;
            height: 215px;
            border-style: none;
            overflow: hidden;
}

.home_bodytext {
            font-family: Arial; 
            font-size: 11px; 
            font-weight: normal;
            color: #000000;            
}

.home_bodytext A, UL A { color: #000000; text-decoration: underline; }
.home_bodytext A:hover, UL A:hover { color: #000000; }

#home_news {
            position: absolute;
            top: 0px;
       /*  left: 430px;
            width: 200px; */
            left: 440px;
            width: 190px;
            height: 321px;
            border-style: none;
            overflow: hidden;
}

#home_right_news {
            position: relative;
            top: 2px;
            border-style: none;
            background-color: #CCCCCC;
}

#home_right {
            top: 0px;
	    width: 160px;
	    max-width: 160px;
            position: relative;
            border-style: none;
	    background-color: #CCCCCC;
	    padding: 10px;
	    overflow: hidden;
}

.bodytext_colPosRight A { color: #000000; text-decoration: underline; }
.bodytext_colPosRight A:hover { color: #000000; }

