@CHARSET "ISO-8859-1";

/*
 * Elements
 */
 
body {
	background: #ffffff;
	background-image: url('imgs/waves.png');
	background-repeat: no-repeat;
	color: #222222;
	text-align: justify;
	font-family: arial;
	font-size: 16px;
	margin:0px;
}
h1{
	text-align: center;
}
a{
	color: #f69908;
}

img{
	border: none;
}

p{
	margin-top: 0px;
	margin-bottom: 16px;
}

table{
	border-collapse: collapse;
}

td{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}


/*
 * Identifiers
 */

#logo{
	position: absolute;
	top: 60px;
	left: 50px;
	text-align: center;
}

#menu{
	position: absolute;
	top: 260px;
	left: 28px;
	width: 250px;
	text-align: left;
	font-size: 22px;
}
#menu a{
	text-decoration: none;
	width: 100%;
	overflow: visible;
	margin-bottom: 10px;
	float: left;
}

#menu a:hover{
	background: #f9bd5f;
	color: #244d75;
}

#splash{
	margin-top: 130px;
	margin-left: 200px;
	width: 400px;
	text-align: center;
}

#content{
	margin-top: 100px;
	margin-left: 278px;
	width: 560px;
	_height: 400px; /* IE Only */
	min-height: 400px;
	padding: 10px;
	border: 1px #f69908 solid;
}

#footer{
	margin-top: 20px;
	margin-left: 300px;
	color: #555555;
	font-size: 12px;
	text-align: center;
	width: 540px;
}

/*
 * classes
 */

.noUnderline{
	text-decoration: none;
}

.huge{
	font-size: 48px;
}

.big{
	font-size: 32px;
}

.medium{
	font-size: 23px;
}

.small{
	font-size: 15px;
}

.blue{
	color: #244d75;
}

.orange{
	color: #f69908;
}

.selected{
	border-bottom: 1px solid #f69908;
	color: #244d75;
	width: 100%;
	margin-bottom: 10px;
	float: left;
}

