@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color:#232020;
	font-family:Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;   
    line-height: 1.5em; /* equal to 18px */  
	color:#333333;
}
p, li {
	font-family:Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
table, td {
	font-size: 100%;
	font-family:Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
} 
.td_shw_left{
	background-image:url(images/bg_sdw_left.gif);
	background-repeat:repeat-y;
	width:15px;
	}
.td_shw_right{
	background-image:url(images/bg_sdw_right.gif);
	background-repeat:repeat-y;
	width:15px;
	}
/*- HEADER ---------------------------------------------------- HEADER ----*/
#header {
	margin: 10px 10px 0px 10px;
	text-align:center;
	height:150px;
}
/*- NAV    ---------------------------------text-align:center;------------------- NAV    ----*/
#nav{
	font-size: 14px;
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
	height: 40px;
	
}
#nav #text{
	padding:7px 30px;
}

#nav a{
	color:#FFCC00;
	text-decoration:none;
	margin-right:15px;
}
#nav a:hover, a:active{
	text-decoration:none;
	color:#ffffff;
}
/*- MAIN   ---------------------------------------------------- MAIN   ----*/
#main{
	padding:10px 30px 30px 30px;
	background-color:#FFFFFF;
}

#main a{
	color:#004c7f;
	text-decoration:none;
}
#main h1{
	margin-top:0px;
	font-size:2em;
	color: #4c617f;
}
#main p, td, li{
	font-size:1em;
}
#main h3{
	font-size:1.3em;
}

#main h4{
	font-size:1.2em;
}
#main a:hover, a:active{
	text-decoration:underline;
}
.fileSize{
	font-size:9px;
	color:#666666;
	}
/*- HR   ---------------------------------------------------- Hr  ----*/
hr {
	padding-top:5px;
	border-top: none;
	border-left:none;
	border-right:none;
	border-bottom:1px dashed #718FA9;
	margin: 15px 0px;
	
	}

.divTop{
	clear:both;
}
.toTop{
	float:right;
	margin-left: 10px;
	margin-top: 0px;
	font-size:0.95em;
}
/*- VIDEO   ---------------------------------------------------- VIDEO ----*/
#video{
	float:right;
	width: 398px;
	margin-left:30px;
	margin-top: 0px;
	margin-right:-10px;
	}
#video .content{
	margin:15px;

}
/*- PRINT UNITS    ---------------------------------------------------- PRINT UNITS ----*/
.printUnit td{
  background-repeat:no-repeat; 
  height:150px;
}
.printUnit td .info{
	padding: 4px 10px;
	margin-right:4px;
	margin-top:5px;
	color:#000;
	font-size:0.95em;
	line-height:1.15em;
}
.printUnit td .info .title{
	font-size:1.1em;
	line-height:1.1em;
	text-align:center;
}
/*- FOOTER    ---------------------------------------------------- FOOTER    ----*/
#footer{
	height: 120px;
	background-image:url(images/bg_footer.gif);
	background-repeat:no-repeat;
	
}
#footer .text {
	color:#FFFFFF;
	font-size:0.875em;
	text-align:center;
	padding-top: 3px;
	line-height: 1.2em;
}
#footer .text a{
	color:#CCCCCC;
	text-decoration:none;
}
#footer .text a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}