html {padding: 0px; margin: 0px; width: 100%; height: 100%;}
body {font-family: Arial, Helvetica, sans-serif; font-size: 75%; background-image: url(../images/other/background.jpg); background-repeat: repeat-x; background-position: top; padding: 0px; margin: 0px; width: 100%; height: 100%; color: #333333;}
/**/
img {border-style: none;}
abbr {border-bottom: 1px dashed silver;}
h1 {font-size: 130%; font-weight: bold;}
h2 {font-weight: bold;}
.q:before {content: "Q: "; font-weight: bold;}
.q {font-weight: bold; font-size: 110%;}
.required {color: red;}
.center {text-align: center;}
ul li {list-style-image: url(../images/other/ball.gif);}

a {color: #999999; font-weight: bold; text-decoration: none;}
a:link {color: #000000; text-decoration: underline;}
a:hover {color: #333333; text-decoration: underline; text-decoration: underline;}
a:visited {}
/**/
#holder {position: relative; margin: auto; width: 795px; height: auto;}
#wai {position: relative; width: 100%; height: 1em; text-align: right; color: white; background-color: #C0C0C0;}
#wai a {color: white; text-decoration: none;}
#wai a:hover {text-decoration: underline;}
/*top begin /**/
#top_box {position: relative; width: 100%; height: 45px; background-color: #C0C0C0; border-left: 1px solid #999999; border-right: 1px solid #999999;}
#top_logo {position: absolute; width: 183px; height: 100%; top: 0px; left: 10px;}
#top_banner {position: absolute; width: 429px; height: 100%; top: 0px; right: 8px;}
/*top end /**/
#header {position: relative; width: 100%; height: 300px; border-left: 1px solid #999999; border-right: 1px solid #999999;}
/*content begin /**/
#content_box {position: relative; width: 100%; height: auto;
	margin-top: -1em;
	padding-top: 1em;
	padding-bottom: 1em;
	
	border-left: 1px solid #999999; border-right: 1px solid #999999;
	/*background: url(../images/other/main_bg.jpg) 50px bottom no-repeat;/**/
	background: url(../images/other/main_bg.jpg) -20px bottom no-repeat;/**/
}
#content_left {float: left; width: 150px; font-size: 12px;}
#content_right {float: right; width: 180px; margin-right: 10px; clear: right;}
#speed {float: right; width: 180px; margin-right: 10px; text-align: center;}
/*#rss_feed {position: relative; height: 32px;}
#rss_feed_left {position: absolute; left: 10px; top: 10px; width: 32px; height: 32px;}
#rss_feed_right {position: absolute; right: 0px; top: 10px; width: 130px; height: 32px; font-size: 120%;}
/**/
#content_middle {
	width: 430px !important;/*-*/
	width: 420px;
	top: 0px;
	margin: 0px 200px 0px 160px;

	min-height: 380px;/**/
	height: auto !important;
	height: 380px;
	text-align: justify;
}
#content_left ul li {list-style-type: none; list-style-image: none;}
#content_left ul li a:link {
	display: block;
	height: 20px;
	border-bottom: 1px dotted gray;
	background:  url(../images/other/ball.gif) no-repeat 6px 3px;
	margin-top: 4px;
	margin-left: -40px;
	text-indent: 22px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#content_left ul li a:hover {
	display: block;
	height: 20px;
	border-bottom: 1px dotted gray;
	background:  url(../images/other/ball_big.gif) no-repeat 3px 1px;
	margin-top: 4px;
	margin-left: -40px;
	text-indent: 22px;
	color: #333333;
	text-decoration: underline;
}
#content_left ul li a {
/*#content_left ul li a:visited {/**/
	display: block;
	height: 20px;
	border-bottom: 1px dotted gray;
	background: url(../images/other/ball.gif) no-repeat 6px 3px;
	margin-top: 4px;
	margin-left: -40px;
	text-indent: 22px;
	color: #999999;
	text-decoration: none;
}
/*content end /**/
#footer {position: relative; width: 100%; height: 80px; top: 0px; text-align: center; border-left: 1px solid #999999; border-right: 1px solid #999999; background-color: #C0C0C0;}
#bottom_text {position: relative; width: 100%; height: 16px; margin-top: -1em; text-align: center; font-size: 80%; color: #999999;}
span.required{color: #FF0000 !important;}



/*-----/**/
/* the overlayed element */
div#voverlay {
	
	/* growing background image */
	background-image:url(../images/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:640px;
	height:480px;
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:38px 21px 21px 21px;
}

/* default close button positioned on upper right corner */
div#voverlay div.close {
	background-image:url(../images/close.png);
	position:absolute;
	right:12px;
	top:7px;
	cursor:pointer;
	height:17px;
	width:17px;
}

div#vcontainer{
	left:0;
	top:0;
	width:100%;
	height:100%;	
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
/*-----/**/
#videogallery {
	width:100%;
	zoom:1;
}
#videogallery span{ display:block; }
#videogallery a{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	margin:3px;
	width:240px;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	opacity:0.87;
}
#videogallery a img{
	display:block;
	border:none;
	margin:0;
}
#videogallery a:hover{
	opacity:1;
}


@media print {
body {background-color: white; font: 75% Verdana, Arial, Helvetica, sans-serif; color: black; text-align: justify; background-image: none;}
img {border-style: none;}
abbr {border-bottom: 0px none silver;}
h1 {font-size: 130%;}
h2 {font-size: 100%;}
a {font-weight: bold; text-decoration: underline;}
.line, #wai, #top_box, #header, #content_left, #content_right, #footer, #bottom_text {display: none;}
#content_box {border-style: none; background-image: none;}
#holder {width: 100%;}
#content_middle {width: 90% !important; margin: 10px;}
}