*
{
	font-family: 'Trebuchet MS';
	font-size: 11px;
}

img
{
	border: 0px;
}

body {
	margin:0px 0px; 
	padding:0px;
	text-align:center;
	background-color: rgb(212, 209, 203);
	color: rgb(76, 76, 76);
	font-family: 'Trebuchet MS';
}

.container
{
	width:770px;
	margin:0px auto;
	text-align:left;
	background-color: white;
}

.vcenter
{
	vertical-align: middle;
}

a
{
	display: inline;
	font-size: 12px;
	color: rgb(76, 76, 76);
}

a.nounder, a.nounder, a.nounder, a.nounder
{
	display: inline;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color:  rgb(76, 76, 76);
}

a:hover
{
	color:  red;
}


#header {
	background: white;
	background-image: url('../img/headerbackground.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 0px;
	overflow:auto;
	height: 70px;
	width: 750px;
}

#logo
{
	float: left;
	padding-top: 5px;
}

#slogan
{
    font-size: 13px;
	float: left;
	font-weight:bold;
	padding-left: 10px;
	padding-top: 3px;
}

#righttop
{
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	color: white;
	font-weight:bold;
}

#rt_left
{
	width: 8px;
	height: 28px;
	float: left;
	background-image: url('../img/headerSubMenuBGLeft.gif');
}

/*On Internet Explorer home does not look the same to the other pages(language selector)*/
#rt_middle_home
{
	height: 28px;
	float: left;
	background-image: url('../img/headerSubMenuBGMiddle.gif');	
	background-repeat: repeat-x;
	padding-top: 5px;
	#padding-top: 5px; /* override for Microsoft Internet Explorer browsers*/
}

#rt_middle
{
	height: 28px;
	float: left;
	background-image: url('../img/headerSubMenuBGMiddle.gif');	
	background-repeat: repeat-x;
	padding-top: 5px;
	#padding-top: 5px; /* override for Microsoft Internet Explorer browsers*/
}


#rt_right
{
	width: 8px;
	height: 28px;
	float: left;
	background-image: url('../img/headerSubMenuBGRight.gif');	
}				

#topmenu {
	width: 760px;
	clear: both;
	color: black;
}

#breadcrumpbar {
	clear: both;
	color: black;/*rgb(227, 15, 131);*/
	background: white;/*gb(28, 49, 154);*/
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin: 0px;
	/*
	*/
	height: 20px;
	width: 760px;
}

#breadcrump
{
    width: 65%;
    float: left;
	height: 20px;
}

#searchbar
{
    width: 34%; 
    float: right; 
    height: 19px;
}

#breadcrump A, #breadcrumpbar A
{
	color: black;/*rgb(15, 35, 140);*/
	font-weight: bold;
}

#leftmenu
{
	float: left;
	width: 20%;
	padding-left: 0px;
}

.leftmenuitem
{
	border-top: 1px dashed rgb(136, 136, 136);
	color: rgb(102, 102, 102);
	margin: 10px;
	padding-top: 8px;
}

#contentborderleft 
{
	float: left;
	width: 78%;
	height: 100%;
	padding: 10px 0px 0px 10px;	
	border-left: 1px solid black;	
}

#content
{
	float: left;
	width: 90%;
	height: 100%;
	padding: 10px 0px 40px 10px;
}


#footer {
	clear: left;
	width: 770px;
	height: 35px;
	margin-top: 10px;
	background-image: url('../img/footerbackground.gif');
	background-repeat: no-repeat;
}

#footerin
{
	float: left; 
	margin-left: 10px; 
	padding-top: 10px;
	padding-right: 50px;
	padding-left: 30px;
	width: 670px; 
	color: white;
}

#copyright
{
	font-size: 11px;
	font-weight: bold;
	float: left; 
	margin-left: 10px; 
}

#footerlinks
{
	float: right; 
	padding: 0px;
	margin-right: 10px; 
	text-align: center;
	width: 100%;
}

.colorwhite, a.colorwhite
{
	color: white;
}

.colorgrey
{
	color:  rgb(76, 76, 76);
}

select#__selLang
{
	#margin-top: 3px; /* override for Microsoft Internet Explorer browsers*/
}

#rt_middle_home A
{
	#margin-top: -3px;
}

/*
border-style: solid; 
border-width: 1px;

#leftcol {
  background: #f00;
  float: left;
  width: 150px;
  height: 500px;
}
#rightcol {
  background: #f00;
  float: left;
  width: 150px;
  height: 500px;
}
*/



#FormHeader
{
    text-align: left;
    padding-bottom: 10px;
}

.Label
{
    width: 35%;
    text-align: left;
}

.TextBox 
{
    width: 60%;
    text-align: left;
}

.TextBox input
{
    border: 1px;
    border-style: solid;
    width: 200px;
}

#Comments
{
    font-style: italic;
    text-align: left;
}

.button
{
    margin:0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:100%;
    line-height:100%;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px;
}

