/** \file main.css
  * \brief BCC2010 css.
  *
  * Main stylesheet for BCC 2010, overrides main stylesheet for website.
  * Also adds styling.
  * \note Based on BC2009 sytlesheet by M.B.
  * \author Mark Parsons
  * \date 4/8/2010
  */
/* 15em ~ 200px */
/* 3em ~ 40px */
/* .3em ~ 4px */
/* .075em ~ 1px */

/* MAIN Overrides of main.css */
body
{
	background-image: url(/bc2010/images/background.gif);
	background-repeat: repeat-x;
	margin: .61em 0 2em 0;
	padding: 0;
	font-size: 10pt;
}
#main
{
	width: 800px;
	max-width: 799px;
	margin: 0 auto;
	background-image: url(/bc2010/images/divbg.png);
	background-repeat: repeat-y;
	padding: 0;
	border-right: 1px solid #1F3F6E;
	border-bottom: 1px solid #1F3F6E;
}
#himage
{
	width: 800px;
	margin: 0 auto 0 auto; /* Centers header image >= IE6 */
	padding: 0;
	display: block;
}
#rtext
{
	display: block;
	margin: 0 0 0 170px;
	padding: 10px 10px 10px 10px;
}

/* TABLES */
th
{
	background: #1F3F6E;
	color: #fff;
	text-align: center;
}
#fees
{
	width: 75%;
	border: 1px solid #000;
	border-collapse: collapse;
	font-size: 10pt;
}
#fees tr td
{
	border: 1px solid #000;
	text-align: center;
}

/* HEADERS */
h1, h2, h3
{
	margin: 0 4px 0 0;
	padding: 0;
	font-weight: bold;
}
h1 { font-size: 12pt; }
h2 { font-size: 11pt; }
h3 { font-size: 10pt; }

/* LISTS */
/* Big lists */
dl
{
	padding: 0 0 0 1.925em;
}
dt, dd
{
	padding: 0.1em 0.1em 0.1em 0.1em;
	line-height: 15pt;
}
dt
{
	display: list-item;
	padding-left: 0;
	width: 95%;
	font-weight: bolder;
	list-style-type: disc;
	
}
dd
{
	margin: 0 0 0 0;
	padding-left: 1em;
	width: 95%;
}

/* NAVIGATION MENU */
#lmenu
{
	width: 12.75em;
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: left;
	border-top: 1px solid #00bb33;
}
#lmenu li
{
	color: #fff;
	padding: 5px;
	border-bottom: 1px solid #00bb33;
	font-size: 8pt;
	font-weight: bold;
}
#lmenu li a
{
	color: #fff;
	width: 100%;
	display: block;
	text-decoration: none;
}
#lmenu li a:hover
{
	width: 100%;
	display: block;
	text-decoration: underline;
}

.modtext {
	font-size: 9pt;
	line-height: 15pt;
}
#rtext ul{
	font-size: 9pt;
	line-height: 15pt;
}
#rtext ul li{
	margin-bottom: 5px;
	width: 95%;
}
#rtext a{
	text-decoration: underline;
	color: #003300;
}
#rtext p{
	font-size: 9pt;
	width: 95%;
	text-align: justify;
	line-height: 15pt;
}
.sponsors{
	width: 600px;
}
.sponsors tr td{
	text-align: center;
	padding: 3px;
	margin: 0;
}
.sponsors tr td a{
	border: 0;
}
.sponsors tr td{
	width: 200px;
}
