/* This style sheet was written by Paul Dell and and is available for purchase at http://www.dellwebsites.com. */html, body, ul, ol, li, h1, h2, h3, h4, h5, h6{/* set everything to zero for a good  starting point this selector at the top is like belt and braces,you can see immediately when desiging if you haven't set margins and paddingto an element as they become all scrunched up together.*/margin: 0;/* sets the margins to zero on the body */padding: 0;/* sets the padding to zero on the body */border: 0;/* deletes any borders */}p{font-family: "Georgia", Times, serif;font-size: 1em;margin-left: 14px;margin-top: 16px;}body{background-color: #000000;/*sets the body background colour */    background-image: url(images/background1.gif);/*body background image */	font-family: Arial, Helvetica, sans-serif;/*body font style */	font-size: 90%;/*Font size*/	margin: 0 auto;/*sets the page margins to zero */	min-width: 760px;/*minimum width anything under you get scroll bars this prevents our page becoming smaller than the wrapper */	padding: 0;/*padding set to zero*/text-align: center;/* hack for IE to make sure the layout is centred*/}.Galborder{border: #FFFFFF 1px solid;cursor: url(hand);}/*the wrapper div is our container div, all other divs are wrapped within the wrapper*/#wrapper{background-color: #000000;/*sets the wrapper background colour */	margin: 0 auto;/* centres the wrapper div,  auto determines the left and right margins evenly*/	text-align: left;/*aligns the text left */	width: 700px;/*sets the width to 700px */	border-width: 1px 1px;/*sets the border widths */	border: thin #383838 solid;/*sets the border to solid and the colour of the border to black */}#header{background-image: url(images/header2.jpg);/*note the dimensions here are the same as our image "header.jpg" */	height: 230px;/*content div which holds the contentleft div and right div*/width: 700px;}#subheader{background-image: url(images/header_LEV2.jpg);/*the header div is 700 pixels wide and we have inserted a background image that is 700 pixels wide by 230 pixels */	/*note the dimensions here are the same as our image "header_LEV2.jpg" */	height: 160px;/*content div which holds the contentleft div and right div*/background-repeat: no-repeat;}/* This style sheet was written by Paul Dell and was distributed  with the ATTORNEY Template available at http://www.dellwebsites.com - This comment should remain intact though you are free to edit the style sheet as you see fit. */html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6{/* set everything to zero for a good  starting point this selector at the top is like belt and braces,you can see immediately when desiging if you haven't set margins and paddingto an element as they become all scrunched up together.*/margin: 0;/* sets the margins to zero on the body */padding: 0;/* sets the padding to zero on the body */border: 0;/* deletes any borders */}body{background-color: #2C2421;/*sets the body background colour */    background-image: url(images/background1.gif);/*body background image */	font-family: Arial, Helvetica, sans-serif;/*body font style */	font-size: 90%;/*Font size*/	margin: 0 auto;/*sets the page margins to zero */	min-width: 760px;/*minimum width anything under you get scroll bars this prevents our page becoming smaller than the wrapper */	padding: 0;/*padding set to zero*/text-align: center;/* hack for IE to make sure the layout is centred*/}p{font-family: "Georgia", Times, serif;font-size: 1em;margin-left: 14px;margin-top: 10px;margin-right: 12px;}a{color: #000066;text-decoration: underline;}.bordergold{border: thin #cc9900 solid;}/*the wrapper div is our container div, all other divs are wrapped within the wrapper*/#wrapper{background-color: #666;/*sets the wrapper background colour */	margin: 0 auto;/* centres the wrapper div,  auto determines the left and right margins evenly*/	text-align: left;/*aligns the text left */	width: 700px;/*sets the width to 700px */	background-image: url(images/content-background1.jpg);/*this is the background image, we have created a fake left column */	border-width: 1px 1px;/*sets the border widths */	border: thin #383838 solid;/*sets the border to solid and the colour of the border to black */}#header{background-image: url(images/header2.jpg);/*note the dimensions here are the same as our image "header.jpg" */	height: 230px;/*content div which holds the contentleft div and right div*/width: 700px;}#subheader{background-image: url(images/header_LEV2.jpg);/*the header div is 700 pixels wide and we have inserted a background image that is 700 pixels wide by 230 pixels */	/*note the dimensions here are the same as our image "header_LEV2.jpg" */	height: 160px;/*content div which holds the contentleft div and right div*/background-repeat: no-repeat;}#topnav{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;text-transform : uppercase;text-decoration: none;color: #ccc217;padding: 2px;background-color: #4f5947;border-top: thin #cc9900 solid;border-bottom: thin #cc9900 solid;}#topnav li{float: left;/* floats the li left*/		list-style-type: none;/* removes he bullet style on an individual list item*/background-color: #4f5947;font-family: Times, "Times New Roman", serif;font-size: 12px;padding-top: 4px;padding-left: 2px;letter-spacing: +1px;}#topnav ul{height: 24px;background-color: #4f5947;margin-left: 3px;}#topnav a{color: #ffffff;text-decoration: none;padding: 12px;}#topnav a:hover{color: #000000;text-decoration: none;}/*below you notice that our contentleft div and  right div have a global width of 685 pixels, we have floated the contentleft div left and the right div is floated right*/#content .contentleft{float: left;width: 490px;line-height: 130%;/*sets the line height to 130% as to make the text easier to read*/ /*  background-image: url(images/p-background.jpg);/*The background-image on this div is made by a repeating .jpg placed on the contentleft div.*/background-color: #e9e8da;}#right{width: 200px;float: right;}#footer{text-align: center;/*centers the text in the footer div*/	background-color: #cca051;height: 30px;width: 700px;/*sets the height of the footer div*/ margin: 0px;padding-top: 6px;font-family: Arial, Helvetica, sans-serif;font-size: .9em;color: #5d4929;}.clear{clear: both;background-repeat: no-repeat;height: 1px;}/*.toprounded is self explanatory as is .toproundedcornerbottom *//*.toproundedcorner {background-image: url(images/rounded-background.jpg);height: 65px;width: 485px; }/*.toproundedcornerbottom {background-image: url(images/rounded-background-bottom.jpg);height: 40px;width: 485px; }/*notice below we have positioned our text within .contentleft*/p{font-size: 1em;margin-top: 4px;margin-right: 12px;margin-bottom: 8px;margin-left: 20px;font-family: "Georgia", Times, serif;text-align: left;}#content .contentleft p{font-size: 1em;margin-top: 4px;margin-right: 12px;margin-bottom: 8px;margin-left: 20px;background-color: #e9e8da;font-family: "Georgia", Times, serif;}.borders{border: #FFFFFF 1px solid;cursor: url(hand);}.lead_in{font-size: 110%;margin-left: 0px;background-color: transparent;font-family: Verdana, Helvetica, Arial, sans-serif;}h1, h2{font-size: 90%;margin-top: 12px;margin-right: 12px;margin-bottom: 6px;margin-left: 20px;color: #4f5947;}h1{font-size: 110%;color: #5E5D4B;/*sets the colour and size of heading one */}h2{font-size: 100%;color: #5E5D4B;/*sets the colour and size of heading two */}#right p{margin:4px 3px 8px 4px;font-size: 85%;/*sets size of p element */	color: #e2e9bd;}