body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	color: #CCCCCC;
	background-color: #333333;
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

a {
	color: #93C400;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	border-bottom: 1px solid #555555;
	border-top: 1px solid #555555;
	border-right: 1px solid #555555;
	border-left: 1px solid #555555;
	background-color: #333333;
}

#header {
	width: 740px;
	height: 125px;
	background: #333333;
	margin: 0px;
	padding: 0px 10px;
}

#header h1 {
	color: #99CC00;
	font-size: 300%;
	letter-spacing: -2px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin-bottom: -10px;
	padding-top: 27px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header h2 {
	padding: 0;
	margin: 0;
	color: #CCCCCC;
	font-size: 200%;
	letter-spacing: -2px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

#menu {
	width: 760px;
	height: 28px;
	background: #333333;
	letter-spacing: 1px;
}

#image {
	width: 760px;
	height: 100px;
	background-image: url(../images/header.jpg);
}

#latestnews {
	float: right;
	width: 450px;
	height: 80px;
	overflow: auto;
	padding: 10px;
	text-align: right;
	letter-spacing: 1px;
	color: #333333;
}

#latestnews h2 {
	margin: 0;
	padding: 0;
	color: #515151;
	font-size: 150%;
	letter-spacing: 1px;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	text-align: right;
}

#contentcontainer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	background-color: #333333;
	color: #FFFFFF;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
}

#contentleft {
	float: left;
	width: 175px;
	color: #999999;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}

#contentleft h2 {
	color: #C0C0C0;
	font-size: 175%;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #777777;
	padding: 0px;
	margin: 0;
}

#contentleft li {
	background-image: url(../images/puce_green.gif);
	background-repeat: no-repeat;
	background-position: 0% 65%;
	list-style-type: none;
	list-style-position: outside;
	padding-left: 15px;
	margin-left: -37px;
}

#contentleft a {
	text-decoration: underline;
	color: #999999;
}

#contentleft a:hover {
	text-decoration: none;
}

#php_form {
	color: #93C400;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: gray;
	border-bottom-color: gray;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

#content {
	margin-left: 200px;
	border-left: 1px solid gray;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}

#content h2 {
	margin: 0;
	padding: 0;
	color: #CCCCCC;
	font-size: 175%;
	letter-spacing: -1px;
	font-family: sans-serif, helvetica, arial, verdana, tahoma;
	border-bottom: 1px dashed #777777;
}

#content h3 {
	margin: 0;
	color: #FFFFFF;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#content p {
	padding: 0px 20px;
}

#content1col {
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#content1col h2 {
	padding: 0;
	color: #CCCCCC;
	font-size: 175%;
	letter-spacing: -1px;
	font-family: sans-serif, helvetica, arial, verdana, tahoma;
	border-bottom: 1px dashed #777777;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#contentimage {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 10%;
	margin-bottom: 0px;
	background-color: #000000;
	height: 400px;
	width: 600px;
}

#footer {
	margin: 0 auto;
	width: 740px;
	padding: 15px 10px;
	text-align: right;
}

li {
	list-style-position: inside;
	list-style-type: square;
}

img{
	float: left;
	padding: 0px;
	display: block;
	margin-top: 6px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-style: none;
}

.orangestrong {
	font-weight: bold;
	color: #FFCC00;
}

.orangehp li {
	background-image: url(../images/hp_orange.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0% 65%;
	padding-left: 15px;
}

.orangehp a {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
}

.orangehp a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.scrollbanner a {
	list-style-type: none;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.separate {
	background-color: #666666;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	letter-spacing: 1px;
	color: #CCCCCC;
}

.italic {
	font-style: italic;
	color: #CCCCCC;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFCC00;
	padding-left: 20px;
}

.high {
	text-align: right;
}

.mlbox {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	color: #93C400;
	width: 160px;
	padding-left: 3px;
	border: 1px solid gray;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 18px;
}

.mlbuttons {
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	position: relative;
	width: 65px;
	background-color: #CCCCCC;
	top: 4px;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
