/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-image: url(../images/LayoutFinal_04.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #header {
	position: relative;
}

#header #tagLine p {
	text-align: right;
	vertical-align: bottom;
	height: 10px;
	margin-top: 25px;
	margin-bottom: 30px;
}
#header #upperNav {
	margin-top: 49px;
	text-align: right;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
#header #upperNav a{
		text-decoration: none;
}
#header #lowerNav {
	text-align: right;
	vertical-align: bottom;
	margin-top: 16px;
	background-color: #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	height: 22px;
	text-decoration: none;
}
#header #lowerNav a {
	text-decoration: none;
	vertical-align: middle;
}
#header #logo img {
	position: absolute;
	left: 0px;
	top: 38px;
}
#flashBox {
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(../images/btmBorder1.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	height: 214px;
}

#flashBox noscript object {
	margin: 0px;
	padding: 0px;
}
#flashBox script {
	margin: 0px;
	padding: 0px;
}
#flashBox script {
	margin: 0px;
	padding: 0px;
}



#flashBox #flashBtmBorder {
	background-color: #fbc71b;
	height: 14px;
	width: 201px;
	margin: 0px;
	padding: 0px;
}



.style2 {font-size: 9}

#mainContent {
	margin-top: 15px;
	background-color: #f2f2f2;
	background-image: url(../images/separator.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#mainContent #leftContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px 5px 0px 0px;
	padding: 15px 20px 0px 5px;
	float: left;
	width: 395px;
	/* [disabled]background-image: url(../images/separator.gif); */
	background-repeat: no-repeat;
	background-position: right center;
	height: 220px;
	line-height: 1.2em;
}

#mainContent #rightContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	font-size: 8pt;
}
#footer {
	background-color: #fbc71b;
	height: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 6px;
	text-align: center;
	margin: 0px;
	padding: 2px 0px 0px;
	vertical-align: bottom;
}

.style4 {font-size: 8px}
.style5 {font-size: 7px}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-style: italic;
	font-size: 12px;
	font-weight: bold;
}
.style7 {font-size: 9px}
.clear {
	clear: both;
}
