
* { margin: 0; 
	padding: 0; }
html { height: 100%;  }

html, body, 
h1, h2, h3, h4, h5, h6, 
ol, ul, li, dl, dt, dd, 
form, fieldset, input, select, textarea, 
div, p, img, table, th, td, object, 
pre, blockquote, address { 
	margin: 0; 
	padding: 0;
	font-size: 100%; }
address, abbr { font-style: normal; }
body, a { color: #000; }
body { background-color: #fff;
	/*font-size: 62.5%;*/ }
 /*html>body { font-size: 10px; }*/
  body {font-size: 10px;}
<![if lte IE 7]><style type=text/css>
  body {font-size: x-small;}
</style><![endif]>
<![if lt IE 6]><style type=text/css>
  body {font-size: xx-small;}
</style><![endif]>

a { text-decoration: none; }
a:hover { text-decoration: underline; }
dt	{ font-weight: bold; }
ul { list-style: none; }
blockquote { margin-left: 1em; }
img { border: none;
	display: block; }
table { border: none; }

/* ----------------------------------- */

 *html>body { font-size: 19px; }

.clearer {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px; }

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; }
	
 .clearfix {display:inline-block;
 			width:100%;}
 /* Hide from IE Mac \*/
 .clearfix {display:block;}
 /* End hide from IE Mac */

body {
	background: #ffffff url(images/larbre1.gif) top left no-repeat;
	background-attachment: fixed;
	font-family: Georgia, Arial, "Helvetica", sans-serif;
	color: #4c4c4c; text-align: left; }

a { background: transparent; color: #fe5815; text-decoration: underline; }
a:visited { background: transparent; color: #fe5815; text-decoration: underline; }
a:hover { background: transparent; color: #fe5815; text-decoration: none; }

#content p a.external, #content h4 a.external {
	padding-right: 10px;
	background: transparent url(images/external-link.gif) top right no-repeat; }

.clear { clear:both; }

hr {width: 100%;
	height: 1px;
	margin-top: 10px;
    margin-bottom:5px;
	border: none;
	border-bottom: 1px dotted #FFD11E; }

p { margin: 0;
	padding: 0 3px .9em 6px;
	color: #4c4c4c;
	font-size: 1em; 
	line-height: 1.3em; }

p.strong {
	font-weight: bold;
	margin: 5px 0 1px 0;
	background-color: transparent;
	padding: 2px 0 2px 5px; }
	
p.error { 
	font-weight: bold;
	color: #ff0000; }	
	
.bold {
	/*float: right;
	padding-right: 160px;*/
	font-weight: bold; }	

h1 { margin: 0; padding: 0;
	font-size: 3.1em; color: #000000; }

h2 { margin: 0; padding: 0 0 10px 0;
	font-size: 1.8em; color: #fe5815;
	font-weight: normal; }

h3 { }
	
h4 { width: 444px; display: block;
	margin: 0 0 9px 0; padding: 2px 0 2px 6px;
	background-color: #FFD11E;
	color: #3a300a; font-weight: bold;
	font-size: 1em; text-transform: none; }
	
h5 { }
h6 { }

#right-column img { padding: 0; }

strong { color: #000; font-weight: normal; }

	
/* hidden
============================= */
.hidden {
	display: block;
    overflow: hidden;
    width: 0; height: 0; }	
		

/* wrapper
============================= */
div#wrapper {
	width: 770px;
	margin: 0; padding: 0 0 15px 0; 
	background: transparent; }

html { height: 100%; }
body { height: 100%; }

div#wrapper {
	position: relative;
	height: 90%;
	/*min-height: 100%;*/ }

/* container
============================= */
#container {
	width: 770px; height: 100%;
	margin: 0 auto 0 auto; padding: 0; 
	background: transparent;
	text-align: left; font-size: 110%; }


/* left-column
============================= */
#left-column {
	position:fixed !important;
	position: absolute; z-index: 99;
	top: 80px; left: 0;
	width: 323px; height: 100%;
	margin: 0; padding-left: 0px; 
}

/* right-column
============================= */
#right-column {
	position: absolute; z-index: 1;
	top: 10px; left: 300px;
	width: 470px;
	margin: 0px; padding: 0; 
	background: transparent; }
	
/* content
============================= */
#content {
	width: 450px; 
	margin: 0; margin-left:20px; padding: 0 10px 30px 10px;
     font-size: 1.2em;
	background: transparent;}

.textbox {
	width: 90%;
	height: 50px;
    font-size: 1.2em;
    padding:20px;
     }
   
  .intro {
    font-size: 1.2em;
    font-weight: normal;
    background: transparent;
    margin-top:15px;
    text-align:left;
     }

.center {
margin:auto;
}

