@CHARSET "UTF-8";

html {
	height:100%;
	width: 100%;
	padding: 0;
	margin: 0;
	/*overflow: hidden; */
}	
body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: scroll;
	text-align: center;
	background-image: url(../images/lepelle_BG.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #990033;
	}

p {font-family: Arial, Helvetica, sans-serif;font-style: normal;font-size: 12px;color: #000;}

h1 {font-family:Verdana, Arial, Helvetica, sans-serif;font-style: normal;font-size: 14px;color: #990033; font-weight:bold;}	

#container {
	width: 884px;
	margin: 0 auto 0;
	text-align: left;
	height:100%!important;
	height:100%;

	 
}
#bgContainer {
	background-image: url(../images/lepelle_containerBG.png);
	background-repeat: repeat-y;
	background-position: top center;
	min-height:95%!important;
	min-height:95%;  
	margin: 0;
	padding: 0;
	top: 0px;
}

#logo {
	background-image: url(../images/lepelle_logo.png);
	background-repeat: no-repeat;
	height: 83px;
	margin: 0;
	padding: 10px 0 0 0;
	width: 874px;
}

.bc_breadcrumb {
	float:left;
	margin:10px 0 0 0;
	width: 450px;
	height:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #333;
}
.bc_breadcrumb a {color:#333;text-decoration: none;}

.login {float:right;margin: 0px 40px 0 0;}
.login a {color: #990033;text-decoration: none;}
.login a:hover{color: #ba0411;text-decoration: none;}
.login a:active{color: #ba0411;text-decoration: underline;}
.login a:visited{color: #990033;text-decoration: underline;}




#menu {
	
	height:20px;
	margin: 20px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	top: 0px;
}

#contentcontainer {
	margin: 0;
	width: 884px;
	
}

#contentLeft {
	float: left;
	margin: 20px 0 0 47px;
	width: 400px;
	padding: 5px 10px 10px 0;
	height: 100%;
	top: 0px;
}

#contentRight {
	width:270px;
	height: 100%;
	margin: 20px 0 0 50px;
	padding: 5px 10px 10px 20px;
	float: left;
	top: 0px;
}

#oneCol {
	float: left;
	margin: 0 0 0 218px;
	width: 455px;
	padding: 5px 10px 10px 0;
	height: 100%;
	top: 0px;
}




#content a:link {
	color: #000;
	text-decoration: none;
}
#content  a:visited {
	color: #990033;
	text-decoration: none;
}
#content  a:hover {
	color: #990033;
	text-decoration: none;
}
#content  a:active {
	color: #990033;
	text-decoration: none;
}


#footer 
{
  min-height: 20px;
  width: 884px;
/*	background-color: #eee; */
  text-align: center;
  font-style: normal;
	font-size: 10px;
	color: #333;
	bottom: 0;
}

/* FORM  S T Y L E S >>> */

#accountform {
	margin: 10px 0 0 50px;

}

.regularform ul {
   list-style-type: none ;
    margin: 0 0 0 150px;
    padding: 0;
   
}
.regularform ul li {
    margin: 0;
    clear: both;
    padding: 0.3em 0;
}
.regularform li.submit {
    padding-left: 120px;
}
label.leftalign {
    display: block;
    float: left;
    font-weight: bold;
    padding-right: 10px;
    text-align: left;
    width: 200px;

}
label.topalign {
    display: block;
    font-weight: bold;
    padding-right: 10px;

    text-align: left;
    width: 200px;
}
.blurb {
   display: block;	
   width:500px; 	
   height: 50px;
}




a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #B42F80;
	text-decoration: none;
}
a:hover {
	color: #B42F80;
	text-decoration: none;
}
a:active {
	color: #B42F80;
	text-decoration: none;
}
/* N E W S L I S T S T Y L E S >>>> */