BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#333133;
	/*background-image:url(images/background.gif);
	background-repeat:repeat-y;
	background-position:center;*/
}

body,td,th {
	font-family: "Times New Roman", Times, serif, Arial, Verdana, Helvetica, sans-serif;
	font-size:17px;
	line-height: 22px;
	color:#FFFFFF;
}
p {
	margin-top: 0px;
	margin-bottom: 8px;
}
h1 {
	font-size:20px;	font-family: "Times New Roman", Times, serif, Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;	color: #FFFFFF;
	padding: 0px; margin: 0px;
	margin-bottom: 4px;	letter-spacing: 0px;
}
h2 {
	font-size:12px; font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;	color: #4D4D4F;
	padding: 0px; margin: 0px;
	margin-bottom: 4px;	letter-spacing: 0px;
}
h3 {
	font-size:12px; font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold; color: #4D4D4F;
	padding: 0px; margin: 0px;
}
h4 {
	font-size:12px; font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #4D4D4F;
	padding: 0px; margin: 0px;
}

#container {
	position:relative;
	width: 800px;
	margin: 0px auto 0px auto;
}

#background { 
	position:absolute;
	/*background-color: #000000;*/
	height: 538px; left: -240px;
	background-image:   /*url("images/design/banner_image_home.jpg");*/ background-repeat:no-repeat; background-position:center top; width:1280px; /* width:1280px; /*height:672px;*/
	margin: 0px auto 0px auto;
}

#header {
	position:absolute;
	top:0px;
	z-index:2;
	margin: 0px auto 0px auto;
	left: 0px;
}
#header table {
	/*width:950px;*/
}
#header td {
	font-size:10px;
	color:#cbcbcb;
}
#header td a:link { color: #9d9d9d !important; text-decoration: none; font-style:normal; }
#header td a:visited { color: #9d9d9d !important; text-decoration: none; font-style:normal; }
#header td a:hover { color: #9d9d9d !important; text-decoration: none; font-style:normal; }
#header td a:active { color: #9d9d9d !important; text-decoration: none; font-style:normal; }


#main_panel_margin { position:relative; left:0px; /*left:240px; */width:800px; height:581px; z-index:0; }
#main_panel {
	color: #FFFFFF; position:relative; top:0px; left:0px; min-height:428px; width:720px; padding: 0px 40px 0px 40px; margin:0px;  z-index:1; 
	background-image:url(images/design/background_content_middle.jpg); background-repeat:no-repeat; background-position: center bottom;
}
#main_panel a:link { color: #FFFFFF !important; text-decoration: none; }
#main_panel a:visited { color: #FFFFFF !important; text-decoration: none; }
#main_panel a:hover { color: #FFFFFF !important; text-decoration: underline; }
#main_panel a:active { color: #FFFFFF !important; text-decoration: underline; }
#main_panel_back { 
	position:relative; top:124px; left:248px; width:820px; margin 0px; padding 0px; 
	background-image:url(images/design/background_content_back.png); background-repeat:repeat-y; background-position: left; 
}
#main_panel_bottom { 
	position:relative; top:124px; left:248px; width:820px; height:20px; margin 0px; padding 0px; 
	background-image:url(images/design/background_content_bottom.png); background-repeat:no-repeat; background-position: center; 
}

#image_panel { position:absolute; top:300px; left:428px; height:280px; width:638px; padding: 0px 0px 0px 0px; z-index:20; }


/* scrolling css - beginning */
#scrollcontainer {
    position: absolute;
	top:0px; left:0px; width: 316px; height: 460px;
	padding:0px; margin: 0px;
	overflow: hidden; 
	visibility: visible;
	clip: rect(0px, 316px, 460px, 0px);
	z-index:11;
}
#scroll {
	/*font-family: Arial,sans-serif; font-size: 10px; text-align: left; /*line-height: 18px;*/
	position: absolute;
	top: 0px; left: 0px; width: 316px; 
	visibility: visible;
	z-index:11;
}
#scrollbuttons {
    position: absolute;
    top: 668px;
    left: 388px;
	z-index:30;
}
/* scrolling css - end */

#footer {
	position:relative;	/*top:772px;*/	/*left:20px;*/	height: 26px; width: 1066px;
	margin: 0px; padding: 10px 30px 0px 30px; font-size:8px; letter-spacing:3px; color:#636363;
}

#title { position:absolute;	top:0; left:0; }
#title a { display:block; width:135px; height:112px; }
#title span { display:none; }

.underline { text-decoration:underline; }
img.bordered { border: 2px #888888 solid;}
img.bordered-thin { border: 1px #888888 solid;}
.form_input { 
	font-size: 12px; color: #FFFFFF; background-color: #90989D; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:150px; height 12px; margin: 1px 0px 1px 0px;
}
.error_font {
	color: #FF0000;
}
.gold_font {
	color: #80834B;
}
.small_font {
	font-size: 10px;
}
.rows_separation {
	margin-bottom: 4px;
	border-bottom: 1px solid #B8BA8B;
	padding-bottom: 4px;
}
