
/* Layout Stylesheet */ 
#imgright{
position:relative;
float: right;
padding: 10;
}

body{
 padding:0;
 margin: 0;
 background: #EEE0C5; 
color: #000000; 
 } 

img#logo{
	position:relative;
	left:0px; 
} 

#lh-col{
 position: absolute;
 top: 83px;
 left: 0px;
 width: 180px;
 /*border: 1px solid #333333; */
 background: #EEE0C5;
 color: #333333;
 margin: 0;
 padding: 0;
 height: 500px;  
 z-index: 1;
 }

#rh-col{
 position: absolute;
 top: 83px;
 right: 0px;
 width: 190px;
 /*border: 1px solid #333333;*/
 background: #EEE0C5;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 500px;
 z-index: 1;
 }

#hdr{
 height:83px;
 background:#EEE0C5;
 color:#333333;
 margin:0;
 padding:0;
 /* border: solid #333333; */
border-width: 1px 1px 0 1px;
 } 

#sgoogle {
position: absolute;
top: 7;
left: 695;
z-index: 2;
/*
border-bottom: solid 1px black;
border-top: solid 1px black;
border-right: solid 1px black;
border-left: solid 1px black; 
*/
}

#c-col{
 position: static;
 margin: 0 181px 20px 181px;
 /*
 border: 1px solid #333333;
 */
 background: #EEE0C5;
 color: #333333;
 padding: 20px;
 z-index: 3;
 }
 
 /* Added top Menu */
 ul#topmenu{
	padding: 0;
	margin: 0;
	background-color: #A48672;
	color: #ffffff;
	float: left;
	width: 100%;
}
ul#topmenu li { display: inline; }
ul#topmenu li a {
  padding: .25em 1em;
  background-color: #A48672;
  color: #ffffff;
  font-family: arial;
  font-size: 10pt;
  text-decoration: none;
  float: left;
  border-bottom: solid 1px #AD9F63;
  border-top: solid 1px #AD9F63;
  border-right: solid 1px #EEE0C5;
}
a:link, a:visited { color: #8A6C60; }
ul#topmenu li a:hover {
	color: red;
	background-color: #EEE0C5;
}
a:hover{
color: red;
}
/* Added side Menu */
 ul#nav {
	width: 120px;
	color: #ffffff;
}
ul#nav li {
  list-style: none;
  background-color: #A48672;
  border-top: solid 1px #EEE0C5;
  color: #ffffff;
  text-align: center;
  font-family: arial;
  font-size: 10pt;
 
}
ul#nav li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: .25em 1em;
  border-bottom: solid 1px #EEE0C5;
  border-right: solid 1px #EEE0C5;
}
ul#nav li a:hover {
	color: red;
	background-color: #EEE0C5;
}
/* Set p classes for text size, color, font-family, style, weight, align */
/* size */
p.xxxlarge{ font-size: 24pt;} 
p.xxlarge{ font-size: 20pt;} 
p.xlarge{ font-size: 18pt;} 
p.large{ font-size: 16pt;} 
p.medium{ font-size: 14pt;} 
p.small{ font-size: 12pt;} 
p.xsmall{ font-size: 10pt;} 
p.xxsmall{ font-size: 8pt;} 
/* color */
p.c-blue{ color: blue;}
p.c-red{ color: red;}
p.c-green{ color: green;}
p.c-white{ color: white;}
p.c-header{ color: #800000;}
/* font-style*/
p.s-italic {font-style: italic;}
p.s-normal {font-style: normal;}
p.s-oblique{font-style: oblique;}
/* font-family */
p.header{
font-family: algerian;
font-size:200%;
text-align: center;
}
p.ontop{
z-index: 1;
}
p.sansserif {font-family: sans-serif;}
p.times {font-family: times}
p.signature{font-family: signature}
p.arial{font-family: arial}
/* weight */
p.w-normal {font-weight: normal;}
p.w-bold {font-weight: bold;}
p.w-bolder {font-weight: 900;}
/* align */
p.a-center {text-align: center;}
p.a-left {text-align: left;}
p.a-right{text-align: right;}
/* decoration */
p.d-linethru {text-decoration: line-through;}
p.d-underline {text-decoration: underline;}
p.d-blink {text-decoration: blink;}
/* indent paragraph */
p.i-tab {text-indent: 1cm}
/* transform */
p.uppercase {text-transform: uppercase;}
p.lowercase {text-transform: lowercase;}
p.capitalize {text-transform: capitalize;}
/* all lines in para*/
p
{ 
line-height: 1.40;
}
/* highlight text using span class highlight light yellow*/
span.highlight
{
background-color: #FBEC5D;
}
/* float the first letter */
span.firstletter
{
float:lef;
width:1em;
font-size:175%;
font-family:algerian,courier;
line-height:80%;
color:#800000
}
/* use span inside p 
to change specific text replaces font,b,i,etc tags */
span.c-black{ color: black;}
span.c-blue{ color: blue;}
span.c-red{ color: red;}
span.c-green{ color: green;}
span.c-white{ color: white;}
span.c-header{ color: #800000;}
span.s-italic {font-style: italic;}
span.s-normal {font-style: normal;}
span.s-oblique{font-style: oblique;}
span.w-normal {font-weight: normal;}
span.w-bold {font-weight: bold;}
span.w-bolder {font-weight: 900;}
span.d-linethru {text-decoration: line-through;}
span.d-underline {text-decoration: underline;}
span.d-blink {text-decoration: blink;}
span.uppercase {text-transform: uppercase;}
span.lowercase {text-transform: lowercase;}
span.capitalize {text-transform: capitalize;}
span.sansserif {font-family: sans-serif;}
span.times {font-family: times}
span.algerian{font-family: algerian}
span.signature{font-family: signature}
span.arial{font-family: arial}
span.xxxlarge{ font-size: 24pt;} 
span.xxlarge{ font-size: 20pt;} 
span.xlarge{ font-size: 18pt;} 
span.large{ font-size: 16pt;} 
span.medium{ font-size: 14pt;} 
span.small{ font-size: 12pt;} 
span.xsmall{ font-size: 10pt;} 
span.xxsmall{ font-size: 8pt;} 
span.a-center {text-align: center;}
span.a-left {text-align: left;}
span.a-right{text-align: right;}
/* float an image */

img.f-right{
float:right;
}
img.f-left{
float:left;
}
img.f-center{
float:center;
}
div#f-center{
position: relative;
/*background-color: white;*/
float:center;
padding: 10px 5px 0px 200px;
}
div#f-right{
position: relative;
float:right;
padding: 5px 5px 5px 5px;
}
div#f-left{
position: relative;
float:left;
padding: 5px 5px 5px 5px;
}
/* list ordered and unordered */
ul.none {
list-style-type: none;
font-size: 12pt;
font-family: sansserif;
}
ul.decimal {list-style-type: decimal;}
ul.lower-alpha {list-style-type: lower-alpha;}
ul.upper-alpha {list-style-type: upper-alpha;}

div#ErrorBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background: #fff7d7;
	padding: 20px;
	border-width: thin;
	border-color: #FF0000;
	border-style: solid;
	width: 400px; 
	height:: 200px;
}
div#cookieError{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background: #fff7d7;
	padding: 20px;
	border-width: thin;
	border-color: #FF0000;
	border-style: solid;
	width: 400px; 
	height:: 200px;
}
div#message {
	position:relative;
	float:center;
	font-family: Helvetica;
	text-align: left;
	background: #fff7d7;
	padding: 2px;
	border-width: thin;
	border-color: #FF0000;
	border-style: solid;
	width: 600px; 
	height:: 200px;
}
div#mail {
	position:relative;
	float:center;
	text-align: left;
	background: #fff7d7;
	padding: 2px;
	border-width: thin;
	border-color: #FF0000;
	border-style: solid;
	width: 600px; 
	height:: 600px;
}