/* normalizing */
html, body, p, h1, h2, h3, h4, h5, h6, 
ol, ul, li, dl, dt, dd, td, form, fieldset, a {
     margin: 0; 
     padding: 0;
     border: 0;
}
html {
	text-align: center;
}
body {
	position: relative;
	width: 806px;
	margin: 0 auto;
	text-align: left;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;;
}

/*  for normalizing */
h2 {
	font-size: 12pt;
	padding: 3px 0 3px 10px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 10pt;
	padding:3px 0 3px 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
}

/* this is my work only */
p {
	margin: 0 10px 6px 10px;
}
p.sm {
	font-size: .97em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.imgB {
	border: 1px solid Black;
	padding: 2px;
}
.colorBox {
	border: 1px solid Black;
	padding:6px;
}
.center {
	text-align: center;
}
ul {
	list-style: none;
	text-decoration: none;
	margin: 0 0 0 30px;
}

ul li {
	text-decoration: none;
	font-weight: bold;
}

/* I need some links */
a, a:link, a:visited {
	font-size: .95em;
	font-weight: bold;
	text-decoration: none;
	color: #2466AF;
}
a:hover {
	color: #DF691F;
}
a:focus, a:active {
	color: #2466AF;
}

/* ------------colors */
.red {
	color: #df691f;
}
.brightRed {
	color: #ff0000;
}
.blue {
	color: #2466af;
}
.green {
	color: #51b236;
}

/* the main content divs */
#outerWrapper {
	width: 806px;
	margin: 25px auto 0 auto;
}

#navBar {
	height: 100%;
	background-color: #000000;
	width: 806px;
	margin: 0 auto;
}

#innerWrapper {
	border: 3px solid #000000;
	height: 100%;
	width: 800px;
	background-color: #ffffff;
	margin: 3px 0 0 0;
	clear: both;
}

#banner {
	background: url(../images/banner_2008.png) no-repeat;
	height: 254px;
	width: 800px;
}

#bannerA {
	background: url(../images/banner_2008a.png) no-repeat;
	height: 195px;
	width: 800px;
}

#mainContent {
	margin: 5px 10px 5px 10px;
	padding: 2px 10px;
}

#leftCol {
	float: left;
	width: 33%;
/*	margin: 5px 6px;*/
	background: #ffffcc;
}

#rightCol {
	float: right;
	width: 60%;
/*	margin: 5px 6px;*/
}

#leftHalf {
	width: 47%;
	float: left;
}

#rightHalf {
	width: 50%;
	float: left;
}

/* layout stuff here */
.toClear {
	clear: both;
	width: 100%;
}

/* ---------------for image alignment */
.imgLeft {
	float: left;
	margin-right: 10px; padding: 4px;
}
.imgRight  {
	float: right;
	margin-left: 10px;
}


/* footer and copyright information */
#copyright {
	font-size: .85em;
	text-align: center;
	width: 780px;
	padding: 2px;
	margin-top: 4px;
	clear: both;
}
#footer {
	clear: both;
	font-size: .85em;
	text-align: center;
	width: 817px;
	margin: 3px auto;
}

#ace1table {
	margin: 0 auto;
	text-align: center;
}

/* start of php section items */

.phpbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	border: 2px solid #000000;
	color: #000000;
	background-color: #33c600;
	padding: 2px;
	margin: 0 auto;
}

.phpbox ul {
	text-align: center;  /* for inline boxes, may need to comment out if regular box */
	list-style-type: circle;
	padding:0px;
	margin:0px;
}

.phpbox li {
	display: inline; /* if regular box is desired, then comment out */
	padding:1px 5px 0px 8px;
	margin:0px;
}

.phpbox a:link, .phpbox a:visited {
	color: #000000;
	text-decoration: none;
}

.phpbox a:hover {
	color:#ffffff;
	text-decoration: none;
}

.phpbox a:focus, .phpbox a:active {
	color: #000000;
	text-decoration: none;
}
/* end of php section items */
