/*%%%%%%%%%%%%%%%%%%*/
/*  HTML SELECTORS  */
/*%%%%%%%%%%%%%%%%%%*/
 
body
	{
	font-family: arial, verdana, helvetica, sans-serif;
	background: #D2D2D2 url('../images/body_bg.gif') repeat-x top;
	}
 
h1, h2, h3
	{
	font-family: 'trebuchet ms', georgia, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #004685;
	}

h2 { font-size: 12pt; padding-top: 10px; }
h3 { font-size: 9pt; padding-top: 10px; color: #333;}
 
img	{ border: none;	}
 	
 
/*%%%%%%%%%%%%%%%%%%*/
/*  LAYOUT LOGIC    */
/*%%%%%%%%%%%%%%%%%%*/
  
#page
	{
	position: relative;
	width: 772px;
	height: auto;
	margin: 0px;
	padding: 0px;
	}
 
#header
	{
	position: relative;
	height: 250px;
	margin: 0px;
	padding: 0px;
	}
 
#mainMenu
	{
	position: relative;
	width: 760px;
	height: 30px;
	clear: both;
	display: none;
	}
 
#mainMenuItems
	{
	position: relative;
	padding: 12px 0px 0px 15px;
	color: #000;
	font-family: 'trebuchet ms', georgia, serif;
	font-size: 0.8em;
	clear: both;
	display: none;
	}
 
#contentHolder
	{
	position: relative;
	width: 750px;
	height: auto;
	overflow: auto;
	background: url('../images/page_bg.gif') repeat-y top;
	}
 
#contentBody
	{
	position: relative;
	width: 440px;
	height: auto;
	overflow: auto;
	padding: 0px 0px 15px 15px;
	float: left;
/*	background: url('../images/content_bg.gif') no-repeat top center;  */
	margin: 0px 0px 0px 10px;
	}
	
#contentContact
	{
	position: relative;
	width: 90%;
	border-top: 1px solid #06C; 
	padding: 10px;
	}
 
#contentSidebar
	{
	position: relative;
	width: 240px;
	float: right;
/*	font-family: 'trebuchet ms', georgia, serif;  */
/*	font-size: 0.8em; */
	color: #000;  
	background: url('../images/spacer_grey.gif') repeat-y left top;
	margin: 30px 10px 0px 0px;
	padding: 0px 0px 15px 10px;
/*	border-left: 1px solid #333;  */
	}

#sidebarBlurb
	{
	position: relative;
	width: 213px;
	margin-top: 25px;
	}
 
#footer
	{
	position: relative;
	width: 750px;
	height: auto;
	overflow: auto;
	clear: both;
	background-color: #333;
	color: #FFF;
	font-family: 'trebuchet ms', georgia, serif;
	font-size: 0.8em;
	margin-bottom: 10px;
	}
 
#footerLinks
	{
	position: relative;
	width: 100%;
	margin-top: 10px;
	}
 
#footerBlurb
	{
	position relative;
	width: 410px;
	margin: 20px 10px 0px 9px;
	padding-bottom: 20px;
	float: left;
	}
 
#footerLogo
	{
	position: relative;
	width: 260px;
	margin: 20px 20px 15px 10px;
	float: right;
	}
 
 
/*%%%%%%%%%%%%%%%%%%*/
/*  CLASSES         */
/*%%%%%%%%%%%%%%%%%%*/

.text
	{
	font-size: 9pt;
	line-height: 1.5em;
	}

a.text
	{
	text-decoration: none;
	color: #36F;
	border-bottom: 1px dashed #36F;
	}

a:hover.text
	{
	text-decoration: none;
	color: #C93;
	border-bottom: 1px solid #C93;
	}

.tWhite
	{
	font-size: 9pt;
	line-height: 1.5em;
	color: #fff;
	}
	
.tBlue
	{
	color: #06C;
	}

a.footerLink
	{
	font-size: 10pt;
	text-decoration: none;
	color: #FC6;
	border-bottom: 1px dashed #FC6;
	}

a:hover.footerLink
	{
	text-decoration: none;
	color: #09F;
	border-bottom: 1px solid #09F;
	}

h1.graphic
	{
	padding: 3px 0px 5px 30px;
	background: url('../images/pic_heading.gif') no-repeat left top;
	}

.formBox
	{
	padding: 7px 0px 0px 0px;
	clear: both;
	font-family: 'trebuchet ms', georgia, serif;
	font-size: 9pt;
	color: #333;
	}

.formLeft
	{
	width: 140px; 
	float: left;
	}

.formRight
	{
	width: 250px; 
	float: right;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	color: #06C;
	}

.formComments
	{
	width: 350px;
	clear: both;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #06C;
	}

.formFields
	{
	color: #06C;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	background-color: #E8E8E8;
	}