/* basic elements */
	
	body {
		margin: 50px;
    	padding: 0;
		color: #666666;
		font-family: arial, sans-serif;
		font-size: 12px;
		text-align: left;
		background-color: white; //#55380c;
		background-repeat: repeat-y;
		background-position: center;
	}
	
	h1 {
		color: #bf2e1a;
		font-family: arial, sans-serif;
		font-size: 14px;
		font-weight: 800;
		margin: 0;
	}
	
	select {
		background-color: #bae0ca;
		width: 200px;
	}
	
	.input {
		background-color: #bae0ca;
	}
	
	.insidetextarea {
		background-color: #bae0ca;
		border-style: solid;
		border-width: 1px;
		border-color: #bf301a;
	}
	
	.outsidetextarea {
		border-style: solid;
		border-width: 1px;
		border-color: #bf301a;
	}
	
		
/* basic classes */	
	
	.p1 {
		font: 11px arial, sans-serif;
		margin-top: 4px;
		margin-left: 1px;
		color: #000000;
		padding: 0px;
		line-height: 20px;
	}
	
	.p1 a {  
	color: #ddb10c;
	text-decoration: underline;
	}
	
	.p1 a:hover {  
	color: #bf2e1a;
	text-decoration: underline;
	}
	
	
	
/* specific divs */	
	
	#container { 
	position: relative;
	margin: 0 auto;
	width: 655px;
	text-align: left;
	background-color: #ffffff;
	}
	
	#toparea { 
	z-index: 3;
	position: relative;
	width: 655px;
	height: 174px;
	background-color: #ffffff;
	}
	
	#logoarea { 
	position: relative;
	margin-left: 13px;
	width: 193px;
	height: 174px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	}
	
	#leftimg { 
	position: absolute;
	top: 0px;
	left: 2px;
	width: 10px;
	height: 174px;
	}
	
	
	#homecontent { 
	position: absolute;
	z-index: 69;
	text-align: left;
	background-position: center;
	top: 180px;
	left: 0px;
	width: 656px;
	}	

	#sidenav { 
	position: relative;
	z-index: 79;
	left: 530px;
	text-align: right;
	margin-left: 1px;
	margin-top: 5px;
	width: 112px;
	}
			
	#sidenavcontent a { 
	color: #333333;
	text-decoration: none;
	}
		
	#sidenavcontent a:hover { 
	color: #bf2e1a;
	text-decoration: none;
	}
	
	#footer {
    position: relative;
	z-index: 9;
	margin-top: 0px;
	width: 456px;
	left: 6px;
	}
	
	#copyright {
    position: absolute;
	z-index: 10;
	text-align: left;
	}

	.copyright {
	    font-size: 10px;
		color: #868686;
		font-family: arial, sans-serif;
		margin-left: 0px;
		}


