html {
	margin: 0;
	padding: 0;
	border: 0;
	}
body.backpage {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-size:11px;
	background-color:#FFFFFF;
	background-image:url(images/backpage_back.gif);
	background-repeat:repeat-x;
	line-height: 14px;
	color: #3a3a3b;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-size:11px;
	background-color:#FFFFFF;
	background-image:url(images/homepage_back.gif);
	background-repeat:repeat-x;
	line-height: 14px;
	color: #3a3a3b;
}
#container { 
	width: 720px;
	margin: 0px auto 0 auto;
	padding-bottom: 0px;
    text-align: left;
	position: relative;
	
}
#title{
	float: left; /* since this element is floated, a width must be given */
	width: 492px; /* padding keeps the content of the div away from the edges */
	margin-top: 35px;
	border-bottom: 1px solid #CCCCCC;
	height: 25px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: both;
	}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EcEcEc; /* padding keeps the content of the div away from the edges */
	margin-top: 28px;
	border: 1px solid #CCCCCC;
	height: 400px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
#content{
	float: left; /* since this element is floated, a width must be given */
	width: 460px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: auto;
	text-align: justify;
	}
#content_long{
	float: left; /* since this element is floated, a width must be given */
	width: 690px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: auto;
	text-align: justify;
	}
#header {
	/*background: url("images/background.gif") repeat-x;*/
 	height: 77px;
	margin: 0px auto 0 auto;
	padding: 0px;
}
#mid_section {
	float: left;
	width: 720px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#logo {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 601;
}
#date {
	width: 240px;
	float: right;
	padding: 52px 10px 0px 4px;
	text-align:right;
	color: #B4BBBF;
}
.topbox {
width: 720px;
margin: 30px auto 0 auto;
height: 223px;
}
.topboxbackpages {
width: 720px;
margin: 30px auto 0 auto;
height: 130px;
}

#side-a {
	float: left;
	margin-top: 44px;
	width: 380px;
	padding-right: 0px;
	height:221px;
	margin-bottom: 10px;
}

#side-b {
	float: right;
	margin-top: 44px;
	width: 314px;
	background-image:url(images/right_image.gif);
	background-repeat:no-repeat;
	height: 221px;
	margin-bottom: 10px;
	margin-right: 0;
	margin-left: 0;
}
#content_backpage {
width: 708px;
margin: 20px auto 0 auto;
}
#content_backpage ul li {
list-style:square;
font-size:12px;
line-height:18px;
}
#footer {
	text-align:center;
	width:100%;
	height: 35px;
	line-height: 16px;
	float:left;
	margin-top:15px;
	color: #A7A7A7;
  }
#footer  a {
	color: #a7a7a7;
	text-decoration: none;
  }
#footer  a:visited {
	color: #a7a7a7;
	text-decoration: none;
}
#footer  a:hover {
  color: #E8B400;
  text-decoration: none;
  }
 .blue {
 color:#0376b5;
 }
 .boldgray{
font-size:12px;
font-weight:bold;
color: #404041;
}
.boldlink {
font-size:14px;
font-weight:bold;
color:#0376b5;

}
.title {
margin-top: 28px;
font-size:21px;
font-weight:normal;
color:#0073ab;
}
a:link {color: #0376b5}*/     /* unvisited link */
a:visited {color: #0376b5}  /* visited link */
a:hover {color: #404041}   /* mouse over link */
a:active {color: #0376b5}   /* selected link */

.bigtype {
	color: #3a3a3b;
	font-size:12px;
	text-decoration: none;
	line-height: 17px;
  }
  .smalltype {
	color: #404041;
	font-size:10px;
	text-decoration: none;
	color:#000000;
	line-height: 14px;
  }

#fade {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 501;
}
#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.popup_block {
	background: #ddd;
	padding: 10px 20px;
	border: 10px solid #fff;
	float: left;
	width: 480px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -250px;
	z-index: 502;
}
.popup_block .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #bbb;
}
.popup h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
	font-weight: normal;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
.popup img.cntrl {
	border: 0;
	position: absolute;
	right: -20px;
	top: -20px;
}
*html #fade {
	position: absolute;

	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	: document.body.scrollTop);
}
*html .popup_block {
	position: absolute;

	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));

	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft
	+ (document.body.clientWidth /2 )
	: document.body.scrollLeft
	+ (document.body.offsetWidth /2 ));
}
.formspace {
	padding-bottom: 3px;
}
