/************************************************************/
/************************************************************/
/*                                                          */
/*   Corporate Web Services, Inc.                           */
/*   Master Style Sheet                                     */
/*                                                          */
/*   Authored by:                                           */
/*   Chad Herring                                           */
/*   October, 2002                                          */
/*                                                          */
/************************************************************/
/************************************************************/



/****************************************/
/*   Global font & background variables */
/****************************************/

BODY {
	font-family : arial, tahoma, verdana, helvetica, sans-serif;
	font-size : 12pt;
	background : #FFF url('images/printButton2008.jpg') 50% 100pt no-repeat;
	color : #000;
}

TABLE {
	font-family : arial, tahoma, verdana, helvetica, sans-serif;
	font-size : 12pt;
	color : #000;
}

DIV {
	text-align : left;
	margin : 0px;
	padding : 0px;
	display : block;
}

#main {
	width : auto;
}

#header {
	display : none;
}

#banner {
	display : none;
}

#leftCol {
	display : none;
}

#rightCol {
	border : none;
	width : 100%;
}

#content h1 {
	margin-left : 10pt;
	margin-top : 10pt;
}

#article {
	padding : 10px;
	border-bottom : 1pt dashed #999;
	page-break-inside : avoid;
}

#article img {
	border : 1px solid #312B5F;
	margin-right : 8pt;
	margin-bottom : 3pt;
	float : left;
}

#article p {
	margin : 0px;
	margin-left : 15pt;
	padding : 0px;
	text-indent : -15pt;
	page-break-inside : avoid;
}

#article p.sponsor {
	font-size : 9pt;
	margin-top : 6pt;
	margin-left : 0px;
	text-indent : 0px;
}

#schedule {
	display : none;
}

#scheduleTitle {
	display : none;
}

#scheduleDay {
	display : none;
}

#themeBar {
	display : none;
}

#printMe {
	display : none;
}

#footer {
	display : none;
}

#printHeader {
	display : block;
	font-size : 24pt;
	font-weight : bold;
	color : #004FA6;
	margin-bottom : 20pt;
}

#printFooter {
	display : block;
	font-size : 12pt;
	font-weight : bold;
	color : #000;
	margin-top : 20pt;
	padding : 12pt;
	border : 1pt solid #004FA6;
	height : 48pt;
}

#printFooter img {
	float : left;
	height : 0.5in;
	width : 0.6in;
	margin-right : 12pt;
	margin-bottom : 12pt;
}

/*****************************/
/*   Primary font size specs */
/*****************************/

h1 {
	font-size : 16pt;
	font-weight : bold;
	margin : 0px;
	color : #000;
}

h2 {
	font-size : 12pt;
	font-weight : bold;
	margin : 0px;
	color : #004FA6;
}


/***************************/
/*   Global link variables */
/***************************/

A {
	color : #004FA6;
	text-decoration : none;
	font-weight : bold;
}


/*********************************************/
/*   Global form field and button attributes */
/*********************************************/

FORM {
	margin : 0px;
}

INPUT, SELECT, TEXTAREA {
	font-size : 10pt;
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color : #000;
	background-color : #fff;
	border : 1px solid #999;
	padding-left : 2px;
	padding-right : 2px;
}

INPUT.button {
	font-weight : bold;
	border : 1px solid #BA2836;
	background-color : #FFE42A;
	color : #000;
}
