@import "base.css";
 
 
html, body{
height: 100%;
}

body{
	background:white;
	font-family: Tahoma, Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color:#333
}
h1{
	color:#026637;
	font-size: large
}
h2{
	color:#73a9e2;
	font-weight: normal;
	letter-spacing:2px
}

a{
	color:#6696c9
}
a:hover{
	text-decoration: none;
	color:#2c3873
}

hr{
	border:1px dotted #eee
}
label{
	display: block;
	width:7em;
	float: left;
	font-size:x-small
}
pre{
	font-family: Monaco, Courrier, "Courrier New", Monospace;
	font-size:1em;
	background:#f8faf7;
	border:1px solid #ddd;
	color:#444;
	padding:6px 10px;
	white-space:normal
}
pre:hover{
	border:1px solid #999;
	color:#000;
}
u{
	text-decoration:none;
	font-weight:bold;
	color:#026637
}
table{
	background:#f8faf7;
}

td, th{
	border:0;
	vertical-align:top;
	padding:4px;
}
tr{
	color:#666
}
tr:hover{
	color:black
}

/********************* OBJECTS *********************/

#wrap{
	min-width:630px;
	position: relative;
	min-height: 100%;
	background:url(img/bar_bg.gif) repeat-y left
}
* html #wrap{
height: 100%;
}

#header{
	background:#73a9e2;
	height:70px;
	position: relative;
	border-bottom:17px solid #026637
}
#logo{
	margin:0;
	position:absolute;
}
#menu{
	margin:0;
	max-width:1028px;
	position:relative;
}
#menu ul{
margin:0;
float:right;
padding:0;	
position:relative;
right:16px
}
#menu li{
	display: inline;
	list-style:none;
	margin:0;
	
}
#menu a{
	font-size: 1.4em;
	color: #fff;
	text-decoration: none;
	border-top:3px solid white;
	padding:43px 0 0 0;
	display: block;
	float: left;
	margin:0 10px;
	letter-spacing:0;
	-webkit-transition-property: all;
	-webkit-transition-duration: .05s;
}
#menu a:hover{
	padding:33px 0 2px 0;
	border-top-width:10px;
	border-bottom:1px solid white;
	color:#ffffa5;
	border-color:#ffffa5
}
#menu a:active{
	border-bottom:0;
	padding-top:38px
}
#bar{
	float: left;
	width:200px;
	background:#f9f9f9;
	border-top:4px solid #e4e4e4;
	padding:1em 8px;
	font-size: larger
}

#main{
	margin-left:216px;
	position: relative;
	border-top:4px solid #f0f0f0;
	padding:1.5em 26px 50px;
	font-size:small;
}
#main > *{
	max-width:760px;
}

#footer{
	font-size:xx-small;
	clear: both;
	text-align: right;
	padding:7px 30px;
	position: relative;
	margin-top: -40px;
	height:22px;
	background:white;
	border-top:3px solid #026637
}
#footer img{
	vertical-align:middle;
}

/********************* CLASSES *********************/

.author{
font-weight: bold
}
.newsdate{
	font-style: italic;
	margin:0;
	color:#aaa
}

/********************* PAGES *********************/




/* ----- PRINTABLE -----*/
@media print{
#nav, #footer {
    display:none;
}
}


