﻿/*------------Elements ---------*/
body
{
	width:806px;
	background-color:#000;
	font-size:12px;
}
h1
{
	color:white;
	font-family:Georgia, 'Times New Roman', Times, serif;
    margin:0;
}
h2
{
	font-size:12px;
	color:white;
	margin:0;
    font-family:Tahoma, 'Times New Roman', Verdana, Helvetica;
	padding-bottom:10px;
}
a
{
    color:#FFFFFF;
    text-decoration:none;
}

a:hover
{
    color:Blue;
}

a:visited
{
    color:#FFFFFF;
}

/*-----------Common --------*/
.centered
{
	text-align:center;
	margin:0 auto 0 auto;
}
.top
{
    vertical-align:top;
}
.inline-block
{
	display:inline-block;
	*zoom:1;
	*display:inline;
}
.menu
{
    width:805px;
    margin:0 0 0 -2px;
    padding:0 0 0 0;
}
.rootVoices
{
    width:100%;
}
.justify
{
    text-align:justify;
}

.master-font
{
    /*font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;*/
    font-family:Tahoma, 'Times New Roman', Verdana, Helvetica;
}
.master-color
{
    color:#000000;    
}
.photo-size
{
    width: 80px;
    height: 80px;
}
/*-------Header------------*/
.header
{
	background-image:url('/content/images/top.png');
	text-align:left;
	margin:0;	
	width:100%;
}
.header-logo
{
	border:0;
	height:108px;
	width:142px;
}
.header-slogan
{
	padding-left:0;
}
/*-------- Body -------------*/
.body-menuItem
{
    color:#FFFFFF;
    text-decoration:none;
}
.body-menuItem:hover
{
   color:#000000; 
}
.body-menuItem:visited
{
    color:#FFFFFF;
    
}
.body-main
{
	text-align:left;
	background-image:url('/content/images/greenbackground.png');
	background-color:#36BA0F;

}
.body-image-bkgrd
{
	background-image:url('/content/images/exchange.png');
	text-align:left;	
	padding-left:445px; 
	height:345px;
    background-repeat:no-repeat;	
}
.body-content
{
	color:#000000;
	font-size:12px;
}

h3.body-content
{
	font-size:12px;
    font-weight:normal;
}

h4.body-content
{
    font-size:12px;
    font-weight:normal;
}
h5.body-content
{
    font-size:12px;
    font-weight:normal;
}

.body-content-text
{

	text-align:left;	
}
.body-content-list
{
	margin-top:5px;
}
.body-content-list-item
{

	font-size:12px;
}

/*---------- Footer -----------------*/
.footer
{
	text-align:left;
	
	font-size:11px; 
	line-height:13px;
	color:#969695; 
	background-image:url('/content/images/top.png');
}

.footer-tabs
{
	margin-bottom:25px;
}

.footer-tab-size
{
	border:0;
	text-align:left;
	width:199px;
	height:37px;
	background-repeat:no-repeat;
}

.footer-highlight-index
{
	background-image:url(/content/images/selection.png);
}

.footer-highlight-index div
{
	font-size:18px;
	color:#fff;
	padding-top:10px;
}

.footer-highlight-clickable
{
	background-image:url(/content/images/selectable.png);
}

.footer-highlight-clickable div
{
	padding-top:10px;
}

.footer-highlight-clickable div a
{
	text-decoration:none;
	font-size:18px;
	color:#3EC011;

}

.footer-highlight-clickable div a:hover,
.footer-highlight-clickable div a:visited
{
	text-decoration:none;
}

.footer-image-link
{
	border:0;
}

.footer-images-home
{
	width:14px;
	background-image:url(/content/images/back.png);
	background-position:-1px;
}

.footer-images-about
{
	width:14px;
	background-image:url(/content/images/back.png);
	background-position:-17px;
}

.footer-images-sitemap
{
	width:14px;
	background-image:url(/content/images/back.png);
	background-position:-33px;
}

.footer-copyright a
{
	text-decoration:none;
	margin-bottom:20px;
}
 
.footer-copyright a:hover
{
	text-decoration:underline;
} 

