html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 100%;
	background-color: #FFFFFF;
	}

a:link, a:visited {
	color: #999900 !important;
	text-decoration: none !important;
	}
a:hover, a:active {
	color: #993300 !important;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #993300;
	}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: 80px;
	margin-top: 5px;
	background-image: url(../images/andre-emond.png);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 4;
	position: relative;
	}
#subContainer {
	margin-top: 0px;
	padding-top: 130px;
	}
#pageHeader {
	z-index: 5;
	margin-top: -130px;
	position: absolute;
}
#pageHeader p {
	background-image: url(../images/title2.png);
	height: 156px;
	width: 550px;
	background-repeat: no-repeat;
	margin-top: 0px;
	position: absolute;
	left: 70px;
	}
#pageHeader p span {
	display: none;
	}

#pageContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 40px;
	width: 385px;
	max-width:385px;
	min-height: 420px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	}
#pageContent h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin-left: 10px;
	margin-right: 50px;
	}
#pageContent p {
	margin-left: 0px;
	margin-right: 5px;
	line-height: 140%;
	}
	
#pageContent li {
	font-size: 12px;
}

#linkList {
	background-image: url(../images/menu-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 225px;
	padding-top: 80px;
	position: absolute;
	top: 154px;
	margin-left: 375px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11.5px;
	left: 14px;
/*	border: 1px #FF0000 solid;*/
	}
#linkList ul {
	margin-left: 35px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	}
#admin_menu li {
	padding:3px;
	margin-bottom: 9px;
	margin-top: 0px;
	margin-right: 35px;
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
#menu li {
	padding:3px;
	margin-bottom: 15px;
	margin-top: 25px;
	line-height: 130%;
	margin-right: 35px;
	}

#lselect {
	background-image: url(../images/menu-back.png);
	margin-bottom: 30px;
	padding-bottom: 0px;
	padding-top:40px;
/*	border: 1px #00FF00 solid;*/
}
#lselect a {
	color: #6a658b !important;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
#lselect a:hover {
	color: #333333 !important;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline !important;
}

#menuHeader {
	position:absolute;
	top:0;
	background-image:url(../images/menu-top.png);
	height:142px;
	width:225px;
}
#menuHeader h1 span {
	display: none;
	}
#copyright {
	position:absolute;
	bottom:0;
	margin-left:10px;
	font-size:9px;
	color:#666666;
	width:890px;
	vertical-align:bottom;
}
#copyright a {
	color: #993300;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
}
#copyright a:hover{
	color:#993300 !important;
	border-bottom-style: dotted;
	border-bottom-color: #993300;
}
.message {
	position:absolute;
	top:140px;
	font-family:Tahoma, Helvetica, Arial, sans-serif !important;
	font-size:12px;
	color:#CC0000
}
#contact_form input, #contact_form textarea, #contact_form select {
	color:#999900;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
#contact_form td{
	vertical-align:top;
	padding-top:5px;
	padding-bottom:5px;
}
.contact_error{
	color:#990000;
	font-weight:bold;
}

#backgroundFilter
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 10;
    width: 100%;
    height: 100%;
	background-image:url(../images/bg_blue_trans.png);
	background-repeat:repeat;}

#popupWindow {
position: absolute;
top:200px;
left:350px;
width: 350px;
height: 100px;
padding: 0px;
z-index: 11;
display: none;
background-color: #FFFFFF;
border: 1px solid black;
overflow:hidden;
}
#popupWindow .titlebar {
	margin: 0 0 3px 0;
	background-image:url(../images/title_bar_bg.gif);
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	background-repeat:repeat-x;
	height:20px;
	width:100%;
}
