@charset "UTF-8";
/* CSS Document */

a { color: #3b7297; border: none; }

td {}

p {} 

h1 {
    margin:10px 10px 0px 0px;
    font-size: 14pt;
    color: #3b7297; 
}

h2 {font-size: 13pt; color: #3b7297; }

h3 {font-size: 12pt; color: #3b7297; }

h4 {font-size:10pt; color: #3b7297; }

img { border: none; }

code, pre { color: #333; font: monospace; }

ul.noIndent {
    margin-left: 1em;
    padding-left: .5em;
}

ul.decimal {
	list-style-type: decimal;
}

/*div > p:first-of-type::first-letter { font-size: 200%; }*/

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
    margin: 0px; 
    padding: 0px;
	font-size: 12px; 
	color: #3b7297; 
	background: White url(../img/bck_shadow.jpg) repeat-x center top;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
}

#container {
    width: 977px;
	margin: 0px auto;
}

#header {
	
    width: 977px;
	height: 110px;
	background: url('../img/surgins_header.gif') 0 10px no-repeat; 
	z-index: 65;
}

#header #langBar {
	position: relative;
	display: block;
	float: right;
	top: 17px;
	right: 20px;
}
#header #langBar a { text-decoration: none; }
#header #langBar a:hover { text-decoration: underline; }

#header #moto {
/*	font-family: "Times New Roman", Times, serif;*/
	clear: both;
	display: block;
	font-size: 13px;
	position: relative;
	text-align: right;
	width: 934px;
	top: 65px;
	left: 20px;
	color: #3b7297;
}

#pageContainer {
	width: 975px;
	height: auto;
	background: White;
	border-left: 1px solid #bbb;
	border-right: 1px solid #c2c5c7;
}

#page {
	width: 974px;
	height:: 100%;
	border-right: 1px solid #eaebee; 
}


#content {
	padding: 10px;
	min-height: 666px;
}

.left { float: left; }
.right { float: right; }

#footer { 
	background: url('../img/footer_bar.gif') no-repeat;
	width: 977px;
	height: 28px;
}

#footer td { 
	padding: 6px 15px 6px 15px;
	font-size: 10px;
}

.highlight {
	color: #ff7c00;

