@charset "utf-8";
/***********************************************/
/* hubble.css                                  */
/* Peter Meszmer 2007                          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
/*	font-family: Arial,sans-serif;*/
	/*font-family: 80% verdana, tahoma, helvetica, arial, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
	color: #FFFF78;
	line-height: 1.166;
	margin: 0px;
	/*padding: 0px;*/
	background: #000000 url("pics/bg.gif") fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link{
	color: #FFFF3C;
	text-decoration: none;
}

a:visited{
	color: #FFFF3C;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
/*	font: bold 120% Arial,sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight: normal;
/*	margin: 0px;*/
/*	padding: 16px 0px 8px 0px;*/
	margin: 16px 0px 8px 0px;
	color: #ffffff;
}

h2{
 /*font: bold 114% Arial,sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:114%;
	font-weight: bold;
	color: #FFFF3C;
/*	margin: 0px;
	padding: 0px;*/
}

h3{
/* font: bold 100% Arial,sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:114%;
	font-weight: bold;
	color: #FFFF3C;
/*	margin: 0px;
	padding: 0px;*/
}

h4{
/* font: 100% Arial,sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: normal;
	color: #FFFF3C;
/*	margin: 0px;
	padding: 0px;*/
}

/*************** list tag styles ***************/

li{
/*	list-style-type: square;
	list-style-position:inside;*/
}

ul{
	list-style-type: disc;
/*	list-style-type: none;*/
	list-style-position:inside;
}

ul ul{
	list-style-type: square;
	padding-left:10px;
}

ul ul ul{
	list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagecell{
	position:absolute;
	top: 50px;
	left: 10px;
	right: 10px;
	width:95.0%;
	background-color: transparent;
}

#pageNav{
	float: left;
	width:178px;
/*	padding: 0px;*/
	border-right: 1px solid #EBEB00;
	border-bottom: 1px solid #EBEB00;
	/*font: 80% small Verdana,sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	background-color: transparent;
}

#content{
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 178px;
/*	margin: 0px 10px 0px 188px;*/
	border-left: 1px solid #EBEB00;
	background-color: transparent;
}

#emph{
	background-color: transparent;
	font-weight: bold;
}

#emphc{
	background-color: transparent;
	text-align: center;
	font-family: courier, 'Courier New', monospace;
	font-weight: bold;
}

#emphr{
	background-color: transparent;
	text-align: right;
	font-family: courier, 'Courier New', monospace;
	font-weight: bold;
}

#center{
	background-color: transparent;
	text-align: center;
}

#right{
	background-color: transparent;
	text-align: right;
}

#box{
/*	padding:5px;*/
	margin:5px;
	border:1px solid #EBEB00;
	background-color: #ebebb2;
	border-right: 2px solid #EBEB00;
	border-bottom: 2px solid #EBEB00;
	color: #000000;
}

/***********************************************/
/* Layout Divs for index.php                   */
/***********************************************/
#horizonBox
	{
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#contentBox
	{
	background-color: transparent;
	margin-left: -125px;
	position: absolute;
	top: -35px;
	left: 50%;
	width: 250px;
	height: 70px;
	visibility: visible;
	}

/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #EBEB00;
/*	font-size: small;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight: normal;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
/*	margin-top:10px;
	margin-bottom:10px;*/
        text-align: center;
	background-color: transparent;
}

/************ sectionLinks styles **************/

#sectionLinks{
/*	margin: 0px;
	padding: 0px;*/
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #EBEB00;
	border-bottom: 1px solid #EBEB00;
	background-image:  url("pics/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
/*	margin: 3px 0px 3px 10px;*/

	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #EBEB00;
	background-color: #D7D700;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	display: block;
/*	margin: 10px 0px 0px 0px;*/
	padding: 0px 0px 10px 0px;
	border-bottom: 0px solid #EBEB00;
	line-height: 1.2;

}

.relatedLinks h3{
	margin: 10px 0px 2px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: bold;
}

.relatedLinks a{
	display: block;
}


/********************* end :-) ******************/
