@charset "utf-8";
/* CSS Document */
body {
	background-color:#000000;
	background-image: url('../images/transback.png');
	background-repeat: repeat;
	text-align:center;
	font-size:11pt;
	line-height:125%;
	margin: 5em 0 0 0;
	vertical-align: middle;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

P{
	text-align:justify;
}
PRE{
	text-align:justify;
}

ul li{
	line-height:150%;
	font-size:inherit;
}
ol li {
	line-height:150%;
	margin-top:20px;
	font-size:inherit;
}

a { text-decoration:none; color:#FFFFFF;}
a:visited { text-decoration:none;}
a:link { text-decoration:none; }
a:hover { text-decoration:none;}
a:active { text-decoration:none; }

img
{  border-style: none;
}

img.headerimg {
	display: block;
	margin-left: auto;
	margin-right:auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

#content { width: 1000px; } 

#singlecolumn {
	background-color:inherit;
	width:auto;
	margin-top:0px;
	margin-left:100px;
	margin-right:100px;
}
div#outer {
	margin-top: 50px;
	margin-bottom: 50px;	
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: thin solid #000000; 
	background-image:url(../images/wood.png);
	background-repeat:repeat;
	background-position: 0 0;
	width: 1000px;
	text-align:inherit;
}

#header {
	background-color:inherit;	
	/*height:150px;*/
	padding-top: 30px;
	width:100%;
	margin-bottom:15px;
}

#headerlinks {
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		background-color:inherit;
		color: #DBD5D5;
		/*height:25px;*/
		text-align:center;
		font-size:11pt;
		word-spacing:4px;
		overflow:hidden;
		/*margin-top:10px;*/
}

#headerlinks a:hover { text-decoration:underline;}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	background-color:inherit;
	color:#666;
	text-align:center;
	width:inherit;
	height:60px;
	padding-top:20px;
	padding-bottom:20px;
	line-height:60px;
	vertical-align:middle;
}

.titlewhite {	
	font-family: "Arial Narrow","Helvetica Narrow",Tahoma,Arial,Helvetica,sans-serif;
	color:#DBD5D5;
	font-size:22px;

}
.titlebeige {
	font-family: "Arial Narrow","Helvetica Narrow",Tahoma,Arial,Helvetica,sans-serif;
	color:#bb9b75;
	font-size:22px;
	font-weight:bold;
	
}

.lightbluetext {
	color:#a9d4e7;
}

.lightblueitalictext {
	color:#a9d4e7;
	font-style:italic;
	/*text-align:inherit;*/
}

.beigetext {
	color:#bb9b75;
}

.whitetext {
	color:#FFFFFF;
}

hr {
	color: #ffffff;
	background-color: inherit;
	border: 1px dotted #ffffff;
	border-style: none none dotted; 
	margin: 0px 15px 0px 15px;
} 

.client {
	font-family:Arial, Helvetica, sans-serif;
	color:#a9d4e7;
}
