@charset "utf-8";
/* CSS Document */

body 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height:16pt;
	margin:0;
	background-color:#949a70;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

#wrapper 
{
	width:800px;
	margin:0 auto;
}

#page 
{
	width:800px;
	padding:0 0 0 0;
	background-color:#FFFFFF;
}
#top 
{
	height:100px;
	background-image:url(../images/topbg.gif);
	background-repeat:no-repeat;
	margin-bottom:-10px;
	}

#flash 
{
	margin-left:0;
	position:relative;
	z-index:4;
}
#bar 
{
	width:800px;
	height:11px;
	background-image:url(../images/bar.gif);
	background-repeat:repeat-y;
}
#lower {
	background-image:url(../images/rightcolumnbottom.jpg);
	background-position:210px bottom;
	background-repeat:no-repeat;
}
#leftcol {
	width:175px;
	margin-top:0px;
	float:left;
}

#leftcolimg {
	margin-top:90px;
	text-align:center;
}

#leftcolfb, #leftcolfb a:link {
	margin-top:30px;
	margin-left:15px;
}
#rightcol {
	margin-left:2px;
	float:right;
	width:570px;
	padding-bottom:50px;
	padding-right:50px;
}
#video {
	width:320px;
	margin-top:22px;
	padding-left:15px;
	padding-bottom:6px;
	float:right;
}
.inset {
	padding-left:25px;
	padding-top:25px;
	padding-right:25px;
}
.clearer {
	clear:both;
}
.white {
	color:#fff;
}
.small {
	font-size:10px;
}
.italic {
	font-style:italic;
}
.plain {
	text-decoration:none;
}
.noborder {
	border:none;
}
.center {
	text-align:center;
}
.compress {
	margin:0;
	padding:0;
}
.bold {
	font-weight:bold;
}

#rightcol h1 { 
	font-size:16pt;
	font-weight:normal;
	color:#0f3348; /* dark teal */
	margin-top:25px;
	margin-right: 10px;
	border-bottom:2px solid #c07d2d; /* orange */
}

#rightcol h2 {
	font-size:9pt;
	font-weight:bold;
	color:#868686;
	margin:0;
	padding:0;
	padding-left:16pt;
}

#rightcol h3 {
	font-size:11pt;
	font-weight:bold;
	color:#1a2642; /* navy blue */
	margin:1em;
	padding:0;
	padding-left:4pt;
}

#rightcol h4 {
	font-size:13px;
	font-weight:bold;
	color:#1a2642; /* navy blue */
	border-bottom:1px solid #C6E040;
}

#leftcol h5 { /* used in the left column at the bottom for the address */
	font-size:13px;
	line-height:16px;
	color:#c6e040; /* lime green */
}

#rightcol p, #rightcol th, #rightcol td {
	color:#10426a; /* dark teal */
	padding:0;
	padding-right:25px;
	font-size:9pt;
	line-height:14pt;
	margin:16pt 12pt 0pt 16pt;
}
#rightcol ul {
	margin:1em 1em 1em 0;
	list-style-position:outside;
	padding-left:20px;
}
#rightcol ul li {
	font-size:10pt;
	line-height:14pt;
	color:#0f3348; /* dark teal */
}

#rightcol a:link, #rightcol a:visited {
	color:#3e4a5f; /* dark blue */
	font-weight:bold;
}
#rightcol a:hover , #rightcol a:active {
	color:#1b5b7f; /* dark teal */
}
/* BUTTONS */
#leftcol a {
	color:#ffffff;
	display:block;
	font-size:11px;
	padding:0 0;
	text-align:center;
	text-decoration:none;
	width:70px;
}
li.orange, .orange span.date, a.orange {
	background:#A46B29 none repeat scroll 0 0;
}
#leftcol ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#leftcol ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 auto;
	padding:0;
}
#leftcol li {
	border-bottom:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
	float:left;
	margin-left:0px;
}

/* FOOTER */
#bottom {
	height:13px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#3e4a5f;
}
#footer 
{
	height:20px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	font-size:8pt;
	text-align:center;
}

#footer p {
	margin:0;
	padding:0;;
}
#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#fff;
}
#footer a:hover, #footer a:active {
	text-decoration:none;
	border-bottom:1px dotted #c6e040; /* lime green */
	color:#fff;
}


