body {
	font-size: 0.8em;
	color: #000000;
	padding: 0;
	margin: 0;
    font-family: Avenir, Arial, Helvetica, sans-serif; 
	background-image:url(http://www.scottrvincent.com/images/siteBackground.gif);
	background-color: #2D3139;
	background-repeat:repeat-x;
	text-align:center; /*this is for centering divs on IE 5.5 Mac */
}

#container 
{
    width: 782px; 
    background-color: #FFF; 
    margin-left: auto; 
    margin-right: auto; 
    border-left: 1px solid white; 
    border-right: 1px solid white; 
    border-bottom: 1px solid white; 
}

.desc{
    border:dashed 1px  #BED6E5;
    padding:7px;
    margin:12px 5px 5px 5px;
}
#sideNavTitle { border-top: 1px solid #999; border-bottom: 1px solid #999; margin: 0px; }
#sideNav { list-style-type: none; margin: 5px 0px 0px 0px; padding: 0px 0px 5px 0px; }
#sideNav LI { font-size: 11px; font-weight:bold; margin: 0px; padding: 0px 0px 1px 0px; text-align: right; }
#sideNav LI A { color: #F8C00; text-decoration: none; display: block; padding: 5px 25px 5px 0px; background: transparent url(http://www.scottrvincent.com/images/bullet_gray.gif) no-repeat center right; }
#sideNav LI A:hover { background-color: #EEE; }
#sideNav .on A { color: #01185F; background: transparent url(../_img/sidenav_arrow_on.gif) no-repeat center right;}
#sideNav .on A:hover { background: transparent url(../_img/sidenav_arrow_on.gif) no-repeat center right; }
#sideNav .subOn A { color: #01185F; background: transparent url(../_img/sidenav_arrow_sub_on.gif) no-repeat center right;}
#sideNav .subOn A:hover { background: transparent url(../_img/sidenav_arrow_sub_on.gif) no-repeat center right; }
#sideNav .ovr A:hover { background-color: #EEE; }#sideNav .sub { padding: 0px; list-style-type: none; margin: 0px; }
#sideNav .sub LI { font-weight: normal; }
#sideNav .sub A { color: #333; background: none;  padding: 0px 25px 0px 0px; white-space: nowrap !important;  }
#sideNav .sub A:hover { color: #777 !important; background: none; text-decoration: underline; }
#sideNav .sub .on A { color: #01185F !important; background: none;  padding: 0px 25px 0px 0px;  text-decoration: underline; }
#sideNav .sub .on A:hover { color: #01185F !important; background: none; text-decoration: underline; }

.bodytext
{
	font-size: 8pt;
	color: black;
	font-family: arial;
}

.bodytextpad
{
	font-size: 8pt;
	color: black;
	font-family: arial;
	padding: 0px, 0px, 0px 1px;
}

.bodytextpadxtra
{
	font-size: 8pt;
	color: black;
	font-family: arial;
	padding: 14px, 14px, 14px 14px;
}

.maintable
{
	font-size: 8pt;
	color: black;
	font-family: arial;
}

.sidesection
{
    BORDER-RIGHT: #889dc2 1px solid; 
	font-size: 8pt;
	color: black;
	font-family: arial;
	background-color: #f4f5f9;
}