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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #F7F3F7;
	height: 100%;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#pagebody {
	width:100%;
	background: #F7F3F7 url(images/background2.gif) repeat-y;
	position: relative;
	height: 1%;
}

#holder {
	width:900px; 
	background: transparent; 
	z-index:3;
	position:relative;
}

#headerstripes {
	width: 100%;
	background: transparent url(images/background.gif) repeat-x;
	position:absolute;
	z-index:2;
	height: 258px;
	float:left;
}

#leftspace {
	width: 109px;
	height: 500px;
	background: transparent url(images/leftmargintop.gif) repeat-x;
	left: 0px;
	top: 0px;
	float:left;
}

#navstrip {
	width: 215px;
	background-color: #F7F3F7;
	float:left;
  	position:relative;
  	margin-top: 41px;
  	margin-left:1px;
  	_height: 500px;
}

#logo {
	width: 217px;
	height: 80px;
	background: #9C0829 url(images/logo.gif) no-repeat;
	xleft: -1px;
	z-index:5;
	position:relative;
	border:0px;
	padding:0px;
	margin:0px;
	
}

#mainnav {
	margin-left:0px;
	margin-top:25px;
	position:relative; /* needed for menu in IE */
	_height:1px; /* needed for menu in IE */
	z-index:300;
	background-color: #FEEDBE;
}

#dnn_announcepane {
	margin-top:25px;
	position: relative;
	padding: 3px;
	_width: 210px;
	_height: 250px;
}

#headerblock {
	width: 560px;
	height: 256px;
	float:left;
	z-index:3;
	_margin-left: -2px;
}

#headerimage {
	width: 100%;
	height: 298px;
	background: transparent url(images/headertight.png) no-repeat;
}

#contentblock {
	width: 525px;
	background-color: #F7F3F7;
	float:left;
	padding: 5px;
	margin-top:3px;
	margin-left:8px;
}

#footer {
	height: 19px;
	width: 100%;
	background: url(images/greenbar.gif) repeat-x;
}

#footerpad {
	width: 900px;
	text-align: center;
}

#dnn_contentpane {
	width: 522px;
}

#dnn_leftpane, #dnn_rightpane {
	width: 255px;
}

#dnn_leftpane {
	float: left;
}

#dnn_rightpane {
	float: right;
}

#breadcrumb {
	margin-top: 225px;
	margin-left: 20px;
	z-index: 10;
	font-size: 11px;
}

#infobar {
	width: 535px;
	text-align: right;
	padding-top: 1px;
	left: 0px;
	font-size: 11px;
}

.clear {
	clear:both;
    height:1px;
    overflow:hidden;
}



body {
   	font-family: Geneva, ‘Lucida Sans’, ‘Lucida Grande’, ‘Lucida Sans Unicode’, Verdana, sans-serif;
   	font-size:70%;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

#folio {
	text-align: center;
	width: 710px;
	}
#folio .leftcol,
#folio .rightcol {
	width: 200px;
	}
	
#folio .midcol {
 	width: 300px;
	text-align: left;
	}
			
.accent  {
	background-color: #000000; 	  /* black */
	}
.accent2  {
	background-color: #990033; 	  /* maroon */
	}

.bigger {
	font: 12px/140% verdana, sans-serif;
	}
.quote {
	color: #000033; 
	margin: 16px 0px 16px 0px;
	padding: 3px 24px 3px 24px;
	width: 60%;
	text-align: center;
	border-top: 2px solid #ffd700;
	border-bottom: 2px solid #ffd700;
	}
.specs {
	color: #000033; 
	font-size: 9px;
	}

a 			  {color: #cd0000; text-decoration: none;}   /* red3 */
a:visited {color: #8b0000;}   /* red4 */
a:hover 	{color: #CDAD00; text-decoration: underline;}   /* gold3 */
a:active 	{color: #FFB90F;}

img.shadowed {
background: #DDDDBB;
border: 2px solid #666;
color: #fff;
padding: 10px;
position: relative;
top: -3px;
left: -3px;
}

foo.img.shadowed{
	border-top: 1px solid #ff9900; 
	border-left: 1px solid #789504; 
	border-bottom: 3px solid #DDDDBB; 
	border-right: 3px solid #DDDDBB; 
	background-color: #DDDDBB;
	padding: 1px 1px 3px 3px;
} 


.Pane * {
	font-size: 14px;
} 

.Pane ol, 
.Pane ul {
	margin-left: 2em;
	margin-bottom: 1em;
	margin-top: .5em;
}

.Pane h1 {
	font-size: 2em;
	font-weight: bold;
	color: #990033;  /* magenta */
	margin-bottom: 3px;	
	margin-top: 1.25em;
	}
	
.Pane h2 {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: #990033;  /* magenta */
	margin-top: .5em;
}

.warning {
	font-sytle: italic;
	color: red;
}

.smaller {
	font-size : 85%
}
.DNN_ANN_DesignTable * .SubHead {
	background-color:#98CB00;
	color:#003366;
    display:block;
	font-family:Trebuchet, Tahoma, Arial, sans-serif;
	font-size:9pt;
	font-weight:bold;
	padding-top:7px;
	padding-bottom:5px;
}
.DNN_ANN_Description p {
	font-size: 9pt;
}
