/* CSS Document */
body
	{
	margin: 0;
	padding: 0;
	background: #ccc  url(./images/pattern.gif) ;
	font: small/1.5em arial, helv, sansserif;
	color: #000;
	}
	
a
	{
	}
	
a:visited
	{
	}
	
a:hover
	{
	}
	
p
	{
	font-size: 88%;
	margin: 0 0 0em;
	}

/* The following hack is to correct paragraph text size in IE/WIN */

/* \*/ * html body p { font-size: 80%; } /* */

/* --- CONTAINERS --- */

#container {
	position: relative;
	width: 1000px!important;
	width /**/: 1000px;
	/*background: #ccc no-repeat;*/
	margin: 0 auto;
	padding: 10px 0 0;
	text-align: left;
	/*border: 0px none #FFFFFF;*/
	}

#pageHeader
	{
	width: 1000px;
	height: 100px;
	/*background: #ccc;*/
	top: 0px;
	}
	
#tooblar
	{
	height: 24px;
	top: 100px;
	padding: 10px;
	}
	
#bodycopy
	{
	width: 1000px;
	text-align: left;
	background: left;
	margin: 0px;
	border: 1px solid #000000;
	height: 600px;
	}
	
#footer
	{
	height: 22px;
	padding-top: 2px;
	}
	
#fineprint
	{
	font-style: normal;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	margin: 5px;
	line-height: 13px;
	}
	

/* TEXT STYLES */

#bodycopy a:link {
	text-decoration: none;
	text-transform: none;
	color: #CCCCCC;
	}

#bodycopy a:visited {
	text-decoration: none;
	text-transform: none;
	color: #FF0000;
	}

#bodycopy a:hover, #bodycopy a:active {
	color: #000;
	background: #FFCB08;
	margin-top: auto;
	}
	
#bodycopy h1 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	margin-right: 10px;
	margin-left: 10px;
	height: 20px;
	font-style: italic;
	font-variant: normal;
	margin-top: 10px;
	border: medium solid #CCCCCC;
	background-color: #CCCCCC;
	}

#bodycopy p	{
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	}

#fineprint a:link {
	text-decoration: none;
	text-transform: none;
	color: #999999;
	}

#fineprint a:visited {
	text-decoration: none;
	text-transform: none;
	color: #FF9900;
	}

#fineprint a:hover, #bodycopy a:active {
	color: #999999;
	margin-top: auto;
	text-decoration: underline;
	}
	
#submenu a:link {
	text-decoration: none;
	text-transform: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
	background-color: #ECE9D8;
	}

#submenu a:visited {
	text-decoration: none;
	text-transform: none;
	color: #FF0000;
	}

#submenu a:hover, #bodycopy a:active {
	color: #000;
	background: #FFCB08;
	margin-top: auto;
	}
	

