*
	{
		margin: 0;
		padding: 0;
	}

body
	{
		font-size: 0.75em;
		font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	}

#wrapperDiv
	{
		margin: 0px auto;
		width: 980px;
		border: 1px solid black;
		padding: 10px;
	}
	
p
	{
		line-height: 1.5em;
		margin: 0.5em 0 1.33em;
	}

	
h1
	{
   		font-family: times, Times New Roman, times-roman, georgia, serif;
		margin: 0;
		padding: 0px 0px 6px 0px;
		font-size: 51px;
		line-height: 30px;
		letter-spacing: -2px;
		font-weight: bold;
		text-align: center;
		color: #31363E;
	}
	
#sidebarDiv
	{
		float: left;
		width: 200px;
	}
	
#contentDiv
	{
		float:left;
		width: 780px;
	}
	
#footerDiv
	{
		text-align: center;
		font-size: 0.85em;
		margin-top: 5px;
	}
	
#headerDiv ul
	{
		text-align: center;
		padding: 10px;
	}
	
#headerDiv li
	{
		display: inline;
	}
	
#headerDiv li a
	{
		color: #999999;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		text-decoration: none;
		margin-left: 22px;
	}
	
#headerDiv li a:hover
	{
		color: #31363E;
	}
	
#headerDiv .URHere
	{
		color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		border-bottom: 2px dotted #ffffff;
		/*background: url(../images/urhere.gif) no-repeat 0px 3px;*/
		font-weight: bold;
		margin-left: 22px;
		/*margin-left: 20px;*/
	}
	
ul
	{
		padding-left: 30px;
	}
	
fieldset legend
	{
		font-weight: bold;
		color: #231F20;
		padding: 5px;
		font-size: 1.3em;
	}
	
#content textarea, #content input[type=text], #content select
	{
		font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
		font-size: 0.9em;
		width: 318px;
	}
	
#content textarea
	{
		height: 200px;
	}

	
label
{
	text-align: right;
	width: 110px;
	padding-right: 10px;
	display: block;
	float: left;
	margin-bottom: 8px;
	font-weight: bold;
	color: #231F20;
}

form br
	{
		clear: left;
	}