p, li
{
	align:	left;
}

body
{
	margin:	0;
	padding: 0;
	height: 100%;

	font-family: Arial, sans-serif;
	line-height: 1.5em;

	color: #333;
	background-color: #eee;
}

body, table
{
	font-size: 12px;
	line-height: 1.5em;
}

h1, h2, h3
{
	font-weight: medium;
	font-size: 1em;
	color: #666;
}

a
{
	color: #666;
	text-decoration: none;
}

a:visited	{	color: #666;	}
a:active	{	color: #111;	}
a:hover		{	border-bottom: 1px dotted #FF791F; }



#header
{
	margin: 0;
	padding: 0;
	height: 101px;

	background-color: #fafafa;
  	text-align: center;

	border-bottom: 1px solid #c0c0c0;
}

#lefttitle
{
	left: 15px;
	top: 15px;
	width: 155px;
	position: absolute;
	height: 40px;

	background: #ddd;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

#lefttitle h1
{
	font-size: 20px;
	line-height: 2.0em;
	
	margin: 0;
	padding: 3px 20px 2px 10px;
	height: 40px;
	
	background: #660066;
	color: #fafafa;
	font-weight: bold;
}

#leftnav
{
	left: 15px;
	top: 70px;
	width: 155px;
	position: absolute;

	background: #ddd;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

#leftnav h1
{
	margin: 0;
	padding: 3px 20px 2px 10px;
	height: 18px;

	background: #660066;
	color: #fafafa;
	font-weight: bold;
}

#leftnav input
{
 	margin: 5px;
 	width: 120px;
}

#leftnav a
{
	padding: 2px 20px 2px 20px;
	display: block;

	text-decoration: none;
	color: #666;
	background: #ddd;
	font-weight: bold;
	
	border-top: 1px solid #c0c0c0;
	border-bottom: none;
}

#leftnav a:hover
{
	font-weight: bold;
	color: #111;
}

#container
{
  text-align: left;
  left: 10px;
  right: 10px;
}

#countercont
{
	margin-top: 8px;
	margin-left: 185px;
	margin-right: 15px;
	margin-bottom: 0px;
	position: relative;

	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	background: #fafafa;
}


#centercont
{
	margin-top: 15px;
	margin-left: 185px;
	margin-right: 15px;
	margin-bottom: 0px;
	position: relative;

	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	background: #fafafa;
}

#centercont h1
{
	padding: 3px 20px 2px 10px;
	margin: 0;
	height: 18px;

	font-weight: bold;
	text-transform: capitalize;
	background: #660066;
	background-image: url("/images/h1Gradient.png");
	color: #fafafa;
}

#centercont h2
{
	padding: 2px 2px 2px 10px;
	margin: 0;
	
	color: #444;
	font-weight: bold;
	
	border-bottom: 1px solid #c0c0c0;
}

#centercont div
{
  padding-left: 20px;
  padding-right: 20px;
}

#centercont h3
{
	margin-left: 10px;
	padding: 0px 0px 0px 0px;
	
	color: #444;
	font-weight: normal;
	font-style: italic;
	border-bottom: 1px solid #c0c0c0;
}

#centercont p
{
	padding: 10px;
	margin: 0;
}

#centercont table
{
	margin: 10px;
}

.comments
{
	text-align: right;
	font-size: 0.8em;
	text-decoration: italic;
}




div.center
{
	text-align: left;
}

div.left
{
	text-align: left;
}

div.right
{
	text-align: right;
}

div.imageholder
{
	margin: 10px;
	padding: 10px;
	
	height: 180px;
	width: 160px;

	border: 1px dotted #660066;

	float: left;	
	text-align: center;
}

div.spacer
{
	clear: both;
}

div.inputarea input, select
{
  margin: 5px;
  #width: 10px;
}


select
{
  margin: 5px;
  width: 300px;
}


div table
{
  width: 70%;
  border: none;
}

div td
{
  border: none;
}

div input
{
  margin: 5px;
  width: 300px;
}

div textarea
{
  margin: 5px;
  width: 400px;
  height: 200px;
}