/* Global Styles */
body {
	background:#e5e5e5 url(../image/top.png) repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	
}

body{
	text-align:-moz-center;
}

a {
	text-decoration:none;
	color:#687969;
}

a:hover {
	color : #414840;
}

img {
	border: none;
}

/* id style */

#mainContainer {
	font-size:.8em;	
	width:980px;
	border: 1px solid #555555;
	background-color: white;
}

#language{
	margin-left: 200px;
}

#navigation {
	text-align: left;
	background-image:url("../image/navheader.jpg");
	height:27px;
	margin-bottom:5px;
}

#navigation a{
	margin: 0px 20px;
	color : #666666;
	font:  1.2em Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold;
}

#navigation a:hover{
	background-color:white;
	border-bottom: 1px solid #AAAAAA;
	border-left:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
}

#smallmenu{
	border-top: 1px solid #3914AF;;
	border-bottom: 1px solid #3914AF;
	margin-bottom:5px;
	padding-left:20px;
	width:960px;
}

#left-navigation{
	float: left;
	width:310px;
}

#left-navigation a {
	font-weight:bold;
	color : black;
}

#left-navigation table tbody tr td img{
	width:10px;
	height:10px;
}

#left-navigation table tbody tr td {
	border-bottom:1px dotted #CCCCCC;
}

#left-navigation table tbody tr:hover {
	background-color:#7FCEF9;
	background:url("../image/tabrightF.gif") repeat-x;
}

#navigation a:hover {
	color: #414840;
}

#left-navigation a:hover {
	color : #222222;
}

#content{
	float: right;
	width:670x;
}

#footer {
	text-align:right;
	color: #000000;
	clear:both;
}

#footer p span{
	color:#0099CC;
	font-weight:bold;
}

#footer a{
	color : #0099CC;
	font-weight:bold;
}
	
#footer p a:hover {
	color : #414840;
}