html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url(/images/SiteBg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#HeaderBg {
	background-image: url(/images/HeaderBg.gif);
	background-repeat: repeat-x;
}#SiteContainer {
	width: 750px;
	text-align: left;
	background-image: url(/images/SiteBg.gif);
	background-repeat: repeat-y;
}
h1 {
	font-size: 18px;
	color: #001E53;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2D669C;
	padding: 0px;
}
h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
#SubMenu {
	background-color: transparent;
	float: left;
	width: 245px;
	text-align: right;
	padding-left: 20px;
	padding-right: 10px;
}
#SubMenu li {
	margin-bottom: 10px;
}
#SubMenu a {
	background-image: url(/images/submenu/ButtonsIcon.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	padding-right: 30px;
	color: #333333;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	color: #034581;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#HeaderContainer {
	width: 750px;
	margin: 0px;
	padding: 0px;
}
#MenuContainer {
	background-color: #FFFFFF;
	margin-left: 275px;
	height: 70px;
	padding-left: 20px;
	text-align: center;
	padding-top: 25px;
}
#SubMenu ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#SubMenu h1 {
	background-color: #999999;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #666666;
	padding: 5px;
	margin-bottom: 15px;
}
#HeaderMainInfos {
	background-image: url(/images/header/MainInfos.jpg);
	background-repeat: no-repeat;
	height: 200px;
	color: #FFFFFF;
	padding-top: 35px;
	padding-left: 350px;
}
#LogoContainer {
	float: left;
	width: 275px;
	height: 145px;
}
#ContentContainer {
	background-color: transparent;
	margin-left: 300px;
	min-height: 400px;
	background-image: url(/images/ContentBg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: justify;
	margin-bottom: 30px;
}
a {
	color: #034581;
	text-decoration: none;
}
#ContentContainer li {
	margin-bottom: 10px;
}
.ImgFloatLeft {
	float: left;
	margin-right: 10px;
}
#SubMenu a:hover {
	background-image: url(/images/submenu/ButtonsIconOver.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	padding-right: 30px;
	color: #000000;
	text-decoration: underline;
}
.ImgFloatLeftBorder {
	float: left;
	margin-right: 10px;
	border: 1px solid #999999;
	padding: 2px;
}
a:hover {
	color: #034581;
	text-decoration: underline;
}
#SubMenu img {
	margin-right: -10px;
}

