@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 1; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
	background-color: #666666;
	/* background-image: url(background.jpg); */
}
.twoColFixLtHdr #container {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-attachment: fixed;
} 
.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;
}
#header {
	float: left;
	height: 134px;
	width: 979px;
	background-color: #A6ABB1;
	/* eliminate the comment tags to activate the random background image script
	background-image: url(backgrounds/back_vienna.jpg);*/
    background: url(backgrounds/rotate.php);
}
#nav {
	float: left;
	width: 134px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#maincontent {
	float: left;
	width: 817px;
	background-color: #FBFBFB;
	padding-right: 14px;
	padding-left: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	list-style-position: outside;
	list-style-type: square;
	color: #006699;
	text-align: justify;
	padding-top: 0px;
	padding-bottom: 0px;
}
.heading {
	font-weight: bold;
	color: #114E9E;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

#footer {
	float: left;
	height: 25px;
	width: 979px;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}

a{
text-decoration:none;
}

a:link{
color:#0066CC;
}

a:visited{
color:#6A9CDD;
}

a:active{
color:#6A9CDD;
}

a:hover{
color:#dd3937;
}
.languageversion {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: right;
	font-weight: bold;
	line-height: 22px;
}
.twoColFixLtHdr table tr .languageversion a {
	color: #FFF;
}
.twoColFixLtHdr table tr .languageversion a:hover {
	color: #C1E0FF;
}

