/********************************************************
 * This is the Default style.css file.
 */

	body {
		font-family: Helvetica;
		font-size:80%;
	}
	html, body {
		margin: 0px;
		padding: 0px;

	}
	html, body, #contents {
		min-height:100%;
		width:100%;
		height:100%;
	}
	html>body, html>body #contents {
		height: auto;
	}

body, td, div {
	font-family: Helvetica;
}
#contents {
	position:absolute;
	left:0px;
	top:0px;
	padding:0px;
	margin:0px;
	background-color:#e4ebf6;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 0px;
	color:#666;
	background-color:white;
}/*
#footer {
    \width: 100%;
    w\idth: 70%;
}*/
	#main {
		padding: 0px;
		margin: 0px auto 21px auto;
		width:800px; 
		height: auto;
		background-color:#FFF;
		border-left:1px solid #D9D9D9;
		border-right:1px solid #D9D9D9;
		border-bottom:1px solid #D9D9D9;
	}
	
	.header {
		border-bottom: 2px solid #C0C0C0;
	}
	
	#title {
		font-size:200%;
		font-weight:bold;
		padding:6px 6px 0px 6px;
	}
	#title a {
		color:black;
	}
	#menu {
		padding-left:25px;
		padding-bottom:3px;
	}
	#menu a, #title a, h4 a {
		text-decoration:none;
	}
	#menu a:hover, h4 a:hover {
		text-decoration:underline;
	}
	h3 {
		background-color:#bdd3f6;
		padding: 3px 0px 3px 18px;
		margin: 3px 0px 7px 0px;
	}
	#body {
		padding: 6px;
	}
	.fullPanel {
		
	}
	.leftPanel {
		float:left;
		width:65%;
		border-right: 2px solid #FAFAFA;
	}
	.rightPanel {
		height:auto;
		float:right;
		width:28%;
	}
	.Pane {
		margin-right:2%;
		Width: 47%;
		margin-bottom: 15px
	}
	.WidePane {
		Width: 98%;
		margin-bottom: 15px
	}
	.Pane, .WidePane {
		float:left;
	}
	h4 {
		clear:both;
		background-color:#f0f4fa;
		padding: 3px 0px 3px 18px;
		color:#777;
		margin: 8px 0px 0px 0px;
	}
	.Pane h4, .WidePane h4 {
		background-color:transparent;
		color:black;
		padding: 0px;
		border-bottom:1px solid #C0C0C0;
		border-left:1px solid #C0C0C0;
		padding-left: 6px;
		margin: 8px 0px 4px 0px;
	}
	.pcontent {
		padding-left:20px;
		padding-right:20px;
		padding-bottom:0px;
	}
	.allcat a {
		text-decoration:none;
	}
	.allcat a:hover {
		text-decoration:underline;
	}
	.allcat .cat {
		margin-top:2px;
	}
	a {
		color:#5d4013;
	}
	a:hover {
		color:black;
	}
	a:visited {
		color:#392608;
	}
.Login { float:right; width:300px;}
.loginbox {
/*	background-color:#EEE; */
	width:100%;
}
.loginbox input[type='text'], .loginbox input[type='password'] {
	width:90%;
}
#UserID {  }
#UserLogin label {  }
#UserLogin input { display:inline; float:left; }
#UserLogin #Password {clear:both}
#LoginBtn {clear:both}
.footerStyle {
	text-align:center;
	border-top:1px solid #666
}

