@charset "utf-8";
/***********************************************/
/* hubble.css                                  */
/* Peter Meszmer C2006                         */
/***********************************************/
@import "http://localhost/dejavu/sans/fonts.css";
@import "http://localhost/dejavu/serif/fonts.css";

@font-face {
    font-family: DeliciousRoman;
    src: url(http://www.font-face.com/fonts/delicious/Delicious-Roman.otf);
    font-weight:400;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #ffffff;
	/*background: #004b73;
	font-family: Georgia1, Georgia, serif;
	font-weight: bold;
	font-size:100%;
	color:#004b00;*/
	color:#000000;
	/*font: 'DejaVuSerifBook', Arial, sans-serif;*/
	/*font: 'DejaVuSansBook', Arial, sans-serif;*/
	font-family: 'DejaVuSansBook', Arial, sans-serif;
	/*font-family: DeliciousRoman, Helvetica, Arial, sans-serif;*/
	font-size:90%;
}

/******* hyperlink and anchor tag styles *******/

a:link {
	color: #424242;
	text-decoration: none;
}

a:visited {
	color: #424242;
	text-decoration: none;
}

a:hover {
	color: #424242;
	text-decoration: underline;
}

img {
	margin: 10px 10px 10px 10px; /*top right bottom left*/
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.shadow {
	border-top:       1px solid #A4A4A4;
	border-left:      1px solid #A4A4A4;
	border-right:     1px solid #A4A4A4;
	border-bottom:    1px solid #A4A4A4;

	border-radius:         5px;
	-khtml-border-radius:  5px;
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;

	box-shadow:         5px 5px 5px 5px #BDBDBD;
	-khtml-box-shadow:  5px 5px 5px 5px #BDBDBD;
	-moz-box-shadow:    5px 5px 5px 5px #BDBDBD;
	-webkit-box-shadow: 5px 5px 5px 5px #BDBDBD;
}

.rotated {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg); 
	writing-mode: tb-rl;
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width:100%;
	/*background: transparent url("backlogo.png") fixed bottom left no-repeat;*/
	background: #ffffff url("pic/backlogo.png") fixed bottom left no-repeat;
	/*z-index:4;*/
}

div#header {
	margin: 5px 0px 0px 5px; /*top right bottom left*/
	padding: 0px 0px 0px 0px;
	float:left;
/*	background: #E6E6E6;*/
	z-index:2;
	text-align: center;
}

div#content {
	background: transparent;
	margin: 0px 0px 0px 0px; /*top right bottom left*/
	padding: 150px 0px 40px 0px;
	width:100%;
	position:relative;
	z-index:0;
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}


div#footer {
	border-top: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	/*background: #00AA00;*/
	background: transparent;
	/*position:fixed;*/
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	/*font-size:75%;*/
	text-align: right;
	margin: 0px 0px 0px 0px; /*top right bottom left*/
	padding: 0px 0px 0px 0px;
	/*z-index:1;*/
}

div#ffooter {
	float:right;
	text-align: right;
	background: #E6E6E6;
	position:relative;
	margin: 15px 15px 15px 0px; /*top right bottom left*/
	padding: 0px 0px 0px 0px;
	z-index:3;
}

	div#ffooter p {
		margin: 10px 10px 10px 10px;/*top right bottom left*/
		padding: 0px 0px 0px 0px;
		font-size:70%;
   }

table.navList {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	background-color: transparent;
	/*border: 2px #d9c5c5 solid;*/
	border-collapse: collapse;
	border-spacing: 10px;
}

div#indent {
	margin: 5px 5px 5px 5px;/*top right bottom left*/
	clear: both;
}

div#right {
	/*text-align: right;*/
	/*clear: both;*/
	float: right;
}

