@charset "utf-8";
/* CSS Document */

body {
	background-color:#920c2e;
	font: Helvetica;
	font-size:14px;
}

.mainbg{
	background-color:#FFFFFF;
}
.content {
}
.padded{
	list-style-position: inside;
}
#sidebar {
	font:Helvetica;
	font-size:12px;
	width:155px;
	height:935px;
	color:#FFFFFF;
	text-align: right;
	margin-left: 10px;
	background-image:url(http://drlouisvita.com/images/menu/left_menu_bg.jpg);
	background-repeat:no-repeat;
	float: left;
	position:relative;
    margin-right: 10px;
}

#sidebar2 {
	font:Helvetica;
	font-size:12px;
	width:155px;
	height:820px;
	color:#FFFFFF;
	text-align: center;
	margin-left: 10px;
	background-image:url(images/right_menu_bg.jpg);
	background-repeat:no-repeat;
	float: left;
    margin-right: 10px;
}

#sidebar3 {
	font:Helvetica;
	font-size:12px;
	width:155px;
	height:680px;
	color:#FFFFFF;
	text-align: right;
	margin-left: 10px;
	background-image:url(images/left_menu_bg.jpg);
	background-repeat:no-repeat;
	float: left;
    margin-right: 10px;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Helvetica;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color:#FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#920c2e;
}

.referral{
	font-size: 9pt; 
	color: 535353; 
	background-color: e2e2e2;
} 

.questions{
	font-size:14px;
	color:#000000;
}

.answer{
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

/* NEW CSS */
#container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}