/*  master.css
    Master Cascading Style Sheet for bayareapictures.com
    
    Revision history:
	09oct05 - created
 */
body{
	margin : 0px;
	}


body{
	background-color : #DFE7B6;
	}


p{
	color : #000000;
	font-family : Arial, Geneva, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	line-height : 14px;
	margin-left: 2.4em;
	margin-right: 1.5em;
	}
	
p.articles{
	color : #000000;
	font-family : Arial, Geneva, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	line-height : 14px;
	margin-left: 0em;
	margin-right: 0em;
	}

p.homeleft{
	color : #000000;
	font-family : Arial, Geneva, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	line-height : 14px;
	margin-left: 2.2em;
	margin-right: 1.5em;
	}

p.homeright{
	color : #000000;
	font-family : Arial, Geneva, sans-serif;
	font-size : 8.5pt;
	font-weight : normal;
	line-height : 14px;
	margin-left: 0em;
	margin-right: 2.2em;
	}
	
p.nav{
	color : #ffffff;
	font-family : Arial, Geneva, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	line-height : 14px;
	text-align:center;
	}


p.copy{
	color : #000000;
	font-family : Arial, Geneva, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	line-height : 10px;
	text-align:center
	}

td{
	color : #000000;
	font-family : Verdana, Arial, Geneva, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	}

a:active{
	color : #993333;
	}


a:link{
	color : #80A2A1;
	}


a:visited{
	color : #8D9A5E;
	}

a.nav:link{
	color : #ffffff;
	}


a.nav:visited{
	color : #ffffff;
	}



em{
	font-family : verdana, Arial, Geneva, sans-serif;
	font-style : italics;
	font-size : 9pt;
	}


strong{
	font-family : verdana, Arial, Geneva, sans-serif;
	font-style : normal;
	font-size : 9pt;
	font-weight : bold;
	}

b{
	font-style : normal;
	font-weight : bold;
}

sup{
	font-size : 6pt;
	}


img{
	border : 0;
	}


div{
	margin : 0;
	}



hr{
	color : #ccc;
	}


h1, h2, h3, h4, h5, h6{
	font-family : Arial, Geneva, sans-serif;
	}


h1{
	color : #8E7054;
	font-size : 12pt;
	font-weight : normal;
	margin-bottom : 1em;
	margin-top : 1em;
	margin-left : 2em;
	}

h1.home{
	color : #8E7054;
	font-size : 12pt;
	font-weight : normal;
	margin-bottom : 1em;
	margin-top : 1em;
	margin-right: 2em;
	margin-left : 1.7em;
	}
	
h1.sub{
	color : #8E7054;
	font-size : 12pt;
	font-weight : normal;
	margin-bottom : 1em;
	margin-top : 1em;
	margin-right: 0em;
	margin-left : 2em;
	}


h2{
	color : #990000;
	font-size : 11pt;
	font-weight : bold;
	margin-bottom : 0em;
	margin-top : 0em;
	}


h3{
	color : #990000;
	font-size : 9pt;
	font-weight : bold;
	margin-bottom : 0em;
	margin-top : 0em;
	}


h4{
	Color : #990000;
	Font : bold 8pt;
	Margin-Bottom : 0em;
	Margin-Top : .5em;
	}


h5{
	color : #000000;
	font-size : 8pt;
	font-weight : normal;
	margin-bottom : 0em;
	margin-top : .5em;
	}


h6{
	font-size : .72em;
	font-weight : bolder;
	margin-bottom : 0em;
	margin-top : 1.25em;
	}

h.link{
	color : #022672;
	}

.solid{
	margin-bottom : 0px;
	}


dl, dt, dd{
	color : #000000;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	line-height : 14px;
	}

ol li{
	color : #000000;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	line-height : 14px;
	list-style-type : decimal;
	}

ul {
list-style-type: disc;
padding-left: 15;
margin-left: 15;
}

li{
	color : #000000;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	line-height : 14px;
	list-style-image: url(/images/arrows.gif);
	}


blockquote{
	color : #000000;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	line-height : 14px;
	list-style-type : decimal;
	}


