
body {
    font: 12px Tahoma;
    background: #fff;
    color: #000;
    text-align: center; 
    margin: 0;
    padding: 0;
}

a {
	text-decoration:none;
	color: #0068b8;
}

a:hover {
	text-decoration:underline;
	color: #df840a;
}

img {
	border:0px;
}


#wrapper {
    width: 940px; 
    margin: 0 auto; 
    text-align: justify;
}

#header, #column1, #column2, #column3, #column4 ,#footer{
    padding: 0px;  
}

#header {
    margin: 0;
    padding: 0;
}

#langNavigation {
	font-size: 13px;
	padding-top:4px;
	float: right;
	text-align:right;
	color: #aaa;
}

#mainNavigation {
	clear: both;
	float: left;
	padding-top:20px;
	padding-left:20px;
}

#homeMainBodyHeader {
	background: url('/images/template/mainBody_header.png') top center no-repeat;
	clear: both;
	height: 33px;
	width: 100%;
}

#homeMainBody{
	background: url('/images/template/mainBody_gradient.png') top center repeat-x;
	background-color: #363636;
	float: left;
	width: 100%;
}

#homeMainBodyLeft{
	float:left;
	padding-top: 0px;
	padding-left: 10px;
	width: 595px;
	font-size:16px;
	line-height:22px;
	color: #fff;
}

#homeMainBodyLeft p {
	padding-top: 1em;
	width: 540px;
}

#homeMainBodyLeft h1 {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 1.4em;
	font-weight: bold;
	line-height:1.4em;
}

#homeMainBodyRight{
	float:right;
	width: 325px;
}

#mainBody{
	background: url('/images/template/mainBody_gradient.png') top center repeat-x;
	background-color: #363636;
	float: left;
	width: 920px;
	padding-left: 10px;
	padding-right: 10px;
	min-height:500px;
}

#mainBodyLeftTop{
	background: url('/images/template/left_col_bot.png') top left no-repeat;
	height: 10px;
	width: 227px;
}

#mainBodyLeft{
	float:left;
	padding-top: 0px;
	width: 227px;
	line-height:22px;
}

#mainBodyLeftBot{
	background: url('/images/template/left_col_top.png') top left no-repeat;
	height: 10px;
	width: 227px;
}


#mainBodyRightTop{
	background: url('/images/template/right_col_top.png') top left no-repeat;
	height: 10px;
	width: 685px;
}

#mainBodyRight{
	float:right;
	width: 685px;

	text-align: justify;

}

#mainBodyRightContent {
	background-color:#fff;
}


#mainBodyRightMid {
	float: left;
	width: 410px; 
	padding-left: 20px;
	min-height:366px;
	background-color:#fff;
}

#mainBodyRightMid ul li{
	padding-bottom:1em;
}

#mainBodyRightRight {
	width: 210px; 
	float: right;
	padding-right: 20px;
	padding-top: 20px;
	background-color:#fff;
}

#mainBodyRightBot{
	clear: both;
	background: url('/images/template/right_col_bot.png') top left no-repeat;
	height: 10px;
	width: 685px;
}

#latestNews {
	background: url('/images/template/news_mid.png') top left repeat-y;
	padding-left: 12px;
	color: #fff;
	padding-right: 22px;
}

#latestNews a {
	color: #fff;
}

#mainPanel {
    float: left; 
    width: 700px;	
}

#adsColumn {
	float: right;
	width: 220px;
}

#homeBottomSection {
		padding-top:10px;
	clear:both;
}


#section1 {
	clear: both;
    float: left; 
    width: 460px;
}

    #column1 {
        float: left; 
        background: #ccc;
        width: 220px;
    }

    #column2 {
        float: right; 
        background: #ccc;
        width: 220px;
    }

#section2 {
    float: right; 
    width: 460px;
}

    #column3 {
        float: left; 
        width: 220px;
    }

    #column4 {
        float: right; 
        width: 220px;
    }

#footer {
	clear: both;
	background: url('/images/template/mainBody_footer.png') top center no-repeat;
	color: #fff;
	width: 100%;
	height: 55px;
}

#footer a {
	color: #fff;
}

#mainBodyLeft ul {
	font-size: 13px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #fff;
}

#mainBodyLeft ul li a
{
display: block;
padding: 3px;
padding-left: 30px;
width: 194px;
background-color: #fff;
border-bottom: 1px solid #ccc;
}

.navHead {
display: block;
padding: 3px;
padding-left: 20px;
width: 204px;
background-color: #fff;
border-bottom: 1px solid #ccc;
}

#mainBodyLeft ul li a:hover
{
background-color: #f0f0f0;
}

blockquote
{
	position: relative;
	border: 1px solid #cecece;
	background: #fff;
	padding: 12px 18px;
	margin:0;
}

blockquote:before, blockquote:after
{
	font-size: 1px;

	position: absolute;

	display: block;
	width: 100%;
	height: 10px;

	content: url(images/corners-rt.gif);
	
	text-align: right;
	padding-left: 2px;

	background: transparent url(images/corners-lt.gif) 0 0 no-repeat;
}

blockquote:before
{
	top: -1px;
	left: -1px;
}

blockquote:after
{
	bottom: -2px;
	right: -1px;

	content: url(images/corners-rb.gif);
	background-image: url(images/corners-lb.gif);
}

.newsDate {
	float: left;
	color:999999;
}

.newsItem {
	margin-left:55px;
	padding-bottom:18px;
}

.homehead {
	font-weight:bold;
	padding-bottom:6px;
}

h1 {
	font-weight: normal;
	border-bottom: 4px solid #cecece;
	padding: 0px;
	margin: 0px;
	margin-bottom: 0.5em;
	font-size:16px;
	
}

h2 {
	padding-bottom: 0px;
	margin-bottom:1em;
	font-size:14px;
}

p {
	margin-top: 0em;
	margin-bottom:1em;
	padding-top:0em;
	padding-bottom: 0em;

}
.borderedImage {
	position:absolute;
	padding-left:435px;
	padding-top:24px;
}

.borderedImage img {
	padding:5px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

.borderedImage .imgCaption {
	text-align:center;
	font-size:12px;
	clear:both;
	font-style:italic;
	padding:5px;
	width:208px;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

.borderedImageNoCap {
	position:absolute;
	padding-left:435px;
	padding-top:0px;
}

.borderedImageNoCap img {
	padding:5px;
	border:1px solid #CCC;
}

.borderedImage2 {
padding-bottom: 18px;
}

.borderedImage2 img {
	padding:5px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

.borderedImage2 .imgCaption {
	text-align:center;
	font-size:12px;
	clear:both;
	font-style:italic;
	padding:5px;
	width:208px;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

/*** SLIDESHOW **/

#slideshow {
	float:left;
    position:relative;
    width:595px;
    height:298px;
//    margin-top:20px;
//  margin-right:15px;
//    margin-bottom:10px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

