﻿body 
{
	text-align:center;
	background-color: #FFFFFF;
	font-family:  Calibri;
	font-size: 1em;
	height: 100%;
	font-family:Verdana;
    font-size:smaller;
}
	
.page
{
    border: solid 1px;
    background-image: url(./Images/back.png);
    background-repeat:repeat-y;  
    background-color: White;  
    height: 100%;
}

.logo
{
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: 20;
}

.clocks
{
	position: absolute;
	top: 25px;
	right: 50px;
	z-index: 20;
	text-align:right;
}

.menucolumn
{
	float: left;
    text-align: left;
    width: 20%;
    max-width:200px;
    border-right: solid 2px #9797A8;
}

.menu
{
	margin-top: 200px;
	background-image: url(./Images/backdark.png);
    background-repeat:repeat-y; 
    border-top: dashed 1px #9797A8;
    border-bottom: dashed 1px #9797A8; 
    padding-top: 15px;
    padding-bottom:15px;
}

.menu ul
{
	font-weight: bold;
	color: #4988B2;	
	font-family: Verdana;
}

.menu li
{
	padding: 5px 0px 5px 0px;	
}

.menu a
{
	font-weight: bold;
	color: #4988B2;	
	font-family: Verdana;
	text-decoration: none;
}

.menu a:hover
{
	font-weight: bold;
	color: #061A4C;	
	font-family: Verdana;
	text-decoration: none;
}

.contentcolumn
{
	margin-left: -2px;
	border-left: solid 2px #9797A8;
	text-align: center;
	float: left;
	margin-top: 150px;
	width: 79%;
	min-width: 100px;
}

.content
{
	text-align: left;
	margin: 0px 50px 50px 50px;
	padding: 20px 20px 20px 20px;
	background-image: url(./Images/backlight.png);
}

h2
{
	font-family: Verdana;
	color: #4988B2;
	font-size: x-large;
	font-weight:normal;
}

.smaller_text
{
    font-size: smaller;
}


.float-right
{
	float: right;
}

.float-left
{
	float: left;
}

.summary
{
    text-align: center;
    width: 80%;
}

.summary p
{
    background-color: #FFFFFF;
    padding: 5px 5px 5px 5px;
    text-align: left;
    border: 1px solid #000000;
}


.irmostable
{
	background-color: White;
	border-collapse:collapse;
	border: solid 1px Black;
}

.irmostable td
{
	border: dotted 1px Black;
	padding: 10px 10px 10px 10px;	
}

.irmostable thead
{
	background-color: #A7ADC0;
	border: dotted 1px Black;
	padding: 10px 10px 10px 10px;
	font-weight:bold;
}

div.float_img
{
	float: left;
}

div.wrapper
{
	min-width: 768px;
}

div.irmos_footer
{
	text-align: right;
	clear: both;
}

.irmos_logo_img
{
	height: 214px;
	width: 286px;
	border-width: 0px;
}

.irmos_footer_img
{
	height: 50px;
	border-width: 0px;
	padding: 5px;
}

.irmos_clock_img
{
	height: 13px;
	width: 20px;
	border-width: 0px;
}