/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html{
	margin:0px;
	padding:0px;
	}
img{border: 0;}

body { 
	width:100%;
	font: 8pt/16pt tahoma,serif; 
	background: #eee; 
	margin: 0px; 
	padding:0px;
	color:#333;
	}
p { 
	font: 8pt/12pt tahoma,serif; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font-size:14pt;
	font-family: tahoma,serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #F4C088;
	}

a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #339;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #339;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #339;
	}


/* specific divs */
#container { 
	background:#fff; 
	width:650px;
	padding:0px;
	height:auto;
	margin:0px auto; 
	position:relative;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	}
#masthead { 
	margin-top:0px;
	}
#title{ 
	width:100%;
	text-align:right;
	background:#339;
	}
#title h1{ 
	background:transparent; 
	padding-top: 16px; 
	margin-top:0px;
	width:100%;
	text-align:left;
	font-size:48pt;
	height:auto !important;
	height:48px;
	color:#eee;
	}

#title h2 { 
	background: transparent; 
	text-align: left;
	padding-right:10px;
	margin:auto 0px auto auto !important;
	margin:0px;
	width:80%;
	border-bottom:none;
	height:auto !important;
	height:30px;
	color:#ddd;
	}


#content {
	padding-left:140px;
	margin:auto 10px 0px 10px;
	
	}
#content label{
	font: 12pt tahoma,serif;
	}

#footer { 
	clear:both;
	float:right;
	width:510px;
	text-align: center; 
	border-top:solid 2px #EEE;
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}
#footer a:hover {
	text-decoration:none;
	color:#E8800F;
}

	
#menu {
	background:#fff;
	width:100px;
	margin-left: 0px; 
	padding:0px 0px 0px 10px;
	position:absolute;
	top:0px!important;
	left:-10px;
	border-left:1px solid #ddd;
	}

#menu h3{ 
	color:#339;
	font-size:11px;
	}

#menu ul {
	margin: 0px;
	padding: 0px;
	}
#menu li {
	line-height: 2.0ex; 
	list-style-type: none;
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	}
#menu li a:link { 
	color: #AAA;
	}
#menu li a:visited {
	color: #999;
	}
/*search divs*/
#search {
width:100px;
font:8pt tahoma,serif;
padding-top:5px; 
line-height:9pt
}
.input{width:100px;font-size:8pt;border:1px solid #000 ;background:#eee;}

/*table divs*/
th{width:100px;font-family: Arial, Helvetica, sans-serif;}
td{width:100px;}
