@charset "utf-8";
/* CSS Document  */

/* table, tbody, tfoot, thead, tr, th, td,  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, form, label, legend,
 caption,  ul, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}



body {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #cccccc;
	background-image: url(/images/grass_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}

.langswitch {
	color: #FFF;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	
}
.langswitch a{
	color: #FFF;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	
}
.langswitch  a:hover {
	color: #FF9;
	
}

a{
text-decoration: none;
}
#bottomedge {
	background-image: url(/images/bottom_edge.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	
}

#content{

	
}

#content p,h1,h2,h3,h4,h5,h6{
	margin: 10px;
}

#content h1{
	font-size: 16px;
	color: #648C6C;
}

#content .copyrights{
	width: 100%
	display: block;
	color: #F7F7F7;
	font-size: 10px;
	text-align: center;
	padding: 2px;
	background-color: #819C23;
	
}

.splash_copyrights{
	display: block;
	color: #FFC;
	font-size: 10px;
	text-align: center;
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
	
}

.splashlinks {
	color: #003300;
	font-size: 20px;
	text-align: center;
	padding: 2px;

	
}
.splashlinks a{
	color: #003300;
	text-decoration: none;
	
}
	
.splashlinks a:hover{
	color: #1d7800;
	
	
}
		

#wrapper {
	width: 750px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	height: auto;
	clear: both;
}

#site-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#site-menu li
{
	float: left;
}

#site-menu li a
{
	background: url(/images/menu_bg.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 104px;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #333333;
	text-decoration: none;
	text-align: center;
}

#site-menu li a:hover
{
	background: url(/images/menu_bg_hover.gif) #fff bottom left repeat-x;
	display: block;
	
}


#site-menu-active li a
{
	background: url(/images/menu_bg_active.gif) #fff bottom left repeat-x;
	
	color: #0d2474;
	
	
}
#site-menu-inactive li a
{
	
	
	
}

/*#site-menu-active li a
{
	background: url(/images/menu_bg_active.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 104px;
	display: inline-block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	
}

/* Hide from IE5-Mac \*/
#site-menu li a
{
float: none
}
/* End hide */

#site-menu
{
	width:745px
} 

#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -3px;
	top: -3px;
}
 
	#shadow-container .shadow1 {
	background-color: #4D5B26;
	background-image: url(/images/grass_bg_shadow.jpg);
	}
 
	#shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	#shadow-container .shadow3 {
		background: #B8B6B8;
	}
 
	#shadow-container .container {
	background: #ffffff;
	border: 1px solid #8EAC26;
		
	}
	</style>


#content a:active 	{ color: #666666; text-decoration: none;}
#content a:link 	{
	color: #C60;
	text-decoration: none;
}
#content a:visited 	{ color: #666666; text-decoration: none;}
#content a:hover 	{ color: #176d89; text-decoration: none;}

#content a:hover span{ color: #ff9; text-decoration: none;} 

