/* GENERAL STYLE */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	color: #FFFFFF;
	/* CHANGE BACKGROUND COLOR OF SITE */
	background-color: #3d3d3d;
	/* CHANGE BACKGROUND IMAGE OF SITE */
	background-image: url(img/backgroundB.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	/* text-align: center; */
}

td {
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 21px;
}

h3 { 
	font-size: 18px;
}

h4, h5, h6 { 
	font-size: 14px;
}

small {
	font-size: 10px;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

form {
	display: inline;
}

select {
	font-size: 10px;
}

input {
	font-size: 10px;
}

hr {
	noshade;
	color: #a1a1a1;
}

/* CLASSES */

.whitetext {
	/* ALTERNATTE TEXT EMPHASIS COLOR */
	color: #3d3d3d;
}

.textemph {
	/* ALTERNATTE TEXT EMPHASIS COLOR */
	color: #b7ac00;
}

.textfaint {
	/* COLOR FOR REDUCED EMPHASIS */
	color: #a1a1a1;
}

a.topmenulink {
	/* COLOR FOR TOP MENU LINKS */
	color: #3d3d3d;
}

td.whiteright {
	/* BORDER FOR TOP MENU LINKS */
	border-right: solid 1px #dbdbdb;
	padding-left: 16px;
	padding-right: 16px;
}

.colprimary {
	background-color: #595959;
}

.colsecondary {
	background-color: #b7ac00;
}

/* LAYOUT SPECIFIC CSS - DONT TOUCH UNLESS YOU KNOW WHAT YOU'RE DOING! */

#container {
	width: 900px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}

#container1 {
	width: 900px;
	height: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align:left;
}


#baskfave {
	height: 84px;
	text-align: right;
}

#logocurr {
	height: 70px;
}

#mainmenu {
	height: 40px;
	background-image: url(img/menubgB.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#welcome {
	height: 40px;
}

#contentcontainer {
	float: left;
}

#leftmenu {
	float: left;
	width: 175px;
	text-align: center;
}

#leftmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#leftmenu ul li {
	background-color: #525252;
	border-right: solid 5px #ffffff;
	height: 20px;
	width: 175px;
	margin-bottom: 2px;
	text-align: left;
}

#leftmenu ul li.sub {
	background-color: #797979;
	border-right: solid 5px #e3e3e3;
	height: 20px;
	width: 175px;
	margin-bottom: 2px;
	text-align: right;
}

#leftmenu ul li a {
	padding-left: 7px;
}

#spacer {
	float: left;
	width: 15px;
}

#content {
	float: left;
	width: 705px;
}

#bottspacer {
	clear: both;
	height: 30px;
	border-bottom: solid 1px #e2e2e2; 
}

#footer {
	clear: both;
	height: 40px;
	text-align: right;
	padding: 15px;
}

#txtSearch {
	width: 100px;
}