﻿html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font: .9em/1.4 Verdana, Tahoma, Helvetica, sans-serif;
	}
#top {
	width: 100%;
	background-color: blue;
	background-image: url(images/naimesrt.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	}

#topleft {
	float: left;
	height: 123px;	
	background-color: white;
	}	
#topleft img {
	border: 0
	}
	
#middle {
	width: 100%;
	min-height: 50%;
	clear: both;
	padding-top: 5px;
	}	
	
#middleleft {
	float: left;
	padding: 10px;
	margin-top: 10px;
	}	

#middlert {
	margin-top: 15px;
	padding: 0 10px 0 10px;
	float: left;
	border-top: 2px dotted gray;
	border-left: 2px dotted gray;
	clear: none;
	}
html>body #middlert {
	width: 75%;
	}
	
#middlert img {
	float: left;
	padding: 5px 20px 15px 0;
	border: 0;
	}

#middlert h3 p {	
	margin-top: -10px;
	display: inline;
	}

#bottom {
	padding: 5px 10px 5px 10px;
	height: 15px;
	clear: both;
	background-color: darkgray;
	color: black;
	font-size: 90%;
	}
	
#links {
	position: relative;
	top: -12px;
	background-color: white;
	width: 600px;
	text-align: center;
	padding: 0 5px 0 5px;
	}

#links a:link {text-decoration: none;  color: black;}
#links a:visited {text-decoration: none;  color: black;}
#links a:active {text-decoration: none;  color: black;}
#links a:hover {text-decoration: none; color: blue;}

	
.smallbox{
	float:left;
	text-align:left;
	padding-left:2px;
	display: block;
	width: 45%;
	margin:0 0 10px 5px;
		}
		
.alignrt {
	text-align: right; }
	
.alignctr {
	text-align: center; }
	
.warning {
	font: normal .9em Verdana, sans-serif;
	color: red;
	display: inline;
		}
		
table.ark {
	margin: 0 auto;
	font: .95em Verdana, Tahoma, Helvetica, sans-serif;
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #000;
	border-collapse: collapse;
	border-spacing: 0;
	}
	
table.ark td {
	background-color: #EEE;
	padding: 4px;
	text-align: left;
	border: 1px solid #000;
	}

table.ark td.top {
	background-color: #DDD;
	font-weight: 700;
	padding: 4px;
	text-align: center;
}
	
table.ark td.right {
	text-align: right;
	}

table.ark td.left {
	text-align: left;
	}

table.ark td.center {
	text-align: center;
	}
		
.agendaleftbox {
	float:left;
	text-align:left;
	padding-left:2px;
	width: 115px;
	margin: 5px;
	}
	
.agendarsbox {
	float:left;
	text-align:left;
	padding-left:2px;
	margin: 5px;
	}
	
.indent {
	text-indent: 10px;
	}
	
.spotlight {
	font-size: 1.3em;
	position: relative;
	top: 130px;
	right: 185px;
	color: #FFF;

	}