﻿body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}
a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}
a:hover, a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}
table#holder {
	margin-top: 20px;
}

div#content {
	background: #fff;
	width: 780px;
}
div#content div#navigation {
	background-image: url(images/MENUBAR_BG.jpg);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}
div#content img#topbar {
	margin:0;
	padding: 0;
	width: 780px;
	height: 92px;
	background-color: blue;
}

div#content div#text {
	width: 450px;
	margin: 20px 360px auto 100px;
	text-align: left;
}

div#content div#text h2 {
	color: #dadc56;
	font-weight: normal;
	font-size: 18px;
}

td {
	color: #c1c1c1;
}

div#content div#text p.explain {
	color: #c1c1c1;
	font-size: 12px;
}

div#content img#bottombar {
	background: #fff url("images/bottombar.png") bottom center no-repeat;
	width: 960px;
	height: 10px;
	background-color: #1c1c1c;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 0;
}

div#copy {
	font-size: 9px;
	color: #999999;
	text-align: center;
	height: 17px;
	padding-top: 8px;
	background-color: #FFFFFF;
	margin-top: 20px;
	/*color: #414141;
	padding: 15px;
	font-size: 12px;*/
}
div#copy #flags {
	margin-bottom: -3px;
}

table#filetable {
	width: 575px;
}

table#filetable th {
	background-color: #DFB62A;
	color: #824202;
	padding: 6px 0 8px 6px;
	text-align: left;
}

table#filetable td {
	color: #666;
	padding: 2px 6px;
}
table#filetable td a:link {
	color: #666;
}

table#filetable td a:hover, a:active {
	color: #333;
}
table#filetable td a:visited {
	color: #666;
}

table#filetable td.link1 {
	background-color: #ffedba;
}

table#filetable td.link2 {
	background-color: #ddca98;
}
/* --------------------------–––––-------- Customer Feedback css --- */
#Form {
	background-color: #ffedba;
	width: 575px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	color: #333;
}
#Form #FormTitle {
	width: 575px;
	text-align:center;
	background-color:#DFB62A;
	height: 40px;
	padding-top: 15px;
	margin-bottom: 5px;
}
#Form #FormTitle h3 {
	margin:0;
	padding: 0;
	color: #824202;
}
#Form table {
	margin-bottom: 5px;
	margin-left: 5px;
}
#Form table td {
	color: #333;
}