/* 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: 984px;
	margin: 12px auto;
	text-align: left;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
}

/*  for normalizing */
h1 {
	font-size: 15pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: left;
	margin-left: 20px; margin-bottom: 6px;
}
h2 {
	font-size: 12pt;
		font-family: Georgia, "Times New Roman", Times, serif;
	padding: 6px 0 0 0;
	margin-left: 20px; margin-bottom: 6px;
}
/* paragraph styles */
p {
	margin: 0 30px 6px 30px;
}
.sm {
	font-size: .97em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.sp {
	font-size: .87em;
	font-weight: bold;
	text-align: center; 
}
.center {
	text-align: center;
}
.box  {
	border: 1px solid #19897a;
	padding: 4px;
	margin-left: 40px; margin-right: 40px;
	font-size: 8pt;
}
.bigBox {
	border: 2px dotted Black;
	padding: 4px;
	background-color: #2abc5b;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: Black;
	margin-left: 100px;
	margin-right: 100px;
	text-align: center; 
}
.notsobigbox {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFF6D;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	margin-right: 100px;
	margin-left: 100px;
	border: 2px dotted #000000;
	margin-top: 15px;
}
.blogLoop {
	border: 1px dotted Black;
	padding: 4px;
	background-color: #ebda9d;
	width: 200px;
	margin-left: 10px;
}
.blogLoop li {
	margin-left: -10px;
	margin-right: 0;
}

.blogLoop a:link {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: .92em;
	font-weight: bold;
	color: Black;
}
.blogLoop a:active {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: .92em;
	font-weight: bold;
	color: Black;
}
.blogLoop a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: .92em;
	font-weight: bold;
	color: Black;
}
.blogLoop a:hover {
	color: #c15934;
}

blockquote {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: auto;
	margin-bottom: auto; 
}
ul {
	text-align: left;
	margin-left: 40px;
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 10px;
}
li {
	padding: 2px;
	margin-right: 30px;
}

/* these are links */
a, a:link, a:visited {
/*	font-size: .95em;*/
	font-weight: bold;
	text-decoration: none;
	color: #2466AF;
}
a:hover {
	color: #C15934;
}
a:focus, a:active {
	color: #2466AF;
}
/*developer credit links */
a.dev:link, a.dev:visited {
	font-size: .85em;
	color: Black;
}
a.dev:hover {
	color: #FCFCD2;
}
a.dev:focus, a.dev:active {
	color: Black;
}


/* these are quickLinks */
div#quickLinks {
	text-align: right;
	margin-right: 20px;
}
#quickLinks a {
	font-size: .85em;
	font-weight: bold;
	color: #2466af;
	text-decoration: none;
}
#quickLinks a:hover {
	color: #c15934;
} 
/* ------------colors */
.red {
	color: #c15934;
}
.blue {
	color: #2466af;
}
.green {
	color: #19897a;
}

/* the main content divs */
div#menu {
	background-color: #c15934;
	width: 966px;
	height: 22px;
	text-align: center;
	overflow: hidden;
}

/* table styles */
td#titleBox1 {
	vertical-align: top;
	background-image: url(../images/bkgBanner_1.png);
	text-align: center;
}
td#titleBox2 {
	background-image: url(../images/bkgStripe_2.png);
	background-repeat: repeat-x;
	height: 123px;
	text-align: left;
	vertical-align: top;
}
td#titleBox3 {
	vertical-align: bottom;
	background-image: url(../images/bkgBanner_3.png);
	background-repeat: no-repeat;
	text-align: center;
}

/* layout stuff here */
.leftdiv {
	float: left;
	width: 47.5%; /* by making one side less than 50%, IE won't flicker when resizing the browser narrower. */
	padding: 0;
	margin: 0;
}

.rightdiv {
	text-align: left;
	float:right;
	width: 49%; /* see .leftdiv above */
	padding: 0;
	margin: 0 15px 0 0;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.sidebar {
	float: left;
	width: 220px;
/*	border-right: 1px solid #000000;*/
}

.lftofbar {
	margin-left: 230px;
	border-left: 1px solid #000000;
}

.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 */
#footer {
	font-size: .85em;
	text-align: center;
	width: 960px;
	padding: 3px;
	margin-top: 0;
	clear: both;
	background-color: #c15934;
}

/*  wrapping it up nicely */
div#Wrap {
	text-align: center;
	width: 960px;
	border: 3px solid #c15934;
	height: 100%;
	clear: none;
	background-color: #fcfcd2;
}

#header {
	background: url(../images/banner_FP_2010.png) no-repeat top center;
	height: 217px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#titleBox3 {
	text-align: center;
	float: right;
	width: 400px;
	margin: 140px 20px 0 0;
	padding: 0;
}

div#WrapBlk {
	border: 4px solid #2e4572;
	width: 966px;
}

#cntrDiv {
	margin: 5px auto 10px;
	width: 650px;
	height: 300px;
	border: 2px solid #000000;
}

