﻿body 
{
	background-color:#f3f3dd;
	font-family:Arial;
	 color:#FFF;
	 font-size:12px;
	  background-image:url( '../../images/body_bg.jpg' );
	   background-repeat:repeat-x;
	   margin-top:60px
}
form
{
	background-color:#0084BF;
	width:1000px;

	
}
.header
{
	padding:20px;
	color:White;
	background-color:lightslategray;
	margin:0;
	font-size:2em;
}
a
{
	color:#FFF;
	 font-weight:bold;
}
.menu
{
	font-size:13px;

	background-image:images/btnbg.jpg;
	
}
.menu a
{
	display:block;
	font-weight:bold;
	color:White;
	
  text-align:center;
}
.menu table
{
	background-color:#0084BF;
	background-image: url( '../../images/btnbg.jpg' );
	width:183px;
	height:40px;
}
.languages
{
	padding-top:5px;
	float:right;
}
.languages a
{
	display:inline;
}
.menuHover
{
 background-image: url( '../../images/btnbg_2.jpg' );	
	background-color:#0084BF;
	color:White;
	width:183px;
	height:40px;
}
.menuHover a
{
	color:White;
 line-height:40px;
 font-weight:bold;
 }
.subMenu
{
    border-left: solid 3px lightslategray;
}
.breadcrumb
{
	margin-top:10px;
	display:block;
	font-size:.8em;
}
.txtbox
{
	font-family:Arial;
	color:#000;
	font-size:12px;
}
