﻿html {overflow:auto;}

body, form, div { background:transparent; margin:0; border:0; padding:0; }

body, div, p {
	font-family: Verdana, Helvetica, Arial, Serif;
	font-size:12pt;
}

body {
	width:100%;
	height:100%;
	overflow:hidden;
	background-color: rgb(0,40,104);
	background-image: url(../img/back_top.png); 
	background-repeat: repeat-x;
	color: rgb(240,240,240);
}

h1, h2, h3, h4 {
	margin:0;
	border:0;
	padding:0;
	font-family: Times New Roman, Roman, Serif;
}

h1 { font-size:26pt; }
h2 { font-size:18pt; }
h3 { font-size:16pt; }
h4 { font-size:14pt; }
h5 { font-size:10pt; }
h6 { font-size:9pt; }

a { color: rgb(240,240,240); }
a:link { color: rgb(240,240,100); }
a:visited { color: rgb(240,240,100); }
a:hover { color: rgb(200,220,255); }

ol { margin-top: 0; margin-bottom:0; }
ul { margin-top: 0; margin-bottom:0; }

/*****/
#outer_wrap {
	background-image: url(../img/back_corner.png);
	background-repeat: no-repeat;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	height:100%;
	width:100%;
}

#outer {}

#top_wrap {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100px;
}
#top {
	margin-left:375px;
	margin-top:17px;
	text-align:center;
}

#side_wrap {
	position:relative;
	top:150px;
	left:5px;
	width:180px;
	background-color:Transparent;
}

#inner_wrap {
	position:absolute;
	top:102px;
	left:192px;
	right:0;
	bottom:0;
	overflow:auto;
	background-color:rgb(61,93,139);
	border-top: solid 2px rgb(70,70,70);
	border-left: solid 2px rgb(40,40,40);
}
#inner {
	padding:0.75em;
}

/* Main Navigation Links */
.sidenav {
	position:relative;
	width:180px;
	height:30px;
	margin-bottom:7px;
	background-color:Transparent;
}

.sidenav a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	padding: 5px 0 0 0;
	text-align:center;
	display:block;
	text-decoration:none;
	background-color:Transparent;
	background-image:url(../img/leftnav_bg_off.png);
	background-repeat:no-repeat;
	font-weight:bold;
	color:rgb(172,185,244);
}

.sidenav a:hover {
	background-image:url(../img/leftnav_bg_over.png);
	color:rgb(240,240,255);
}

.sidenav a.on {
	background-image:url(../img/leftnav_bg_on.png);
	color:rgb(0,0,75);
}
.sidenav a.on:hover {
	background-image:url(../img/leftnav_bg_on.png);
}

/* Agenda */
table.agenda {
	margin:0; 
	border:solid 2px rgb(0,0,50); 
	background-color:rgb(0,0,50);
	border-collapse:separate;
	border-spacing:1px;
	padding:0; 
	width:95%;
	
}

table.agenda a { color:rgb(30,30,30); }
table.agenda a:link { color:rgb(50,50,200); }
table.agenda a:visited { color:rgb(50,50,200); }
table.agenda a:hover { color:rgb(120,120,120); }


table.agenda th { 
	text-align:center; 
	background-color:rgb(240,240,240);
	color:rgb(30,30,30);
}
table.agenda th.day {
	font-size:1.2em;
	font-weight:bold;
	padding:4px;
	background-color:rgb(230,220,160);
}
table.agenda th.desc {
	font-size:1.1em;
	font-weight:bold;
	padding:4px;
	color:rgb(20,20,100);
}

table.agenda td { 
	text-align:left; 
	vertical-align:top; 
	padding:5px; 
	background-color:rgb(240,240,240);
	color:rgb(30,30,30);
}
table.agenda td.start {}
table.agenda td.end {}
table.agenda td.desc {}


/* Partners page */
div.partner {
	margin-bottom:2.5em;
}
div.partner img {
	float:right;
	margin-left:1em;
	background-color:rgb(255,255,255);
}

br.clear { clear:both; }
