html, body {
padding: .5in;
		height: 100%;
		margin-bottom: .25in;
		padding: 0;
		font-family: "Trebuchet MS", sans-serif;
		}
/*begin elements*/		
	h1, h2, h3, h4 {
		font-family: Georgia,"Times New Roman", serif;
		margin-bottom: .10em;
		margin-top: .10em;
	}	
	h1 {
		font-size: 1.45em;
		
		}
	h2 {
		font-size:1.3em;
		}
	h3 {
		font-size: 1.15em;
	}	
	h4 {
		font-size: 1em;
	}
	a {
	border: none;
	color: Black;
	font-size: .9em;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Levenim MT", sans-serif;
	line-height: 150%;
	text-decoration: underline;
	padding: 2px;
	font-stretch: wider;
	}
a:link {color: Black;
border: 1px none;
padding: 2px;
}
a:visited {color: #143183;}
/*begin classes*/
/* main content classes*/  
.title {
		color: black;
			font-weight: 800;
			border-bottom: thin double black;
			margin-top: .15em;
			margin-bottom: .05em;;
			padding-bottom: .05em;
			font-family: Georgia,"Times New Roman", serif;
		}
.content {
		background:#fff; 
		color: #454545;  		
		padding: 5px;
		margin-bottom: 10px;
		font-family: "Trebuchet MS", sans-serif;
		font-size: .8em;
		}

/*end classes*/
/* begin id's*/
/*page id's*/
#container {
    position: relative;
	 min-height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
	 margin: 0;
	 padding: 4px;
	 background-color: #f5f5f5;
}
	
html>body #container {
    height: auto;
	}
/* begin header area style id's*/		
	#header {
		background:#fff;
		height:60px;
		border: 2px groove #262626;
		height:59px;
		padding-right: 10px;
		}
		#header h1 {
		font-family: Georgia, "Trebuchet MS", serif;
		color: #000000;
		}
		#header p {
			display: none;		
		}		
	html>body #header {
		height:59px;
		}
/* begin nav bar style id's */		
	#navbar {
		background-color: white;
		color: #484848;
		border: 1px ridge black;
		padding: 3px;
		text-align: center;
		}
	#navbar a:link {
		padding: 2px;
	}	
/* begin- main content area style id's */	
	#main {
      background-color: white;
		color: #000000;
		text-align: justify;
	   border: none;
		
	}
	
/*begin sidebar area id's*/		
	#left {
	display: none;
		}	
	#right {
	display: none;
		}	
	