/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}





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

body 
{ 
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
 	behavior: url("/media/css/csshover3.htc");
 	background:url(/media/i/greenbg2.jpg) repeat-x #ffffff;
 
  }
img { border:0;}

a {
	color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	color:#823B05; 
	text-decoration:none; 
	font-weight:bold;
	font-size:11px;
}

.clear { clear:both; }


ul
{
	list-style-type:none; padding:4px;padding-left:5px;
}
li { line-height:150%; }
a:hover { text-decoration:underline; }

h1, h2, h3, h4, h5, h6 
{
	font-family:"Myriad Pro",Helvetica,Arial,sans-serif; 
	font-weight:normal;
	color:#003300;
}
	
h1 { font-size:30px; line-height:30px;margin:0px 0px 5px 5px; }
h2 { font-size:18px;}
p { padding-left:15px; line-height:150%; padding-bottom:15px; }
.bright { color:#ffffff; }


#wrapper {
	width:910px;
	border:5px solid #d1eaae;
	background-color:white;
	margin:auto;
	padding:40px 13px;
}
#topnav { margin-top:15px; padding-top:5px }

#header {
	width:960px;
	background:url(/media/i/nav_bg3.png) no-repeat top right;
	background-repeat:no-repeat;
	height:160px;
	margin:0px auto;
}

.panel 
{
	background:url(/media/i/run_bg.gif) no-repeat bottom right #ffffff;
	background-position:bottom right;
	padding:0px;
	margin:10px;
	border-bottom:3px solid black;
	width:280px;
	min-height:120px;
  	height:auto !important;
  	height:120px;

}
.panel h2 {
	background-color:#f6c11b;
	padding:9px 16px;
	margin:0;
}
