body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
}
h1 {
	position:absolute;
	text-align:center;
	left:175px;
	margin-top:25px;
	margin-bottom:15px;
	margin-left:25px;
	margin-right:75px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#ccc;
	height: 70px;
}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
}

li {
    font:11px/20px verdana, arial, helvetica, sans-serif;
    margin:0px 0px 16px 0px;
    padding:0px;
}


#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}


/* --------- Forms and box widths ----------- */
form {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;	
	width:120px;
}

input {
	width:120px;
	margin:0px 0px 10px 0px;
}

/* ------------ Left Menu Position/Formatting -------------- */
#menuleft{
	position:absolute;
	top:150px;
	left:10px;
	width:150px;
	padding:10px;
/*     float:top; */
	background-color:#eee;

	border:1px dashed #999;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
}

/* ---------- Image in top Left Corner -------------- */
#cornerimage{
    position:absolute;
    top:0px;
    left:0px;
    padding:20px;
}


/*#rightcolumn: place holder for boxes in right hand column... 
   To add boxes to right column, nest div tags with class=columnobject 
   inside div tags with id=rightcolumn */

#rightcolumn{
    position:absolute;
    right:20px;
    top:100px;
    width:150px;
}

.columnobject{
    position:relative;
    margin-top:10px;
    margin-bottom:10px;
    padding:10px;
	border:1px dashed #999;
}    

/* Cetre content Boxes: The id "maincontent" sets the position. 
   A new box is added to the centre column by nesting div tags with
   class "maincontent_object" within the div tag with id "maincontent" */
#maincontent{
	position:absolute;
    right:200px;
    left:200px;
    top:100px;
}

.maincontent_object{
    position:relative;
    margin-top:10px;
    margin-bottom:10px;
	padding:10px;
	border:1px dashed #999;	
}

.boxheader{
	font:14px verdana, arial, helvetica, sans-serif;
    font-weight:bold;   
	margin:0px 0px 5px 0px;
	padding:0px;
}
