html,
div,
ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img,
input, table {
    margin: 0;
    padding: 0;
    border: 0;
}   
    
body {
  font-family:  Arial, sans-serif;
  text-align: left;
  color: #95375C;
  margin: 0;
  padding: 0;
  min-width: 1000px;
  /****background: #95375C;****/background: #FEE8DA;
}

img    { border: 0 solid; color: #95375C; }
a img  { border: none; }

a { color: #95375C; text-decoration: underline; outline: none; }
a:hover { text-decoration: none; }
.nodecor a, a.nodecor { text-decoration: none; }
.nodecor a:hover, a.nodecor:hover { text-decoration: underline; }
  
table {
   border-collapse: collapse;
   text-align: left;   
}
.easy { width: 100%; }
td { padding: 0; }
.text { font-size: 75% }
.text table { font-size: 100% }
.text input, .text select, .text textarea { font-size:100% }
  
.spaser { font-size: 1px; overflow: hidden; }

html { height:100%;  }
body {
  height:100%;
  min-height:100%;
}

#main {
	position: relative;
	height: 100%;
	min-height: 100%;
	background: url(/images/bg_left.gif) repeat-x bottom #fee8da; 
}
#right { background: #95375C; }

/* colum left */
#colLeft {
	background: url(/images/bg_colleft.jpg) no-repeat center 100%;
	vertical-align: top;
	padding: 0 0 220px 20px;
}
#colLeft .wrapper { width: 180px; }
#colLeft img { margin: 4px 0 10px 14px; }
#logo {	height: 147px; } 
#menuLeft { padding-right: 1px; }
#menuLeft span { font-weight: 600; }
/* /colum left */

/* menu */
#menu { padding: 0 3px 30px 3px; }
.menu {	background: #f8c9af; }
.menu table {
	width: 100%;
	background: #b2846c;
}
.menu .spacer { line-height: 1px; }	
.menu td { padding: 1px 1px 1px 0; }
.menu td.last {	padding: 1px 0 1px 0; }
.menu a {
	text-decoration: none; 
	outline: none;
}
.menu a,
.menu span {
	font-family: Verdana;
	font-weight: 600;
	font-size: 15px;
	height: 28px;
	line-height: 28px;
	display: block;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	background: #f8c9af;
}
.menu span,
.menu a:hover,
.menu a.s {
	background: #95375C;
	color: #fff; 
}
/* /menu */



/* colum right */
#colRight {
	background: url(/images/bg_colright.gif) repeat-y #fee8da;
	vertical-align: top;
}
#colRight .wrapper { width: 810px; }
#header { 
	background: url(/images/bg_header.jpg) no-repeat top left #95375C; 
	height: 138px;
}
#header img { margin-top: 4px; }
#content { padding: 0 30px 30px 30px; }
#h1 { 
	background: url(/images/bg_h1.jpg) no-repeat right top;
	width: 350px; 
	float: right;
	margin-left: 20px;  
}

#h1 .img {
	float: right; 
	background: url(/images/bg_h1img.gif) no-repeat 0 top;
}
#h1 .img img { 
	margin: 0 20px 50px 117px; 
}

h1, h3 { 
	margin-bottom: 5px;
	font-family: Times New Roman, serif;
	font-style: italic;
	font-weight: 600;
	font-size: 200%;
}
h2 {	
	font-size: 200%;
	margin-bottom: 20px;
}
h3 { margin-bottom: 20px; }
h4 {
	font-family: Verdana; 
	font-size: 90%;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
} 
p { margin-bottom: 20px; 
text-align: justify;}

ul { margin-bottom: 10px; }
li { margin-bottom: 10px; }

.panelImg {
	float: left;
	width: 170px;
	height: 200px;
	margin: 10px 10px 20px 0;
	overflow: hidden;
	text-align: center;
}
.panelImg div { height: 123px; }
.panelImg img { margin: 0 20px 5px 0; }
.panelImg a.imgLink { 
	text-transform: none;
	display: block;
	padding-right: 20px;
	background: url(/images/bg_h3.gif) no-repeat right top; 
	font-size: 90%;
	width: 140px;
}
/* /colum right */


/* footer */
#footer {
	background: url(/images/bg_colright.gif) repeat-y #fee8da;
	vertical-align: bottom;
	padding: 0 3px 0 3px;
}
.fDiv {
	float: right;
	display: inline;
	margin-right: 20px;	
	margin-left: 70px;	
	font-size: 10px;
	line-height: 20px;
}

#fBorder { border-bottom: 3px solid #b2846c;}
/* /footer */
#content ul, #content ol { margin-left: 20px !important; }








