/* Globals */
body	{
		font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;	
		}

a		{
		color:#A63711;
		}
		
a:hover	{
		color:#555;
		}

p		{
		text-align:justify;
		}


ul		{
		list-style-type:none;
		}

li		{
		margin:0 0 5px 0;
		}

form		{
		font-size:12px;
		
		}
		
.lefty		{
		float:left;
		margin:10px;
		}
		
.righty
		{
		float:right;
		margin:10px;
		}


/* Structurals */
#wrapper	
		{
		margin-right:auto;
		margin-left:auto;
		text-align:center;
		width:700px;
		
		}
		
.dj		{
		clear:both;	
		}
	

#navigation	{
		text-align:center;
		}


.editor
		{
		text-align:center;
		border-collapse:collapse;
		display:inline;
		width:600px;
		}

td.title	
		{
		/*table-layout:fixed;*/
		}
		

		
.datecell
		{
		width:150px;
		}
		
.boxed_area	{
		width:600px;
		border:3px solid #a63711;
		margin:15px;
		}
/* errors, warnings and gizmos */
.warning
		{
		background:#f00;
		color:#fff;
		font-size:18px;
		}
p.warning	
		{
		padding:2px;
		}

.hey	{
	   	border:5px solid #f00;
	   	padding:3px;
	   
	   	}
	   	


.tiger	{
		background:#ddd;
		}



/* this is the navbar class, I have no idea why the original designer named it this. */
.ul 	{
		text-decoration:none;
		font-family:verdana, arial, helvetica, sans-serif;
		color:#555;
		font-size:14px;
		}
		
 a:hover.ul
		{
		color:#A63711;
		}

.reallist 
		{
		list-style-type:disc;	
		text-align:left;
		}

