@charset "utf-8";
a:hover {
	font-size : 16px;
	font-family : arial;
	color : #c0c0c0;
	text-decoration : underline;
}
a:active, a:visited, a:link {
	font-size : 16px;
	font-family : arial;
	color : #3F0;
	text-decoration : none;
}
h2 {
	font-size : 20px;
	font-family : arial;
	color : #ffffff;
	text-decoration : none;
}
body {
	background-image: url(bg1.gif);
	background-repeat: repeat;
	padding: 0px;
	color:#FFF;
	margin-top: 0px;
	text-align:left;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	background-image: url(bgrepeat.gif);
	background-repeat: repeat-y;
}

#main {
	font-size : 14px;
	font-family : arial;
	width: 950px;
	text-align: left;
	padding: 0 25px 0 25px;
}

#footer {
	background-color: #ffffff;
	color: #000;
	padding: 10px;
	text-align: center;
	clear: both;
	font-size : 14px;
	font-family : arial;
}
.TabbedPanelsContent.TabbedPanelsContentVisible {
	padding: 10px;
}

img{
	border-style: none;
}

.left {
	text-align: left;
}


