@import "header.css";
@import "nav.css";
@import "content.css";
@import "footer.css";


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

body {
	margin:0;
	padding:0;
	font-size:12px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;	
	background:#ddcda7 url(../cssimages/body-bg.gif) top center no-repeat;
	height:100%;
	color:#494738;
}

#top {
	width:960px;
	margin:auto;
	padding:0 4px;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	background:url(../cssimages/top-bg.png) top center repeat-y;
	position:relative;
	z-index:1;
}

a {color:#5b8b1d; text-decoration:underline;}
a:hover {text-decoration:none;}
img {border:0;}
p, form {margin:10px 0;}
ul, ol {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0;
	padding-left:20px;
	list-style-position:inside;
}
input, select {font-size:100%; font-family:Arial, Helvetica, sans-serif; color:#494738;}
textarea {font-size:100%; font-family:Arial, Helvetica, sans-serif; color:#494738;}

h1, h2, h3 {
	margin:10px 0;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
}

h3 {
	font-size:16px;
	font-weight:normal;
}

h4 {
	font-size:12px;
}

h5 {
	margin:0;
	font-size:100%;
}

h6 {
	font-style:italic;
}

blockquote {
	margin-left:40px;
}

legend {
	margin-left:20px;
	color:#0046d5;
}

.clear {
	clear:both;
}

.hide,
#index .hide {
	display:none;
}

.smaller {
    font-size:90%;
}

.selected_lang {font-weight:bold;}

.error,
.errors {
	color:#ff0000;
	font-weight:bold;
}

.success {
	color:#009900;
	font-weight:bold;
}

.red,
.required {
	color:#ff0000;
}

.silver {
	color:#919693;
}

.print a {
	color:#000;
}

.tcenter {
	text-align:center;
}

.tleft {
	text-align:left !important;
}

.tright {
	text-align:right !important;
}

span.email-img-label {
	height:17px;
	display:inline-block;
	vertical-align: top;
}
a.email-img-global {
	vertical-align:top;
	height:17px;
	display:inline-block;
}	
a.email-img-global img{
	margin-top: 3px;
}

