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

H1 { 
	font-family: "Times New Roman", Times, serif;
	color: #000000; 
	font-size: 40px;
	line-height:40px;
} 
H2 { 
	font-family: "Times New Roman", Times, serif;
	color: #000000; 
	font-size: 30px;
	line-height:30px;
} 
H3 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	font-size: 20px;
	line-height:20px;
} 
H4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:18px;
}
H5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
a img {
	border:0;
}

a:link {
	text-decoration: none;
	color: #FF7635;
}
a:visited {
	text-decoration: none;
	color: #990099;
}
a:hover {
	text-decoration: none;
	color:#000000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #4b97d1;
}

iframe {
/*	width: 900px; */
}

.search iframe {
	display:none;
}

#search{
	display:none;
}

#picmenu {
line-height: 2;
text-align: center;
}

/*TABLES*/

.datatable {
	border: 1px solid #D6DDE6;
	border-collapse:collapse;
	width:80%;
}
.datatable td {
	border: 1px solid #D6DDE6;
	padding: 0.3em;
}
.datatable th {
	border: 1px solid #828282;
	background-color: #BCBCBC;
	font-weight:bold;
	text-align:left;
	padding-left: 0.3em;
}

/* LEFT MENU */

.side ul {
	display:none;
}

/*NAVIGATION TAB MENU*/

.tabs{
display:none;
}

/*LAYOUT*/

body{
margin:0;
padding:10px;
line-height: 1.5em;
}


#topsection{
background: #FFF;
height: 80px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
padding: 15px;
}

#leftcolumn{
display:none;
}

#rightcolumn{
display:none;
}

#footer{
clear: left;
width: 100%;
background: #fff;
color: #000;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #000000;
font-weight:bold;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}