html, body, table, tr, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9da2c0;
}

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}

a, a:visited {
	color: #9da2c0;
	text-decoration: underline;
}

#background {
	width: 100%;
	text-align: center;	
	background: url(../images/bg.jpg) repeat-x;	
}

#background2 {
	width: 100%;
	text-align: center;	
	background: url(../images/bg2.jpg) repeat-x !important;	
}

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	width: 900px;
}

#header {
	width: 230px;
	height: 98px;
	float: left;
}

/* used for seasonal background
#language {
	margin: 10px 0 0 250px;
	padding: 0 0 0 125px;
	width: 670px;
	height: 58px;
	background: url(../images/snowflakes.jpg) no-repeat;
}
*/

#language {
	margin: 10px 0 0 300px;
	padding: 0 0 0 175px;
	width: 670px;
	height: 58px;
}

#navigation {
	width: 670px;
	height: 40px;
	text-align: right;
}

#left {
	float: left;
	padding: 45px 75px 25px 0px;
	width: 222px;
	text-align: left;
}

#main_content {
	text-align: left;
	padding: 40px 0px;
	width: inherit;
}

a.mainlevel:link, a.mainlevel:visited {
	font-size: 16px;
	line-height: 40px;
	padding: 0px 15px;
	color: #fff;
	text-decoration: none;
}

a.mainlevel:hover,
#active_menu {
	color: #ff0;
}

#main_container {
	width: 900px;
}

.contentheading,
.componentheading {
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #fff;
}

.moduletable_news {
	padding: 0px 10px;
}

.moduletable_news,
.moduletable_news p,
.moduletable_news ul li {
	font-size: 12px;
}

hr {
	width: 100%;
	height: 1px;
	border: none;
	border-bottom: 1px dotted #ccc;
}

#footer, #footer a:link, #footer a:visited {
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	padding-top: 15px;
}

#footer a:hover {
	text-decoration: underline;
}

/* standard formatting */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

legend {
  margin: 0;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 10px;
  text-align: left;
  padding: 10px;
}

.hasTip img {
	border: none;
}

.highlight {
	font-weight: bold;
}