@charset "utf-8";
/* CSS Document */
/******************************************************************************************
	Created by: EC
	Date Created: 

	Person(s) Modified by:
	Last Modified Date:	30 Oct 2008

******************************************************************************************/

/* ***************** BEGIN - Base site styles  ************************* */
ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

h1{
	padding-left: 10px;
	margin-top: 5px;
}

h2{
    margin-bottom: 2px;
}

h3{
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #5c5c60;
}

a,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,table,body,div,img
{ margin:0; padding:0 }

:link,:visited { text-decoration:none }

a img,:link img,:visited img { 
	border:none;
	outline-style: none;
}

a {
	text-decoration:none;
	color:#fff;
	cursor:pointer;
	outline-style: none;
}

input,
textarea,
select{
	outline-style: none;
    color: #666;
}

address { font-style:normal; }

html,body { 
	height: 100%;
	color: #000;
}

body {
	font: 12pt normal Arial, Helvetica, sans-serif;
	line-height:1.125em; /* 16�1.125=18px */
	margin: 0px;
	padding: 0px;
	
}
#doc{
	width: 100%;
}


/************** Start Multiple Use Classes **************/

.border {
	border: 1px solid;
	border-color:#FFFF00
}

.bgNoRepeat {
	background-repeat: no-repeat;
}

.bgRepeatX {
	background-repeat: repeat-x;
}

.bgRepeatY {
	background-repeat: repeat-y;
}

.bgCenter {
	background-position: center;
}

.floatL { float: left; }

.blur{ color: #b1b1b1; }

.hide{ display: none; }

.bold{ font-weight:bold; }


/************************* BEGIN - PNG Fix *******************************/
.pngFix{ 
	behavior: url(/includes/iepngfix2.htc); 
}
/************************ END - PNG FIX *******************************/

/* ***************** START - Base site styles  ************************* */

#fullContainer
{
	position: relative;
	width: 984px;
	margin: 0 auto;
}

#footer
{
	position: relative;
	width: 984px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
}

#footer p, #footer p a { font-size: 10px; }

#footer a
{
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}

#footer a:hover { text-decoration: none; }


/* ***************** END - Base site styles  ************************* */

