/***********************************************/
/*                 Main.CSS                    */
/***********************************************/ 
/***********************************************/
/* 			Set Browser Defaults               */
/***********************************************/
 * {margin:0}; /* Remove browser default margins */
html, body {font-size: 100%;} /* IE EM hack */
html>body {font-size: 16px;} /* Adjust Safari base font size */
img {border:none; margin:0;} /* Remove default image formatting */
a {outline:none;}
/***********************************************/
/* 					Body                       */
/***********************************************/
html {
	width:100%;
	height:100%;
	overflow: hidden;
}
body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	border:none;
	overflow: hidden;

	background-image:url(../images/t9background.jpg);
	
	text-align:center;
}
/***********************************************/
/*					Container				   */
/***********************************************/
#container{
	position:relative;
	width:790px;
	height:100%;
	/*margin:0 0 0 25px;*/
	
	margin: 0 auto;
	padding:0px;
	text-align:left;
	border-left: 2px solid #ff0000;
	border-right: 2px solid #ff0000;
	
	background-color:#FFFFFF;
}
/***********************************************/
/*  				Masthead                   */
/***********************************************/
#masthead, #masthead2 {
	position:absolute;
	width:100%;
	height:90px;
	top:0px; left:0px;
	margin:0;
	padding:0;
	clear:both;
	overflow:hidden;
	background-image:url(/images/boetopbg.jpg);
	background-repeat:repeat-x;
}
#masthead2 {
	width:773px;
	margin:0;
}
/***********************************************/
/* 					Page                       */
/***********************************************/
#page {
	float:none; /*IE hack*/
	position:relative;
	/*width:100%;*/
	height:100%;
	margin:0;
	padding:0;
	border:none;
	overflow:auto;
}
/***********************************************/
/*  				Main	                   */
/***********************************************/
#main {
	float:left;
	position:relative;
	/*width:600px;*/ 
	/*Next 3 lines expand center so date displays same place on every page*/
	min-width:585px;
	width:auto !important;
	width:585px;	
	/*Next 3 lines reserve room for vNav on short pages*/
	min-height:250px;
	height:auto !important;
	height:250px;
	padding:8pt 14pt 20pt 14pt;
	margin:90px 0px 0px 151px;
    display:inline; /*IE Hack*/
}
/***********************************************/
/*  			Date Display                   */
/***********************************************/
#date_display{
	float:right; /*IE 7 hack*/
	height:10pt;
	width:100%;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt; color:#000000;
	text-align:right;
	clear:both;
}
/***********************************************/
/* 				Footer                         */
/***********************************************/
#footer {
	position:absolute;
	bottom:0; 
	height: 14.5pt;
	width:50%;
	margin-left:-25%;
	left:50%;	
}
/***********************************************/
/* 					Left                       */
/***********************************************/
#left {
	position:absolute;
	top:90px; left:0px;
	width:149px;
	height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	background-color:#0A0A0A;
	border-right: 2px solid #FF0000;	
}	
/***********************************************/
/*              Utility Classes               */
/***********************************************/
.std_img {
	border:0;
	padding:0;
	margin:0;
	display:block;
}
.center_me{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.margin_v_s {
	margin-top: 13px;
	margin-bottom: 13px;
}
.margin_h_s {
	margin-left: 13px;
	margin-right: 13px;
}

/***********************************************/
/*            Text Formatting                  */
/***********************************************/ 
/*********************/
/* Link Text		 */
/*********************/
/* Link Formatting */
/* Default Link */
a:link {color: #ff0000; font-weight:bold; text-decoration:underline;}
a:visited {color: #ff0000; font-weight:bold; text-decoration:underline;}
a:hover {color: #ff0000; font-weight:bold; text-decoration: none;}
a:active {color: #ff0000; font-weight:bold; text-decoration:none;}

/* Partner Links */
.partners, .partners a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:8pt;
	padding: 5pt;
	text-align:center;
	position:relative; /*IE6 hack*/
}
/*********************/
/* h tags		 */
/*********************/
h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 12pt;
	color: #334d55;
	margin: 0;
	padding: 0;
}
h2{
	font-family: Arial,sans-serif;
	font-size: 11.5pt;
	color: #006699;
	margin: 0;
	padding: 0;
}
h3{
	font-family: Arial,sans-serif;
	font-size: 10pt;
	color: #334d55;
	margin: 0;
	padding: 0;
}
h4{
	font-family: Arial,sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	margin: 0;
	padding: 0;
}
h5{
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt;
	color: #334d55;
	margin: 0;
	padding: 0;
}
/*********************/
/* Area Text		 */
/*********************/
body {
	font-family:Arial,Tahoma;
	font-size:13pt;
}
#page {
}
#left {
}
#vNav {
/* See vNav.css */
}
#main {
}
#date_display{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt; color:#000000;
	text-align:right;
}
#footer{
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}
/*********************/
/* Common Text Classes */
/*********************/
/*** Common Text Classes */
.t_left {
	text-align:left;
}
.t_center {
	text-align:center;
}
.t_right {
	text-align:right;
}
.t_red {
	color:#ff0000;
}
.t_bold {
	font-weight:bold;
}
.t_under {
	text-decoration:underline;
}
.t_tiny {
	font-size: 8pt;
}
.t_small {
	font-size: 10pt;
}
.t_normal {
	font-size: 12pt;
}
.t_large {
	font-size: 14pt;
}
.t_giant {
	font-size: 16pt;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/***********************************************/
/*   Browser Hacks Always on Bottom 		   */
/***********************************************/
/*** fix for .png files on IE 5.5 & IE6 only understood by IE browsers ***/
img { behavior: url(/css/iepngfix.htc);}
/*** Browser hacks ***/
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
