/*these styles will overide the on the homepage*/

td {
     font-size: 11px;
	 line-height: 20px;
}

#photo {
     height: 188px; 
}

#content {
     padding-top: 0px;
     padding-bottom: 0px; 
}

h1 {
     font-size: 1em;
     margin-top: 0em;
     margin-bottom: .25em; 
}

/*My New Styles*/

#content-level1 {
     padding-left: 33px;
     padding-right: 27px;
     padding-top: 17px;
     padding-bottom: 0px; 
}

#content-level1-left {
     float: left;
     width: 600px;
	 padding-right: 15px;
	 border-right: 1px #f1f1f1 solid;
     margin-bottom: 12px;
}

#content-level1-right {
     margin-left: 635px;
     width: 200px;
}

#content-level2 {
     clear: both;
     border-top: 1px #e3e3e3 solid;
     padding-left: 33px;
     padding-right: 27px;
     padding-top: 10px;
     padding-bottom: 23px; 
}

td.bkg-dotted-vertical {
     background-image: url(images/backgrounds/dotted-v.gif);
     background-repeat: repeat-y;
     background-position: 11px; 
}

ul.list-arrow {
     margin: 0;
     padding: 0;
     list-style: none; 
}

li.list-arrow {
     background-image: url(images/arrows/nav-arrow.gif);
     background-repeat: no-repeat;
     background-position: 0px 8px;
     padding: 0px;
     padding-left: 8px;
     margin-top: 0px;
     margin-bottom: 3px;
     margin-left: 0px;
     margin-right: 0px;
     font-size: .9em;
     font-weight: bold;
     color: #7f7f7f; 
}

li.list-arrow  a:link, li.list-arrow a:visited {
     color: #7f7f7f;
     text-decoration: none; 
}

li.list-arrow a:hover, li.list-arrow a:active {
     color: #000000;
     text-decoration: none; 
}