body {
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tabeltxt { 
	background-attachment: fixed;
 	background-image: url(/images/bg.jpg);
  	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-position: bottom right;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #817E83;
	font-weight: bold;
}
a:visited {
	color: #817E83;
	text-decoration: none;
}
a:hover {
	color: #E46B00;
	text-decoration: none;
}
a:active {
	color: #817E83;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
.menutd{
	border-bottom: solid 1px #174674;
	cursor:pointer;
}
.menutabel{
	border-top: solid 1px #174674;
	border-left: solid 1px #174674; 
	border-right: solid 1px #174674;   
}

.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	color: #828284;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #ee8239;
	font-weight: bold;
	margin-top: 4px;
}

.search-div {
	text-align:center;
	margin-top:50px;
}

#search-bar {
	width:100px;
	border:1px solid #828282;
	color:#CCCCCC;
}

.search-button {
	width:50px;
	border:1px solid #828282;
	background:#CCCCCC;
}


div#container {
	width: 780px;
	position: relative;
	margin: 0px auto;
	background-color: #FFFFFF;
	background: url("/images/content_bg.jpg") repeat-y;
}

div#header {
	height: 85px;
}

div#menu {
	height: 26px;
	background: url('/images/menu_bg.jpg');
	text-align: center;
	line-height: 26px;
}

div#left_image,
div#left_image img {
	width: 280px;
	height: 245px;
}

div#footer,
div#footer img {
	width: 780px;
	height: 29px;
}

div#content-wrapper {
	/* background: url("/images/bg_patern.jpg"); */
}

div#wrapper-left {
	width: 280px;
	background-color: #E6E6E6;
	vertical-align: top;
	float: left;
}

div#wrapper-right: {
	width: 515px;
}

div#wrapper-content {
	display: block;
	overflow: hidden;
	padding-top: 2px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
}
