/* CSS Document */

/* Browser 'reset' of element attributes */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */

/*  Adjusted 'reset' source from:
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.3
*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,br,blockquote,th,td,span,applet,object,embed,form,iframe
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img
{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var
{
	font-style: normal;
	font-weight: normal;
}
ol,ul
{
	list-style: none;
}
h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
}
q:before,q:after
{
	content:'';
}

/* END Browser 'reset' of element attributes */

body
{
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-image: url(images/background.gif);
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
}
a:link
{
	color: #FFFF00;
	text-decoration: none;
}
a:visited
{
	color: #FFF;
	text-decoration: underline;
}
a:hover
{
	color: #FFFF00;
	text-decoration: underline;
}
a:active
{
	color: #FFFF00;
	text-decoration: underline;
}
*
{
	margin: 0px;
	padding: 0px;
}
p
{
	margin: 0px;
}
#everything
{
	width: 990px;
	height: auto;
	margin: 0px auto 0px auto;
/* Fixes centering alignment in Firefox */
}
#top-graphic
{
	width: 990px;
	height: 195px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}
#content-container
{
	width: 894px;
	margin-left: 54px;
	margin-right: 52px;
	text-align: left;
	background-color: #336666;
}
#text-area
{
	width: 488px;
	margin-left: 60px;
	text-align: left;	
	margin-top: 40px;
	float: left;
}	
#image-hold
{
	width: 308px;
	margin-left: 38px;
	text-align: right;
	margin-top: 10px;
	float: right;
}
#clear
{
	clear: both;
}
#space
{
	height: 20px;
}
#outer-space
{
	width: 894px;
	left-margin: 54px;
}
.body-copy
{
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
}
.sub-head
{
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #FFF;
	margin: 0px;
}
#footer-holder
{
	width: 894px;
	margin-left: 54px;
	margin-right: 52px;
	text-align: center;
	height: 9px;
}
