@charset "utf-8";
/* CSS Document */
body  {
	font: small Arial, Verdana, Helvetica, sans-serif;
	background: #666666 url(../_images/red_bar.gif) repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/******link styles******/
a:link {
	color: #336699;
}
a:visited {
	color: #cc3333;
}
a:hover {
	color:#000066;
}

/******font styles******/
p {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 100%;
	line-height:130%;
	margin: 0 5px 10px 0px;
}
/***heading styles***/
H1 {font-size:110%;
	margin: 10px 0px;
	color:#003366;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	}
H2 {font-size:100%; 
	color:#990000;
	margin: 10px 0px 5px 0px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	}
H3{font-size:90%;
	color:#336699;
	margin: 10px 0px 5px 0px;
	font-family:Arial, Verdana, Helvetica, sans-serif;}

H4{font-size:90%;
	color:#666;
	margin: 10px 0px 5px 0px;
	font-family:Arial, Verdana, Helvetica, sans-serif;}


/******list styles******/
ol {
	margin-left:0;
}
ol li { 
	margin-bottom:10px;
	line-height:130%;
}
ul li { 
	margin-bottom:10px;
	line-height:130%;
}

/******table styles******/
th {
	font-size: 100%;
	text-align:right;
	padding:5px;
	}
td {
	font-size: 100%;
	padding:5px;
	}
table#schedule {
	margin:10px 0;
	width:85%;
}
table#schedule td {
	padding:10px 8px;
}
table#program {
	margin:10px 0;
	width:90%;
}
table#program th {
	text-align:left;
	padding:5px;
}
table#program td {
	padding:5px;
}
/******div styles******/
/*holds all page content- home page*/
#containerHome { 
	width: 720px; 
	background:url(../_images/background1.gif) repeat-y;
	margin: 5px auto 0 auto; 
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/*holds all page content- content pages*/
#container { 
	width: 720px; 
	background:url(../_images/background2b.gif) repeat-y;
	margin: 5px auto 0 auto; 
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/*holds logo and photo at top of page- all pages*/
#banner {
width:100%;
}
/*holds navigation- all pages*/
#navigation {
width:100%;
}
/***home page divs***/
/*left column- home page*/
#leftSidebarHome {
	float: left;
	width: 205px;
	/*background: #f1f0eb; */
	padding: 0 0 0 20px;
	margin-bottom:5px;
}
/*right column- home page*/
#rightSidebarHome {
	float: right;
	width: 172px;
	/*background: #f1f0eb; */
	padding: 0  0 0 10px;
	margin-top:5px;
	margin-bottom:5px;
}
/*center column- home page*/
#mainContentHome { 
	float:left;
	width:285px;
	margin: 0;
	padding: 0px 5px 20px 15px; 
}
/***end home page only divs***/

/***content page divs***/
/*holds main content- content pages*/
#mainContent { 
	float:left;
	width:540px;
	margin: 0 auto;
	padding: 0px 0px 20px 90px; 
}
/*sponsor page content area*/
#contentSponsors { 
	/*float:left;*/
	width:530px;
	margin: 0 auto;
	padding: 20px 20px 20px 20px; 
	background:#FFFFFF;
}
/*sponsor page content area*/
#contentpopup { 
	/*float:left;*/
	width: 95%;		
	background-color:#ffffff;
	margin-top:15px;
}

/***end content page only divs***/

/*holds whole opposite-rounded-corner box*/
#calloutBox {
	width: 95%;		
	background-color:#006699;
	margin-top:5px;
	}
/*holds second whole opposite-rounded-corner box*/
#calloutBox2 {
	width: 95%;		
	background-color:#999966;
	margin-top:15px;
	}
/*clears floats*/ 
#clear {
	clear:both;
	}
/*holds copyright information*/
#footer {
	background: #666666;
	color:#FFFFFF;
	font-size:80%;
	text-align:center; 
	margin:10px;
	padding-bottom:10px;
	}
	
/******class styles******/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

/****the following define styles of opposite-rounded-corner boxes****/
/*outer box class*/
.box-outer {
	background:url(../_images/bottom_right.gif) no-repeat right bottom;
	color:#ffffff;
	padding-bottom:5px;
	}
/*inner box class*/
.box-inner {
	background:url(../_images/top_left.gif) no-repeat left top;
	padding-top:5px;
	}
/*outer box font styles*/
.box-outer h2, .box-outer p{
	margin-bottom:5px;	
	padding-left: 10px;
	padding-right: 10px;
	color:#fff;
	}
/*outer box h2 styles*/
.box-outer h2 {
	font-weight:normal;
	}
/*outer box link styles*/
.box-outer a {
	color:#FFFFFF;
	}	
/*outer box link styles*/
.box-outer a:hover {
	color:#FFFFCC;
	}
	
/***second callout box***/
/*outer box class*/
.box-outer2 {
	background:url(../_images/bottom_right2.gif) no-repeat right bottom;
	color:#ffffff;
	padding-bottom:5px;
	}
/*inner box class*/
.box-inner2 {
	background:url(../_images/top_left2.gif) no-repeat left top;
	padding-top:5px;
	}
/*outer box font styles*/
.box-outer2 h2, .box-outer2 p{
	margin-bottom:5px;	
	padding-left: 10px;
	padding-right: 10px;
	color:#333;
	}
/*outer box h2 styles*/
.box-outer2 h2 {
	font-weight:normal;
	}
/*outer box link styles*/	
.box-outer2 a {
	color:#333;
	}
/*outer box link styles*/
.box-outer2 a:hover {
	color:#FFFFCC;
	}
	
/*small text for footnotes, etc.*/
.small{
font-size:80%;
margin-bottom:0px;
}
/*small text for footnotes, etc.*/
.smallitalic{
font-size:90%;
margin-bottom:0px;
font-weight:normal;
font-style:italic;
}
/*highlights text in paragraphs*/
.highlightText {
	font-weight:bold;
	color:#990000;
}
.highlightTextSub {
	font-weight:bold;
	color:#336699;
}
/*for error messages in cartweaver*/
.errorMessage {
	font-weight:bold;
	color:#990000;
}

/*footer links styles*/
#footer a {
	color:#FFFFCC;
	}
/*footer hover and visited styles*/
#footer a:hover, #footer a:visited {
	color:#FFFFFF;
	}
/*font styles for form text areas*/	
textarea {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	}
/*adds color to horizontal rule*/
.ruleColor {
	color:#ffffff;
	}
.sponsors {
	font-size:120%;
	color:#990000;
	}
.clear {
	clear:both;
	}
.borderBottom {
	padding-bottom:8px;
	border-bottom:1px solid #369;
}

