/* CSS Document */

/** Hofstra University School of Law - Greenwood CSS version 1.0 - updated on 05/23/07 **/


* { 
/*padding: 0; */
margin: 0; 
}

body {
	background-color: #1A1A1A;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height:180%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #010101;
	margin: 0 0 8px 0;
	text-align: left;
	line-height:100%;
}
h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	margin: 0 0 4px 0;
	text-align: left;
	line-height:100%;
}
h2 {
	font-size: 21px;
} 
h3 {
	font-size: 17px;
	margin: 5px 0 4px 0;
}
h4 {
	font-size: 14px;
	margin-top:25px;
}
p {
	margin-bottom:15px;
	font-weight:normal;
}
a:link,a:active {
	color: #CC9417; 
	text-decoration: none; 
}
a:visited {
	color: #CC9417; 
	text-decoration: none; 
}	
a:hover {
	color: #123974; 
}  /*#F0630D*/
a img {
	border-width: 0; 
	border-style: none;
}
.image {
	float: left;
	border-style: outset;
	border-style: solid;
	border-color: #666;
	border-width: 10px;
}
hr {
	border-top:dashed 1px #999;
	border-bottom:none;
	border-left:none;
	border-right:none;
}

#wrapper {
	display: block;
	clear: both;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 36px;
	display:block;
	background-color: #000000;
}
#subheader{
	float:left;
	display:block;
	background-image:url(images/img6.gif);
	width:760px;
	height:267px;
	background-color: #FEB612;
	background-repeat:repeat-x;
	line-height:normal;
}
#subheader h1 {
	margin: 0 0 8px 0;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}
#subheader h2 {
	margin: 0 0 8px 0;
	font-size: 20px;
	font-style:italic;
	font-weight:100;
	color: #666;
} 
#subheader h3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-weight:300;
	line-height:130%
}
#subheader a {
	color: #FFF;
}
#subheader2{
	float:left;
	display:block;
	background-image:url(images/img8.gif);
	width:760px;
	height:87px;
	background-color: #FEB612;
	background-repeat:repeat-x;
	line-height:normal;
}
#subheader2 h1 {
	margin: 25px;
	font-size: 27px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}
#controlbar { 
	float: left;
	background: #FFF;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	width: 740px;
	display: inline;
}

#content { 
	float: left;
	background: #FFF;
	padding: 20px;
	width: 720px;
	display: inline;
}
#content ol{
	margin:2em;
	line-height:100%;
}
#content ul{ 
	margin:2em;
	line-height:100%;
}
#content li{ 
	margin:2em;
	line-height:100%;
}

#content table {
	border: 1px solid #CCCCCC;
	margin-top:3px;
	}	
#content table tbody tr td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color:#333333;
		padding: 6px 6px;
		vertical-align: top;
	}	
#content table tbody tr.selected td {
		background-color: #F4F4F4;
	}
#content table tbody tr.selected th {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #FFFFFF;
		font-weight: bold;
		background-color: #666666;
		padding: 6px 6px;
		vertical-align: top;
	}	
#content tr.selected a:link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}

#rightcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #E7DBD5;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 350px;
 width: 195px;
 float: left;
}
.journal {
	font-style: italic;


}
.articletitle {
}
.bookchaptertitle {
}
.bookauthor {

}
.booktitle {

}
.encyclopediaarticletitle {
}
.legalbrief {
}
.casename {
	font-style: italic;
}
.courtname {
}
.letter-oped-title {
}
.newspaper {
	font-style: italic;


}
.lecture-title {
}
.school-name {
}
.blog-name {
}

