@import "tipTip.css";


html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color: #ECECEC;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", san-serif;
	font-size: 13px;
	line-height: 18px;
	/*color:#333333;*/
}

h1 {
	font-family: georgia, serif;
	/*font-size: 56px;*/
	font-size: 66px;
	line-height: 85px;
	font-weight: normal;
	color: #3AAEFF;
	/*text-shadow: #aaaaaa -1px 1px 2px;*/
	text-shadow: #FFFFFF -1px -1px 0px;
	display: block;
}
#presentation {
	padding-top: 100px;
}
h2 {
	margin:10px 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13pt;
	color: #333333;
	line-height: 30px;
}


h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
	margin-left: 0;
}	

p {
	line-height:18px;
	margin:0 0 0px 0;
	clear: both;
}

div#container {
	position:relative; /* center, not in IE5 */
	width:600px;
	height:auto !important; /* real browsers */
	height:90%; /* IE6: treaded as min-height*/
	min-height:90%; /* real browsers */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*
a {
	font-family: helvetica, arial, serif;
}
*/
a:hover, a:active {
	color: #999999;
	text-decoration: none;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
.left, .right {
	width: 298px;
	height: 40px;
	display: block;
	font-size: 13px;
	background-repeat: repeat-x;	
}

.left a, .right a {
	position: relative;
	top: 10px;
	left: 10px;
}
.left {
	float: left;
	clear: both;
	margin-right: 4px;
	margin-bottom: 4px;
}
.right {
	float: left;
	margin-bottom: 4px;
}
#linktable {
	margin-top: 20px;
}
.clickable.hovered {
	cursor: pointer;
	background-repeat: repeat-x;
}

.col1 { background-color: #599fee; color: #425467; }
.col2 { background-color: #ba84cf; color: #483f4c; }
.col3 { background-color: #ed848d; color: #553d3f; }
.col4 { background-color: #e5853f; color: #513e31; }
.col5 { background-color: #cfcc8a; color: #59572b; }
.col1.hovered { background-color: #98c2f1; }
.col2.hovered { background-color: #d2b2df; }
.col3.hovered { background-color: #f1b2b7; }
.col4.hovered { background-color: #ecb288; }
.col5.hovered { background-color: #d6d5b8; }

/* Update headline css */

#reload-div {
	display: block;
	position: relative;
	top: -55px;
	left: -34px;
	height: 0;
}
#reload {
	display: block;
	width: 27px;
	height: 27px;
	background: url("../images/reload.png") no-repeat 0 0;
}
#reload:hover { 
	background-position: 0 -27px;
}
#reload span {
	display: none;
}

/* Typographic fixes for headlines */
.apostrophe {
	
}
