/* Southern OPD Layout */
body		{	line-height: 170%;
				background: #F26721;   }

/* margins T R B L */
#content 	{	width: 800px;
				margin-top: 20px;
				margin-left: auto;
				margin-right: auto;
				align: center;
				background-color: white;
				border: solid 1px; border-width: 1px 3px 3px 1px; border-color: black;
				padding: 10px 20px 10px 20px;
				font: 10px verdana, arial, sans-serif;
				color: black;
				text-align: justify;
				letter-spacing: 1px;    }

dt			 {	display: list-item;
				margin-left: 15px;
				padding-left: 10px;
				font: 10px verdana, arial, sans-serif;
				line-height: 14px;
				color: white;
				list-style-position: inside;
				list-style-type: disc;
				letter-spacing: 2px;    }

.tr			{   margin-left: -14px;
				font: 700 10px verdana, arial, sans-serif;
				line-height: 14px;
				color: black;
				letter-spacing: 2px;    }	

h1			{	font: 700 12px Verdana, Arial, Helvetica, sans-serif;
				color: black;   }				

#logo		{	margin-top: auto;
				margin-left: auto;
				margin-right: auto;
				align: right;     }
					
a 			{	color: black;  
				text-decoration: none; }

a:hover		{	color:  #F26721;
				text-decoration: underline;  }

a:visited	{	color:  #F26721; }				

.active		{	text-decoration: underline;    }

#footer     {	font: 9px Verdana, Arial, Helvetica, sans-serif;
				padding: 3px;
				text-align: center;
				color: white;               }

/*
Code I've removed from the original

font: 10px verdana, arial, sans-serif;
padding: 20px 20px 10px 20px;
text-align: justify;
border: solid 1px silver;

			align: center;
				width: 760px;
				margin-top: 64px ; margin-left: auto; margin-right: auto;
				padding: 20px 20px 10px 20px;
				text-align: justify;
				background-color: black;  
				border: solid 1px silver;  }

.sitenav li:firstchild
			{	padding-left: 0; border-left: none;
				margin-left: 0;  }
*/

