
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	width: auto;
}

body {
	width: 980px;
	margin: 0 auto;
}

p {
	font-size: 0.7em;
	font-weight: normal;
}

li {
	list-style-type: none;
	margin: 0px;
}

a:link , a:visited {
	text-decoration: none;
	color: #C9141D;
}
a:hover, a:active {
	color: #333333;
}


h1 {
	margin-bottom: 10px;
	font-variant: small-caps;
	color: #af0000;
	font-size: 16px;
}

h2 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	vertical-align: baseline;
	text-transform: uppercase;
	background-repeat: no-repeat;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #AF0000;
	background-position: center;
	text-align: center;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	line-height: 22px;
}
h5 {
	font-size: 9px;
	text-align: justify;
}
h6 {
	text-align: center;
	font-size: 10px;
}




input { 
	border: #edede5 solid 1px;
	height: 16px;
	background-color: #FFFFFF;
	font-size: 0.8em;
	padding: 2px 5px 0 5px;
	font-style: italic;
}

input.button {
	border: #af0000 solid 1px;
	background: url(images2/button_gradient.gif) repeat-x;
	padding: 0 5px;
	height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
	font-style: normal;
	font-size: 10px;
}

.link {
	display: block;
	background: url(images2/ico_link.gif) no-repeat left;
	color: #000000;
	padding-left: 20px;
	font-weight: bold;
	font-size: 0.8em;
	margin: 10px 0;
}


strong {
	color: #000000;
}

em{
	color: #af0000;
	font-style: normal;
	font-weight: bold;
	padding-right: 10px;
}


.clear {
	clear: both;
}

/**************************************** HEADER ****************************/



#header {
	width: 980px;
	padding-top: 0px;
	height: 110px;
	margin-bottom: 0px;
	margin-top: 5px;
}

#header a:active, #header a:hover { text-decoration: none; }

#logo {
	width: 246px;
	height: 110px;
	margin-top: 0px;
	padding-top: 0px;
	color: #000000;
	font-size: 1.6em;
	border: #edede5 solid 2px;
	text-align: center;
	background-image: url(images2/img_logo.jpg);
	background-repeat: no-repeat;
}

#logo a {
	color:#000000;
}

#logo #slogan {
	color: #af0000;
	font-style: italic;
	font-size: 0.5em;
}

#img {
	float: right;
	width: 727px;
	height: 110px;
	border-top: #af0000 solid 5px;
	background-image: url(images2/img_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}





	

/****************************************  HEADER END ****************************/



/**************************************** MENU ****************************/


#menu {
	width: 980px;
	height: 30px;
	font-weight: bold;
}

#menu li {
	float: left;
	font-size: 0.8em;
}

#menu li#search {
	background-color: #F5F5F5;
	width: 246px;
	height: 23px;
	border: #edede5 solid 2px;
	text-align: center;
	padding-top: 3px;
}
	
#menu li.menu_link a:link, #menu li.menu_link a:visited {
	display: block;
	background: url(images2/menu_gradient.gif) repeat-x;
	height: 25px;
	width: 113px;
	text-align: center;
	border: #af0000 solid 1px;
	margin-left: 7px;
	color: #ffffff;
	font-size: 1.2em;
	font-variant: normal;
	padding-top: 3px;
	text-transform: uppercase;
}

#menu li.menu_link a:hover, #menu li.menu_link a:active {
	display: block;
	height: 23px;
	width: 110px;
	text-align: center;
	border: #edede5 solid 2px;
	text-align: center;
	padding-top: 3px;
	text-decoration: none;
	font-size: 1.2em;
	font-variant: normal;
	margin-left: 7px;
	text-transform: uppercase;
}

#menu li#menu_link_first a:link, #menu li#menu_link_first a:visited {
	display: block;
	background: url(images2/menu_gradient.gif) repeat-x;
	height: 25px;
	width: 113px;
	text-align: center;
	border: #af0000 solid 1px;
	margin-left: 5px;
	color: #ffffff;
	font-size: 1.2em;
	font-variant: normal;
	padding-top: 3px;
	text-transform: uppercase;
}

#menu li#menu_link_first a:hover, #menu li#menu_link_first a:active {
	display: block;
	height: 23px;
	width: 110px;
	text-align: center;
	border: #edede5 solid 2px;
	text-align: center;
	padding-top: 3px;
	text-decoration: none;
	font-size: 1.2em;
	font-variant: small-caps;
	margin-left: 5px;
}


	

/****************************************  MENU END ****************************/


/**************************************** CONTENT ****************************/

#content {
	width: 980px;
}

#left {
	float:left;
	width: 250px;
	position: relative;
}

#left div {
	margin: 10px 0;
	bottom: auto;
	
}

#left p {
	margin: 10px;
	color: #000000;
}

#left p a:hover, #left p a:active {
	text-decoration: none;
	font-weight: bolder;
	color: #C9141D;
}

#left .link {
	margin: auto;
}

#left form {
	background-color: #F5F5F5;
	width: 242px;
	border: #edede5 solid 2px;
	text-align: center;
	padding: 0px 0;
}


#right {
	float: right;
	width: 730px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	height: auto;
	background-color: #FFFFFF;
}
#center {
	background-position: center;
	margin: 10px;
	width: 750px;
}


#welcome {
	background-color: #F5F5F5;
	padding: 10px;
	border: #edede5 solid 2px;
	width: auto;
}

#welcome p {
	width: auto;
	width: 95%;

}
#block_left {
	float: left;
	width: 500px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

#block_right {
	float: right;
	width: 200px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#block_left p , #block_right p {
	margin-bottom: 10px;
}
#block_left ul {
	margin-left: 20px;
}


#block_left li , #block_right li {
	list-style-image: url(images2/ico_list.gif);
	font-size: 0.8em;
	margin-bottom: 5px;
}

#block_left li a , #block_right li  a {
	color: #af0000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 0.8em;
}


#block_left li span {
	font-style: italic;
	font-size: 0.8em;
}
#block_tableau {
	margin: 10px;
	width: 470px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
}


#resol {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	font-size: 10px;
	width:230px;
	top:0px;
	left:1280px;
	margin:0 auto;
	background:#bfc6d9;
	text-align:center;
} 

#resol h1 {
	background:none;
	font-size: 15px;
	letter-spacing:3px;
	padding:0px;
	margin:0px;
	border: 0px;
} 

#resol h2 {
	font-size:10px;
	letter-spacing:3px;
	padding:0px;
	margin:0px;
	border:0px;
	background:none;
}


/**************************************** CONTENT END ****************************/
 

#menu-inter {
	font-size:0px;
	letter-spacing:0px;
	padding:0px;
	margin:0px;
	border:0px;
	background:none;
}
#menu-block {
	height: auto;
	width: 233px;
	}


/**************************************** FOOTER ****************************/

#footer {
	border-top: #af0000 solid 5px;
	width: 980px;
	font-size: 14px;
	padding-top: 10px;
	text-align:center;
	padding-bottom:50px;
	bottom: 0px;
	
}

#footer_terms h1 {
	padding: 60px 0px 0px 0px; color: #c6c6c6;
	text-align:right;
	border:0px;
	font-variant:normal;font-size: 0.8em;font-weight: normal;
	text-decoration:none;background: none;
}

#footer_terms a  { text-decoration: underline;}

#footer_terms strong,#footer_terms a {
	color: #c6c6c6;
	font-weight: normal;
	background: none;
}

#holder {
	height: 100%;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/**************************************** FOOTER END ****************************/
	
