body {
	background-color: #EBEBEB;
	background-image: url(../images/back.png);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 10pt;
	color: #A1A1A1;
}

#global {
	top: 0px;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
}

#site {
	position: relative;
	height: auto;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 1000px;
	height: 83px;
	background: url(../images/header.png);
}

#header img{
	margin-left: 15px;
	margin-top: 5px;
}

#scene {
	width: 1000px;
	height: 144px;
	font-weight: bold;
	/*background: #005fe9;*/
}

#scene table{
	width: 960px;
	margin-left: auto;
}

#page {
	
}

#page_top {
	width: 1000px;
	height: 52px;
	background: url(../images/page_top.png);
}

#barnav {
	padding-left: 10px;
	padding-top: 4px;
	width: 974px;
	height: 44px;
	margin-left: 8px;
	margin-top: 8px;
	float: left;
	background: url(../images/barnav.png);
	background-repeat: repeat-x;
}

#barnav ul {
	margin: 0px;
	padding: 0px;
}

#barnav ul li {
	list-style: none;
}

#barnav li a {
	display: block;
	float: left;
	padding-top: 10px;
	height: 36px;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #A1A1A1;
}

#page_back {
	width: 984px;
	height: auto;
	background: url(../images/page_back.png);
	background-repeat: repeat-y;
	padding-left: 8px;
	padding-right: 8px;
}

#page_content {
	padding: 0px;
	padding-top: 15px;
}

#bottom_links {
	height: 20px;
	margin-top: 30px;
	text-align: center;
}

#bottom_links a {
	color: #A1A1A1;
	font-weight: bold;
	text-decoration : none;
}

#bottom_links a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration : none;
}

#footer {
	width: 984px;
	height: 28px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 8px;
	text-align: center;
	background: url(../images/footer.png);
}

h1 {
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	width: auto;
	line-height: 4px;
	color: #FF7700;
}

h1 a{
	text-decoration: underline;
	color: #FF7700;
}

h2 {
	width:auto;
	line-height: 20px;
	padding: 0px;
	margin-bottom: 5px;
	border-bottom: #A1A1A1 1px dashed;
	font-weight: bold;
	clear: both;
	font-size: 10pt;
}
a.button {
	margin-left: -2px;
	width: 114px;
	height: 23px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/button.png) top no-repeat;
}

a.button:hover {
	background: url(../images/button.png) bottom no-repeat;
}


a.large_button {
	margin-left: -2px;
	width: 216px;
	height: 27px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	padding-top: 9px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/large_button.png) top no-repeat;
}

a.large_button:hover {
	background: url(../images/large_button.png) bottom no-repeat;
}

.medium_bloc {
	width: 442px;
	height: 141px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	margin-left: 14px;
	margin-right: -4px;
	background: url(../images/medium_bloc.png) no-repeat;
}

.auto_medium_bloc {
	width: 442px;
	height: auto;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	margin-left: 14px;
	margin-right: -4px;
	background: url(../images/medium_bloc.png) no-repeat;
}


.ghost_medium_bloc {
	width: 442px;
	height: auto;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	margin-left: 14px;
	margin-right: -4px;
	text-align: justify;
}

.medium_bloc_center {
	width: 442px;
	height: 141px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/medium_bloc.png) no-repeat;
}

.small_bloc {
	width: 279px;
	height: 141px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	margin-left: 14px;
	margin-right: 0px;
	background: url(../images/small_bloc.png) no-repeat;
}

.auto_small_bloc {
	width: 279px;
	height: auto;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	margin-left: 14px;
	margin-right: 0px;
	text-align: justify;
	background: url(../images/small_bloc.png) no-repeat;
}

.bloc_title {
	font-weight: bold;
	font-size: 12pt;
	color: #005FE9
}

.HEIGHT4{
	height: 4px;
	line-height: 4px;
}

.HEIGHT20{
	height: 20px;
	line-height: 20px;
}

.CLEAR {
	clear: both;
}

.FLEFT {
	float: left;
}

.FRIGHT {
	float: right;
}

.BOLD {
	font-weight: bold;
}

.ITALIC {
	font-style: italic;
}

.JUSTIFY {
	text-align: justify;
}

.TINY {
	font-size: 10pt;
}

.PADDING20 {
	padding-left: 20px;
	padding-right: 20px;
}

.CENTER {
	text-align: center;
}

table.contact_form {
	width: 716px;
	margin-left: auto;
	margin-right: auto;
}

table.contact_form tr {

}

table.contact_form input {
	width: 100%;
	border: #A1A1A1 1px solid;
	font-size: 10pt;
	color: #A1A1A1;
	padding: 2px;
}

table.contact_form select {
	width: 100%;
	border: #A1A1A1 1px solid;
	font-size: 10pt;
	color: #A1A1A1;
}

table.contact_form textarea {
	width: 100%;
	height: 100%;
	border: #A1A1A1 1px solid;
	font-size: 10pt;
	color: #A1A1A1;
	padding: 2px;
}

table.partners {
	text-align: justify;
}

table.partners {
	margin-top: 30px;
	margin-bottom: 50px;
	height: 300px;
}

table.panel {
	width: 442px;
}

table.panel tr {
	height: 28px;
}

table.panel input{
	border: #A1A1A1 1px solid;
	color: #A1A1A1;
	padding: 2px;
}

ul.content_listing {
	margin-top: 5px;
	margin-left: 23px;
}

table.resources {
	width: 942px;
	border-collapse:  collapse;
}

table.resources th{
	background: #f3f4f6;
	border-top: #dcdee2 1px solid;
	height: 30px;
	padding-left: 4px;
}

table.resources tr {
	border-bottom: #dcdee2 1px solid;
	height: 30px;
	padding-left: 4px;	
}

table.resources tr:hover{
	background: #F6F6F6;
}
table.resources a:hover{
	color: #FF8000;
}

.no_back {
	background: none;
}
