html , body { /* force scroll bar to avoid centering jump */
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}

body
{
	font: .80em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(/Web/BdbcEnterpriseEvents/images/GradOuter.gif); 
	background-position: 50% 0%; 
	background-repeat: no-repeat;
}

#outerdiv
{
	margin: 0px auto 10px auto; 
	border: solid 0px white; 
	width: 921px; 
	text-align: left;
}

#headerdiv
{
	background-color: white; 
}

#maindiv
{
	background-color: white; 
}

#menudiv
{
	/* border-right: dashed 1px #D199A4;  */
	padding: 20px 10px 20px 10px;
}

#contentdiv
{
	padding: 10px 10px 20px 10px;
}

#footerdiv
{
	font-weight: bold;
	text-align: right;
	padding-top: 6px;
	border-top: solid 2px #605;
}


/* links */
a { 
	color: #00f;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #f00;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: normal 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #659;	
}
h1 { font-size: 1.8em; } 
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }

h1 {
	margin: 15px 0px 20px 0px;
}
h2 
{
	margin: 20px 0px 20px 0px;
	padding-top: 5px;
	border-top: dotted 1px #ccc;
}
p, h3 {
	margin: 10px 0px 10px 0px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}


/* sidebar */
DIV.sidemenu UL {
	list-style:none;
	margin:10px 0 10px 0px;
	padding:0;		
}
DIV.sidemenu UL LI {
	margin-top:1px;
	margin-bottom:1px;
}
DIV.sidemenu > DIV > UL > LI > A {
	display:block;
	font-weight:normal;
	color: #605;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #eee;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

DIV.sidemenu > DIV > UL > LI > UL > LI > A {
	display:block;
	font-weight:normal;
	color: #605;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #white;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

DIV.sidemenu UL LI A:hover {
	border-left:4px solid #605;
}

DIV.sidemenu LI.hilite > A
{
	border-left:4px solid #605;
	background-color: #ddf;
}

DIV.sidemenu LI.hilite > A:hover
{
	border-left:4px solid #605;
	background-color: #ddf;
}

#footerdiv A { 
	text-decoration: none; 
	font-weight: bold;	
	color: #609;
}

