@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;/*#c86043 #b32317*/
	margin-top: 40px;
}

body, div, span, p, ul, li, td, input, select, textarea, button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #efcbb9;
}

ul { 
	margin-top:0px;
	margin-bottom:0px;
	margin-left:20px; 
	margin-right:0px; 
	list-style:square; 
}

a {
	text-decoration:none; 
	color:#cfe1f4;
}

a:active {
	text-decoration:underline;
	color: 6495ed;
	font-family: tahoma, arial, sans-serif;
}

a:hover {
	text-decoration:underline;
	color: 6495ed;
	font-family: tahoma, arial, sans-serif;
}

#scrollarea {
	position: relative; 
	height: 100%;
	width: 348px; 
	visibility: visible;
	padding: 5px;
	padding-left: 10px; 
	scrollbar-face-color: #cc3333; 
	scrollbar-highlight-color: #cc6633; 
	scrollbar-shadow-color: #cc6633; 
	scrollbar-3dlight-color: #cc3300; 
	scrollbar-arrow-color: #ffffff; 
	scrollbar-track-color: #ffcccc; 
	scrollbar-darkshadow-color: #cc3300; 
	overflow:auto;
	background-color:#B32317;
}

#content, #division, #contact {
	padding-left:20px;
	padding-right:10px;
}

#section {
	padding-top:5px;
	padding-bottom:5px;
}

#date {
	color:0000ff;
	font-weight:bold;
}

#head {
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	color:#ffffff;
}

#contenthead {
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	color:#ffffff;
}

#paragraph {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20px;
	line-height:18px;
}

#copyright {
	color: #efcbb9;
	font-size: 10px;
	padding-bottom:15px;
	padding-left:10px;
}

#contact {
	color:#ffffff;
}

#client { 
	padding-bottom:7px;
}