@charset "utf-8";
/* CSS Document */

body
{
	background-color: #CCC;
}

#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li
{
	float: left;
	margin: 0 0.15em;
}

#nav-menu li a
{
	background: url(../css/background.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 7em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: underline;
	text-align: center
}

#nav-menu li a:hover
{
	background: url(../../background.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 7em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: underline;
	text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
	float: none
}
/* End hide */

#nav-menu
{
	width:100%
}

#container
{
	bottom: 0;
	padding: 0;
	width: 760px;
	margin: 0pt auto;
	background-color: #FFF;
}
#container table tr th {
	background-color: #CCC;
}



#top
{
	height: 20px;
}

#flags
{
	float: right;
	margin-right: 10px;
	margin-top: 2px;
}

#header
{
	height: 120px;
	border: 0px solid #000;
}

#menu
{
	height: 30px;
	float: top;
	border: 1px solid #000;
}

#main
{
	border: 0px solid #000;
}

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
	
p.center {
	text-align:center;
	padding-left:10px;
	padding-right:10px
}
.td-img-center {
	text-align:center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.img {border: none}

.floatimg { float: left; padding: 15px} 

p.h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:bolder;
	text-align:center;
	font-style:italic;
	padding-left:10px;
	padding-right:10px;
}
#footer
{
	height: 50px;
	text-align: center;
	font-size: small;
	border-top: thin;
	clear:both;

}
#contentmain {
    
    float:left;
    width:600px;
    }
#contentsidebar {
    float:right;
    width:150px;
	text-align:center;
		    }
	
#contentsidebarleft {  float:left; width:150px; }	
	
	
	
	#pagesidebar {
	float:left;
	width:130px;
    }
	#pagesidebar ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#pagesidebar li
{
	float: left;
	margin: 0 0.15em;
	display:block;
	
}

#pagesidebar li a
{
	background-color:#CCC;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 7em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-align: center;
	text-decoration:none;
	
}

#pagesidebar li a:hover
{
	background-color:#0CF;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 7em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-align: center;
	text-decoration:underline;
	white-space:nowrap;
}

/* Hide from IE5-Mac \*/
#pagesidebar li a
{
	float: none
}
/* End hide */

.section2
{background-color:#CCC;
border:thin;
width:600px;
	margin-left:5px;
	text-align:	left;
}
.section3
{
	border:thin;
	width:600px;
	margin-left:140px;
	text-align: left;

}

.imgsection /* image, left float, no border: */
{
	display: block;
	margin:5px;
	border-style:none;
margin-bottom:5px;
margin-top:5px;
margin-left:0px;
margin-right:5px;
margin-top:5px;
float: left; 
padding: 0px 0px 0px 3px; 
	}
	
.imgsection_right /* image, right float, no border: */
{
	display: block;
	margin:5px;
	border-style:none;
margin-bottom:5px;
margin-top:5px;
margin-left:0px;
margin-right:5px;
margin-top:5px;
float: right; 
padding: 0px 0px 0px 3px; 
	}







