/* CSS Document */

Body {
	background-color: #243d80;
	background-image: url('../images/layout.jpg');
	background-position:fixed;
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size:xx-small;
	color:#000000;
}

Div.navi{
	position:absolute;
	top: 45mm;
	left: 2mm;
}

Div.Title {
	position: absolute;
	top: 3mm;
	left: 3mm;
	font-family: "Times New Roman", Times, Serif;
	font-size: 5.5mm;
	color: #000000;
}

div.links {
	Position: absolute;
	pixelbottom: 0;
	height: 60mm;
	width: 50mm;
	top: 65mm;
	left: 0mm;
	overflow: auto;
	display: block;
	z-index: 1;
	font-family: "Times New Roman", Times, serif;
	font-size: small;

}

div.image1 {
	Position: absolute;
	pixelbottom: 0;
	top: 60mm;
	left: 180mm;
	overflow: auto;
	display: block;
	z-index: 1;
}
div.image2 {
	Position: absolute;
	pixelbottom: 0;
	top: 90mm;
	left: 180mm;
	overflow: auto;
	display: block;
	z-index: 1;
}
div.content{
	position: absolute;
	font-family: "Times New Roman", Times, serif;
	font-size: 4mm;
	top: 2mm;
	left: 5mm;
	width: 90mm;
	text-align: left;
}	

div.viewport {
	Position: absolute;
	pixelbottom: 0;
	height: 73mm;
	width: 115mm;
	top: 60mm;
	left: 55mm;
	border-top: .50mm solid #b3b3b3;
	border-bottom: .50mm solid #b3b3b3;
	border-left: 0mm solid #999999;
	border-right: 0mm solid #999999;
	overflow: auto;
	display: block;
	z-index: 1;
}

div.quicklinks {
	Position: absolute;
	pixelbottom: 0;
	background-color: #CCCCCC;
	height: 70mm;
	width: 50mm;
	top: 20mm;
	left: 165mm;
	overflow: auto;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5mm;
}
Div.Footer{
	position:absolute;
	top: 145mm;
	left: 5mm;
	width: 50mm;
	font-size: xx-small;
	font-weight: bold;
	text-align: center;
	}
Div.counter{
	position:absolute;
	top: 150mm;
	left: 190mm;
	font-size: xx-small;
	font-weight: bold;
	text-align: center;
	}


p.title{
	font-family:"Times New Roman", Times, serif;
	font-size: 5mm;
	color: #000099;
	font-style: shadow;
	font-weight: bold;
	text-align: center;
	}

p.h1{
	font-family:"Times New Roman", Times, serif;
	font-size: 4mm;
	font-weight: bold;
	text-align: left;
	color: #000000;
	}
	
li.quick {
	list-style-image: url('images/bullet.jpg');
}	
	
/* Menu Style */

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 10px;
margin: 0;
text-decoration: none;
border-right: 1px solid #343333;

}

.chromestyle ul li a:hover{
background: url(images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}