@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:#d2d1d0 url(images/body-inner-bg.jpg) top left repeat-x;
	color:#333;
	height:100%;
}

body#index {
	background:#d2d1d0 url(images/body-index-bg.jpg) top left repeat-x;
}

body.no_banner {
	background:#d2d1d0 url(images/body-inner-bg-small.jpg) top left repeat-x;
}

#top {
	width:961px;
	margin:auto;		
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	background:url(images/top-bg.gif) top right repeat-y;
	position:relative;
	z-index:1;
}

a {color:#55b9d8; 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:#000000;}
textarea {font-size:100%; font-family:Arial, Helvetica, sans-serif; color:#000000;}

h1, h2, h3 {
	margin:10px 0;
}

h1 {
	clear:both;
	/*
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	*/
	/*float:left;*/
	width:auto;
	display:table;
	background-color:#55b9d8;
	color:#fff;
	font-size:18px;
	font-weight:normal;
	padding:5px 10px 5px 20px;
	margin:10px 0 20px -20px;
}

/*h1:first-letter {
	color:#0d9bd4;
	font-size:30px;
}*/

h2 {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:18px;
	font-weight:normal;
}

/*h2:first-letter {
	color:#0d9bd4;
}*/

h3 {
	font-size:16px;
}

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;
}

.selected_lang {font-weight:bold;}

.error {
	color:#ff0000;
	font-weight:bold;
}

.success {
	color:#009900;
	font-weight:bold;
}

.red,
.required {
	color:#ff0000;
}

.print a {
	color:#000;
}

.tcenter {
	text-align:center;
}

.tleft {
	text-align:left !important;
}

.tright {
	text-align:right !important;
}

.silver {
	color:#666;
}


