	/* main structure */
body
	{
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 0.9em;
	color: #ffffff;
	line-height: 170%;
	background-color: #393939;
	}
	
#wrap
	{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	}
	
div#header
	{
	background-image: url(./Images/header.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 1000px;
	height: 483px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	}
	
div.content
	{
	padding: 0 0 0 30px;
	border: 0;
	margin: 25px 0 0 0;
	width: 630px;	
	min-height: 300px;
	float: left;
	clear: both;
	}
	
*:first-child+html div.content 
	{ /* IE7 hack in compatibility mode */
	}		
	
*:first-child+html div.content 
	{ /* IE7 hack in compatibility mode */
	}	
	
	
div.text
	{
	padding: 0;
	border: 0;
	margin: 0 0 0 260px;
	width: 400px;
	min-height: 300px;
	}

*:first-child+html div.text 
	{ /* IE7 hack in compatibility mode */
	width: 370px;
	}	

	
p.quote
	{
	font-style: italic;
	}
	
p.author
	{
	margin: 0 0 40px 0;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	}	

p.error
	{
	color: red;
	}	
	
p.signoff
	{
	font-size: 0.7em;
	margin: 40px 0 0 0;
	}
div#contentwrapper
	{
	background-position: left top;
	background-repeat: repeat-y;
	position: relative; top: -340px;
	width: 1000px;
	min-height: 340px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	}
	
div#left_column
	{
	
	}	
	
div#contentwrapper img.border
	{
	border: 4px solid #252525;
	}
	
img.intro
	{
	float: left;
	clear: both;
	padding: 0;
	margin: -30px 0 0 25px;
	border: 4px solid #252525;
	}

*:first-child+html img.intro 
	{ /* IE7 hack in compatibility mode */
	margin: -30px 0 0 5px;
	}	
	
img.border
	{
	border: 4px solid #252525;
	}
	
img.body {
	border: 4px solid #252525;
	margin: 10px 0 0 0;
	}	
	
img.noborder
	{
	border: 0;
	}	
		
div#sidebar
	{
	margin: 20px 0 0 700px;
	min-height: 600px;
	padding: 20px 0 0 0;
	}
	
div.icons
	{
	margin: 0 0 0 45px;
	border: 0;
	}	
	
div#sidebar ul
	{
	list-style-type: none;
	margin: 10px 5px;
	}
	
div#sidebar li
	{
	padding: 5px 2px 5px 6px;
	margin: 2px 0 0 0;
	background-color: #252525;
	font-size: 0.8em;
	width: 100%;
	}	
	
div#sidebar ul a
	{
	display: block;
	width: 100%
	}	
	
div#sidebar ul a:link, div#sidebar ul a:visited
	{
	color: white;
	text-decoration: none;
	}	

div#sidebar ul a:focus, div#sidebar ul a:hover
	{
	color: #f19139;
	text-decoration: none;
	}	

a:link, a:visited
	{
	color: white;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	}	

a:focus, a:hover
	{
	color: #f19139;
	text-decoration: none;
	border: 0;
	}
	
div#end a:link, div#end a:visited
	{
	color: white;
	font-weight: bold;
	text-decoration: none;
	}	

div#end a:focus, div#end a:hover
	{
	color: #292929;
	text-decoration: none;
	}					
	
#footer
	{
	background-position: top left;
	background-repeat: no-repeat;
	Position: relative; top: -200px;
	width: 1000px;
	height: 270px;
	padding: 0;
	border: 0;
	margin: 0;
	clear: both;
	z-index: -1;
	}
	
#end
	{	
	background-position: top left;
	background-repeat: no-repeat;
	Position: relative; top: -200px;
	width: 1000px;
	height: 92px;
	padding: 0;
	border: 0;
	margin: 0;
	}
	
#end p
	{
	padding: 40px 0 0 0;
	margin: 0;
	font-size: 0.8em;
	text-align: center;
	}	
	
span.link {
	color: #F47400;
	}
	
h1, h2, h3, h4, h5, h6 {
	color: #f19139;
	font-family: Optima;
	margin: 20px 0 0 0;
	line-height: 140%;
	}
	
h1 { font-size: 1.8em;}	
	
*:first-child+html div#content h1 
	{ /* IE7 hack in compatibility mode */
	font-size: 1.2em;
	}	
	
* html div#content h1 { /* IE6 and below hack */
	font-size: 1.6em;
	}		

label {
	font-size: 0.8em;
	margin: 0 0 7px 0;
	padding: 5px 0 0 0;
	}

input {
	display: block;
	margin: 0 0 0 0px;
	border-bottom: 1px solid #ffffff;
	}
	
textarea {
	display: block;
	}

*:first-child+html textarea 
	{ /* IE7 hack in compatibility mode */
	width: 350px;
	}	
	
fieldset
	{
	border: 0;
	padding: 7px;
	background-color: #252525;
	}	
	
a.delete, a.admin
	{
	padding: 0 0 0 2px;
	margin: 0 0 3px 0;
	display: block;
	width: 400px;
	color: #f19139;
	}
		
a.delete {
border-top: 1px solid #e5325e;
border-bottom: 1px solid #e5325e;
background-color: #f6b3ad;
}

a.delete:link, a.delete:visited {
color: #2d73b9;
text-decoration: none;
}

a.delete:focus, a.delete:hover {
color: #cc2228;
text-decoration: none;
}

a.admin {
border-top: 1px solid #2d73b9;
border-bottom: 1px solid #2d73b9; /* dark blue */
background-color: #dde7f2; /* pale blue */
}

a.admin img, a.delete img {
display: inline;
vertical-align: middle;
}
a.admin:link, a.admin:visited {
color: #2d73b9;
text-decoration: none;
}

a.admin:focus, a.admin:hover {
color: #cc2228;
text-decoration: none;
}	