@charset "UTF-8";
/* CSS Document */

/* MAIN */

* {
	margin:0;
	padding:0;
}
body {
	background:#b1ae90;
	font-family:Lucida, Arial, Helvetica, sans-serif;
	font-size:100%;
	background:#d1f0ff url(../../images/general/bg-l.jpg) repeat-x;
}
p {
	padding:5px;
}
h2 {
	font-size:110%;
	color:#333;
	padding-bottom:3px;
	padding-top:10px;
	padding-left:5px;
}
h3 {
	font-size:105%;
	color:#036;
	padding-bottom:3px;
	padding-top:10px;
	padding-left:5px;
}
img {
	border:0px;
}
a {
	color:#036;
	text-decoration:none;
}
a:hover {
	color:#990000;
	text-decoration:underline;
}
abbr, acronym {
	cursor:help;
}
/* LAYOUT */	
	
#container {
	position:relative;
	width:850px;
	left:10%;
	background:#fff url(../../images/general/bg.gif) repeat-y center;
	z-index:100;
	padding-bottom:0px;
	margin-bottom:0px;	
	border-bottom:#255473 solid 4px;

}
/* DIV HEADER  */	

#header{
	position:relative;
	width:850px;
/*	height:243px; */
	margin:0;
	padding:0;
	background:#bbb798;
	z-index:100;
	background:#fff url(../../images/general/bg.gif) repeat-y center;
}
#header img {
	padding:0;
	margin:0;
}
/* DIV MAIN  */

#main_content {
	padding-top:20px;
	margin-top:5px;
	margin-bottom:15px;
	margin-left:30px;
	margin-right:30px;
	font-size:90%;
	height:300px;	
}
/* hack for IE box */
html >body #main_content {
height:auto;
min-height:300px;
}

#main_content p, li {
	font-size:85%;
}
#main_content ul {
	margin-left:35px;
	margin-top:10px;
	padding-bottom:30px;
}
#main_content p {
	font-size:90%
}
#main_content ul li {
	list-style-image:url(../../images/general/dot.gif);
}
#main_content ul {
	margin-bottom:0px;
	padding-bottom:0px
}
/* DIV FOOTER */

#footer {
	display:block;
	border-top:#316f97 solid 1px;
	background:#fff url(../../images/general/bg.gif) repeat-y center;
	margin-left:10px;
	margin-right:10px;
	padding: 10px 0;
}
#footer p {
	color:#666;
	font-size:80%;
	margin-left:20px;
	margin-right:20px;
}
/* DIV CONTACT */

/* BASIC LAYOUT CLASS */

.contact{
    height: 232px;
    width: 750px;
   background: bbb798;
      border: 1px solid;
      padding: 5px;
      margin-top: 5px;
      margin-right: 5px;
      margin-bottom: 10px;
      margin-left: 10px;
}
.faketable{
   /* height: 600px; */
    width: 750px;
   background: bbb798;
      padding: 5px;
      margin-top: 5px;
      margin-right: 5px;
      margin-bottom: 10px;
      margin-left: 10px;
}
.float_right {
	float:right;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	margin-left:5px;
}
.float_right img {
	float:right;
border:solid #ccc 1px;
	margin:0px;
	padding:0px;
}
.float_left {
	float:left;
}
/* MISC STYLE CLASS */

.lou {
	font-weight:bold;
	font-size:125%;
}
.img_pad {
	padding:10px 10px;
}
.toplink {
	font-size:70%;
	color:#911;
	padding: 0 35px;
}

.paralist {padding-left:20px;padding-top:10px;line-height:.6em;}
#print_title {display:none;}
