/* Common Cascading style sheet */
body, div, p, h1, h2, td, th {background-color:transparent; color:black; font-family: Verdana, Helvetica, Arial, sans-serif;}
body {margin:0; padding:0; overflow:auto; background-color:#31659C}
fieldset {margin-top:0px; margin-bottom:10px; padding: 0px 10px 10px 10px;}
h1 {color:#000000; background-color:transparent; font-weight:bold; font-size:140%; margin-top:0px; margin-bottom:5px;}
h2 {color:#000000; background-color:transparent; font-weight:bold; font-size:120%; margin-top:10px; margin-bottom:5px;}
h3 {color:#000000; background-color:transparent; font-weight:bold; font-size:100%; margin-top:10px; margin-bottom:5px;}
table {border-collapse:collapse;}
td {font-size:80%; }
th {font-size:80%; text-align:left;}
input, textarea {background-color:white; color:black; font-family: Verdana, Helvetica, Arial, sans-serif; font-style:normal; font-weight:normal;}

/* ################################################ */
/* MENU 	 */
/* ################################################ */
#MenuArea {
	position:absolute; top:108px; left:10px; width:140px;
	padding: 1px;
}
#MenuArea a {text-decoration:none; color: rgb(0,72,97);	
	font-weight: bold;
	font-size:80%;
}
#MenuArea ul {margin:0px; padding:0px;}
#MenuArea li {list-style-type:none; margin:0px; padding:2px 5px 2px 10px;}
#MenuArea li strong a:link { text-decoration:underline; }
#MenuArea li strong a:visited { text-decoration:underline; }
#MenuArea li strong a:hover { text-decoration:underline;  }
#MenuArea li a:link { text-decoration : none; }
#MenuArea li a:visited {  text-decoration : none; }
#MenuArea li a:hover { text-decoration:underline; background-color:transparent;}
.boxheader {
	width: 100%;
	padding: 1px 4px 1px 4px;
	margin-bottom: 2px;
	font-weight: bold;
}
/* ################################################ */
#Container { width:100%; margin-left:0px; margin-right:0px; margin-top: 0px;
}
/* logo */
#extraDiv1 {position:absolute; top:20px; left:30px; width:196px; height:52px; z-index:15; 
	/*background-image:url("logo.gif");*/
}
#header {
	 height: 90px;
	/* background-image:url("background.gif"); background-repeat: no-repeat; background-position: right; */
	background-color:rgb(51,103,153);
	cursor: pointer;
}
#ControlsArea {display:none;}
#TopMenuArea {
height:30px; 
background-color:rgb( 1,0,102 ); 
padding-right: 6px; padding-left: 6px; padding-top: 4px;
vertical-align : middle;
color: black; 
border-top: solid 1px white;
border-bottom: solid 1px white;
}
#TopMenuArea span {padding-right:0px;margin-left:0px;
background-image: url("menu.gif"); background-repeat:no-repeat; background-position: right;
}
#TopMenuArea A:visited, #TopMenuArea A:hover, #TopMenuArea A:link { 
	color:white; background-color: transparent; font-size:80%; text-decoration : none; font-weight : bold; 
	margin-right:20px;
}
#TopMenuArea .MenuActive A:visited, #TopMenuArea .MenuActive A:hover, #TopMenuArea .MenuActive A:link { 
	color:rgb(1,0,102); background-color: white; font-size:80%;text-decoration : none; font-weight : bold; 
	margin-right:20px;
}


#ContentArea {
	background-color:rgb(229,229,229);
	padding: 6px 6px 6px 160px;
	font-size: 80%;
}
#content { 
	border-left: dotted 1px #aaaaaa;	
	padding-left: 10px;
	padding-right: 30px;
}
#content td { padding-top: 5px; padding-bottom: 15px; padding-right: 15px; }
#content img { border: 0px none;}
.rightpane {
	border-left: dotted 1px #aaaaaa;	
	padding-left: 10px;
	width:200px;
}
/* News box */
.rightpane div {
	border: 1px solid #CEEBEF;
	padding: 1px;
}
.rightpane div div {
	margin: 0px 3px 3px 3px;
	border: 0px none;
	font-weight: bold
}
.rightpane a {
	width:100%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: rgb(0,72,97);
	text-decoration: none;
}
.rightpane a:hover { text-decoration: underline; }
hr {
	width:90%; height:1px;
	color: silver;
	
}
#view a {
	width:100%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: rgb(0,72,97);
	text-decoration: none;
}
#view a:hover { text-decoration: underline; }
#footer {
	font-size:70%;
	color: white;
	border-top: 1px solid white;	border-bottom: 1px solid white;
	text-align:center;
	vertical-align: middle;
	background-color:rgb( 1,0,102 );
	width: 100%; height:30px;
}
#footer p, #footer a, #footer a:link, #footer a:hover, #footer a:visited {
	color:white; vertical-align: middle; margin-top:8px; background-color: transparent;}
/* ################################################ */
/* This section should be hidden from MSIE 4 and prior versions */
@page {border:0cm; margin:1cm; padding:0cm; size:auto;}
@media print {
BODY, DIV, P, TD, TH {font-family: Times New Roman, serif; font-size:11pt; background-color:white; color:black;}
#MenuArea {visibility:hidden; display:none; border:0px none;}
#ControlsArea {visibility:hidden; display:none; border:0px none;}
#extraDiv1 {visibility:hidden; display:none; border:0px none;}
#header {visibility:hidden; display:none; border:0px none;}
#footer {visibility:hidden; display:none; border:0px none;}
#TopMenuArea {visibility:hidden; display:none; border:0px none;}
#ContentArea {background-color:white; color: black; margin: 0px; padding: 0px; top:0px; left:0px; border:0px none;}
#topLink {visibility:hidden; display: none;}
}
