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

* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 10px 0px;	
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	background-image: url("../imgs/bgPattern.png");
	background-repeat: repeat;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 130%;
}

#mainContent {
	width: 550px;
	min-height: 400px;
	margin-left: 201px;
	padding: 10px 20px;
	background-color: #ffffff;
	border-bottom: 5px solid #cccccc;
	border-top: 5px solid #cccccc;
}

#mainContent h1 {
	margin: 0px 0px 5px 0px;
	font-size: 20px; 
	font-weight: bold;	
}

#mainContent h2 {
	margin: 0px 0px 5px 0px;
	font-size: 18px; 
	font-weight: bold;	
}

#mainContent h3 {
	font-size: 14px; 
	font-weight: bold;
	text-decoration: underline;
}

#mainContent p {
	margin: 10px 0px 10px 0px;
}

#mainContent ul {
	margin: 10px 0px 10px 20px;
}

#menu {
	list-style: none;	
	padding: 15px 10px;
	width: 180px;
}

#menu li {
	margin-bottom: 3px;
}

#menu li a {
	text-decoration: none;
	font-weight: bold;
	background-image: url("../imgs/navBtn.png");
	background-position: bottom;
	display: block;
	width: 170px;
	height: 22px;
	color: #000000;
	line-height: 22px;
	padding-left: 10px;
}
#menu li a.twoLines {
	background-image: url("../imgs/navBtnBig.png");
	width: 170px;
	height: 44px;
	line-height: 22px;
}

#menu li a:hover, #menu li a:active, #menu .active{
	background-position: top;
	color: #ffffff;
}


#footer {
	min-height: 30px;
	padding: 5px;
	background-color: #444A3B;
	color: #ffffff;
	text-align: center;
	border-top: 3px solid #444A3B;
	font-size: 10px;
}
#footer a {
	text-decoration: none;
	color: #9999ff;
}

#container { 
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #cccccc;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #444A3B;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	position: relative;
	border-bottom: 10px solid #444A3B;
} 

#sidebar1 {
	float: left; 
	width: 190px; /* since this element is floated, a width must be given */
	 /* the background color will be displayed for the length of the content in the column, but no further */
 /* top and bottom padding create visual space within this div */
}
#sidebar1 h3, #sidebar1 p {

}

#footer p {

}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
#langChange {
	color: #990000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	position: absolute;
	right: 20px;
	top: 8px;
}

.iframe {

	background-color: #ffffff;
}

