/* ===================================== */
/* STYLE.CSS - DEFAUT */
/* ===================================== */

* {
	padding: 0;
	margin: 0;
}

body {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:80%;
	margin: auto;
	background:#F6F6F6;
}
.clearer {
	display:block;
	clear:both;
	font-size:0px;
	line-height:0px;
}
img {
	border:0;
}

h1 {
	font-size:1.2em;
	background-color:#A50B16;
	color:#FFFFFF;
	padding:3px;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
}
a {
	color: black;
}
#bar a {
	text-decoration: none;
}
#bar a:hover {
	text-decoration: underline;
}
#bar a.sel {
	text-decoration: underline;
}
h1 a {
	color: #fff;
	text-decoration: none;
}
h2 {
	font-size:1.1em;
	color:#A50B16;
	font-weight:bold;
	margin-bottom:10px;
}

h3 {
	font-size:1em;
	color:#333;
	font-weight:bold; 
	margin-bottom:10px;
}

#container {
	position : relative;
	background-color:#FFFFFF;
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	margin-left:auto; 
	margin-right:auto;
	height:auto;
	padding:10px;
	width:980px;
}

#header {
	background-color:#A41E22;
	position : relative;
	text-align: right;
}

#mainmenu {
	background-color: #FFFFFF;
	font-weight: bold ;
	margin: 0px 0px 0px 0px;
	padding-top: 12px;
	height: 33px;
}

#mainmenu a {
	color:#999999;
	font-size:1.1em;
	text-decoration:none;
}

#mainmenu a.red {
	color:#A50B16;
}

#mainmenu ul {
	float:right;
}

ul.menu li {
	display:inline;
}

ul.menu li.last {
	margin-right: 15px;
}

ul.menu li img {
	margin-right: 15px;
	margin-bottom: -18px;
}

#footer {
	font-size:1em;
	text-align:right;
	font-weight: bold ;
}

.red {
	color:#A50B16;
	font-size:1em;
}
.p1 {
	font-weight:bold;
}

#bar {
	height:20px;
	background-color:#9B9C9E;
	text-align: center;
	font-size: 1.2em;
	padding-top: 10px;
}

#center {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	height:auto;
}

#info {
	padding:20px;
	float:left;
	width:884px;
	border:solid #9B9C9E 10px;
	position: relative;
}

#info p {
	margin: 10px 0;
}
#info ul, #info ol {
	margin-left: 30px;
}

    </div>

#info a {
	color:#333333;
}

ul.menu_left {
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 5px;
	width: 200px;
	background-color: #CCCCCC;
	border: solid #999999 1px;
	list-style: none;
	text-align: center;
	float: left;
}

ul.menu_left li {
	margin:5px 0px;
}

ul.menu_left a {
	text-decoration:none;
}

#leftcontent2 {
	width:240px;
	float:left;
}
#rightcontent2 {
	float:left;
	width:580px;
}

#leftcontent {
	width:320px;
	float:left;
}
#rightcontent {
	float:left;
	width:560px;
}

hr.red {
	color:#A50B16;
	background-color:#A50B16;
	height:1px;
	margin:10px 0;
	width:200px;
	border: 0;
}

ul.normal {
	margin:10px;
}

ul.normal li {
	margin-left:30px;
	padding-left:10px;
}

#footer {
	color:#4D4D4D;
	font-weight:normal;
}
