* {
	margin: 0;
	padding: 0;
	}

body {
	background: #e2d692 url(/_img/bg_pg.gif) 0 0 repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3d4123;
	line-height: 20px;
	}
	
p, h1, h2, h3, h4, h5, ul, ol {
	margin: 20px 0 0 0;
	}	
	
ul, ol {
	margin-left: 40px;
	list-style: inside;
}
	
a:link, a:visited {
	color: #3d4123;
	text-decoration: underline;
	}
	
a:hover, a:active {
	}
	
h1, h2 {
	margin: 30px 0 -20px 0;
	}

#container {
	background: url(/_img/bg_container.gif) 0 0 repeat-y;
	margin: auto;
	width: 984px;
	border: 1px solid #e2d692;
	clear: none;
	position: relative;
	}
	
#header {
	height: 184px;
	background: #e2d692;
	}
	
#logo {
	float: left;
	clear: none;
	background: #3d4123;
	width: 200px;
	height: 184px;
	text-align: center;
	}
	
#logo img {
	margin-top: 7px;
	}
	
#flash {
	float: right;
	clear: none;
	background: #900;
	height: 184px;
	width: 780px;
	}
	
#bar {
	background: url(/_img/bg_bar.gif) repeat-x 0 0;
	height: 31px;
	color: #e2d692;
	text-align: right;
	padding-right: 10px;
	}
	
#bar p {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
.a1 {
	font-size: 12px;
	}
	
.a2 {
	font-size: 15px;
	}
	
.a3 {
	font-size: 18px;
	}
	
#bar a:link, #bar a:visited {
	color: #e2d692;
	text-decoration: underline;
	}
	
#bar a:hover, #bar a:active {
	color: #fff;
	}
	
span#print_page {
	background: url(/_img/icon_printer.gif) no-repeat 0 1px;
	padding: 0 0 0 20px;
	}
	
#leaves {
	background: url(/_img/leaves.jpg) no-repeat left top;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 215px;
	right: -101px;
	}
	
#body {
	background: #f3eecf url(/_img/bg_body.gif) repeat-x 0 0;
	}	

#side {
	width: 200px;
	float: left;
	color: #fff;
	background: #3d4123 url(/_img/bg_side.gif) 0 0 repeat-x;
	}
	
#side p {
	margin: 20px 0 0 0;
	}
	
#side_it {
	padding: 10px;
	}
	
ul#nav {
	font-size: 11px;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 0 15px;
	}

ul#nav li {
	margin: 15px 0;
	}
	
ul#nav a:link, ul#nav a:visited, #footer a:link, #footer a:visited {
	color: #f3eecf;
	text-decoration: none;
	}
	
ul#nav a:active, ul#nav a:hover, #footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #fff;
	}
	
#content {
	width: 784px;
	float: right;
	background: #f3eecf url(/_img/bg_body.gif) repeat-x 0 0;
	font-size: 1em;
	}
	
#it {
	padding: 20px;
	}
	
#footer {
	float: right;
	clear: none;
	width: 984px;
	background: #f3eecf;
	}
	
#footer_right {
	height: 100px;	
	background: url(/_img/bg_footer.gif) no-repeat center top;
	float: right;
	clear: none;
	width: 770px;
	font-size: 11px;
	text-align: center;
	color: #f3eecf;
	margin: 0 7px 20px 0;
	}
	
#footer_left {
	background: #3d4123;
	float: left;
	clear: none;
	height: 100px;
	width: 200px;
	margin: 0 0 20px 0;
	text-align: center;
	}
	
#footer_left img {
	margin-top: 15px;
	}
	
#btm {
	width: 100px;
	height: 100px;
	background: #ccc;
	position: relative;
	bottom: 0;
	left: 0;
	}
	
/* CLEARFIX */
	
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* MISC. ALIGNMENT */

*.left {
	float: left;
}

*.right {
	float: right;
}

*.center {
	text-align: center;
	margin: auto;
}

/* MISC */
	
ul.fp_list {
	width: 300px;
	float: right;
	margin: 20px auto;
}

ul.fp_list li.first {
	list-style-type: none;
}
	
.clear {
	clear: both;
}
	
.print_only {
	display: none;
	}
	
.quote {
	background: url(/_img/quotes.gif) no-repeat 0 0;
	width: 75%;
	margin: 20px auto;
	font-style: italic;
	font-weight: bold;
	padding: 10px 0 30px 10px;
}

.author {
	display: block;
	clear: both;
	float: right;
	font-weight: normal;
	margin: 0 60px 0 0;
}

.note {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
	letter-spacing: 2px;
}

.form {
	margin: 20px 0;
}

.fp {
	width: 400px;
	margin: 20px 0;
}

/* FORM */
label {	
  width: 180px;
  margin: 0 20px 0 0;
  float: left;
  display: inline;
}

label.error {
	float: none;
	color: #fff;
	clear: none;
	width: auto;
	background: #c00;
	border: 1px dotted #c00;
	margin: 0 0 0 10px;
}

input, textarea, select {
	border: 1px #aaa solid;
}

input {
	height: 20px;
	padding: 2px;
}

.example {
	color: #aaa;
}

select {
	height: 26px;
	padding: 2px;
}

fieldset {
	border: 1px #ccc solid;
	padding: 0 10px;
	margin: 20px 0;
}

legend {
	color: #666;
	font-size: 1.5em;
	padding: 0 10px 0 0;
	margin: 0 auto;
}

form p {
	margin: 10px 0;
}

input[type=radio] {
	position: relative;
	top: 7px;
	border: none;
}
	
/* IMAGES */

img {
	background: #fff;
	clear: none;
	}

img.right {
	float: right;
	margin: 5px 0 10px 20px;
	}
	
img.left {
	float: left;
	margin: 5px 10px 20px 0;
	}
	
img.no_clear {
	margin: 20px 0 0 0;
}
	
*.no_border {
	border: none;
	padding: 0;
	}

.caption_img {
	margin: 0 0 10px 10px;
}

p.caption {
	clear: both;
	margin: 0;
}
	
p.warning  {
	color: #900;
}
	

	
/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(/_img/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(/_img/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px;
	color:#333333;
}

.JT_loader{
	background-image: url(/_img/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}