@media print{
hr, #nav, #sidebar, #footer ul {
    display:none;
}
body {
    font: 90% georgia;
}
}

@media screen{
/*******************************/
*{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1em;
	text-decoration: none;
}
a{
	color: #BF5C30;
}
body{
	background: url(../images/bkg_body.gif) repeat-x 0px 200px;
	font: 0.8em Arial,Helvetica,sans-serif;
}
h1,h2,h3,h4,h5,h6{
	margin-bottom: .25em;
	color: #857900;
}
hr{
	display: none;
}
html{
	background: #503609;
}
/*******************************/
#body{
	clear: both;
	padding: 2em 0;
	background: url(../images/bkg_body.gif) #FDF7E5 repeat-x 0px -50px;
}
#body .wrap{
	margin: auto;
	width: 800px;
}
/*******************************/
#calendar .entry{
	border-top: 1px solid #ECE6D2;
	padding: 1.5em 0;
}
#calendar .entry p{
	margin-bottom: .5em;
}
#calendar .results h2{
	margin-bottom: 1em;
}
/*******************************/
#container{
	background: url(../images/bkg_container.jpg) no-repeat center top;
}
/*******************************/
#content{
	float: left;
	width: 550px;
	color: #503609;
}
#content a:hover{
	text-decoration: underline;
}
#content h1{
	font-size: 2em;
}
#content h2{
	font-size: 1.5em;
}
#content h3{
	font-size: 1.25em;
}
#content h4{
	font-size: 1em;
}
#content img{
	border: none;
}
#content li{
	margin-left: 2em;
	list-style: disc;
}
#content p{
	margin-bottom: 1.5em;
	font-size: 1em;
}
#content ul{
	margin-bottom: 1.5em;
}
/*******************************/
#footer{
	clear: both;
	padding: 80px 0;
	background: url(../images/bkg_footer.gif) #503609 repeat-x;
	font-size: .85em;
	text-align: right;
}
#footer *{
	color: #7D6336;
}
#footer .notice{
	clear: both;
	color: #E8D5B5;
}
#footer div{
	margin: auto;
	width: 800px;
}
#footer ul{
	border-bottom: 1px dotted;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
#footer ul *{
	padding-left: 6px;
	display: inline;
	color: #FFFFFF;
	text-transform: uppercase;
}
/*******************************/
#home{
	background: #251700;
}
#home #body{
	background: #503609;
}
#home #body{
	padding-top: 0;
}
#home #content{
	padding-top: 10px;
	width: 570px;
	color: #E8D5B5;
}
#home #content{
	padding-top: 36px;
}
#home #content img{
	/*width: 100%;*/
}
#home #footer{
	background: url(../images/bkg_footer_home.gif) #251700 repeat-x;
}
#home #nav .main .escape div{
	display: none;
	background: url(../images/escape_top_home.gif) no-repeat;
}
#home #nav .main .escape p{
	background: url(../images/escape_bottom_home.gif) no-repeat left bottom;
}
#home #sidebar{
	padding-left: 10px;
	width: 201px;
}
#home #title{
	background: url(../images/bkg_head_home.gif);
}
#home #title a{
	width: 230px;
	height: 100px;
}
#home .calendar{
	padding-bottom: 3px;
}
#home .feature h2{
	color: #FFFFFF;
	font-size: .9em;
	text-transform: uppercase;
}
/*******************************/
#memberPrograms #content li{
	margin-left: 1em;
	list-style: none;
}
#memberPrograms h2,#resourcesPublications h2,#resourcesAlpha h2{
	font-size: 1.3em;
	text-transform: uppercase;
}
#memberPrograms h3,#resourcesPublications h3,#resourcesAlpha h3{
	margin-left: 1em;
	margin-top: 1em;
	font-size: 1em;
}
#memberPrograms h4,#resourcesPublications h4,#resourcesAlpha h4{
	margin-left: 1em;
	color: #5E3000;
}
/*******************************/
#nav{
	margin: auto;
	width: 800px;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	text-transform: uppercase;
	position: relative;
}
#nav .main{
	width: 840px;
	height: 50px;
}
#nav .main *{
	float: left;
	position: relative;
}
#nav .main .escape a{
	border: 1px solid #ADA35E;
	padding-bottom: 18px;
	background: #BF5C30;
}
#nav .main .escape div{
	width: 201px;
	background: url(../images/escape_top.gif) #BF5C30 no-repeat;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	text-transform: none;
	left: -9999px;
	position: absolute;
	top: 50px;
}
#nav .main .escape div a{
	border: none;
	float: none;
	padding: 0;
	background: none;
	color: #FFFF00;
}
#nav .main .escape p{
	padding: 50px 15px 15px;
	width: 171px;
	background: url(../images/escape_bottom.gif) no-repeat left bottom;
}
#nav .main .escape:hover div,#nav .main .escape.hover div,#home #nav .main .escape div{
	left: -140px;
}
#nav .main a{
	padding: 20px 15px;
	background: url(../images/nav_button.gif) #918901;
	color: #FFFFFF;
}
#nav .main li ul{
	width: 201px;
	left: -9999px;
	position: absolute;
	top: 50px;
}
#nav .main li:hover ul,#nav .main li.hover ul{
	left: 0px;
}
#nav .main ul a{
	padding: 10px 10px;
	width: 181px;
	background: url(../images/nav_button.gif) #918901 left bottom;
}
#nav .secondary{
	font-size: 9px;
	position: absolute;
	right: 110px;
	top: -175px;
}
#nav .secondary *{
	float: left;
}
#nav .secondary a{
	border-right: 1px solid #C6D9A4;
	padding: 5px;
	color: #BF5C30;
}
/*******************************/
#search{
	position: absolute;
	right: 0;
	top: -174px;
	z-index: 9999;
}
#search #input{
	margin-right: 3px;
	padding: 4px;
	width: 70px;
	background: #FFFFFF;
	color: #799546;
}
#search *{
	border: 1px solid #C6D9A4;
	padding: 3px 0px;
	background: #BF5C30;
	color: #FFFFFF;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
}
/*******************************/
#cse-search-box{
	position: absolute;
	right: 0;
	top: -177px;
	z-index: 9999;
}
#cse-search-box #input{
	border: 1px solid #C6D9A4;
	margin-right: 3px;
	padding: 4px;
	width: 70px;
	background: #FFFFFF;
	color: #799546;
}
#cse-search-box *{
	border: 0px solid #C6D9A4;
	padding: 3px 0px;
	color: #FFFFFF;
	font-size: 8px;
	font-weight: bold;
}
#cse-search-box #submit{
	background:#BF5C30;
}
/*******************************
a.gs-title{
	font-size: 1.3em;
	font-weight: bold;
}
form.gsc-search-box,.gs-result{
	margin-bottom: 2em;
}
.gsc-input{
	width: 250px;
}
.gsc-resultsHeader,.gs-visibleUrl-short,.gs-watermark{
	display: none;
}
.gs-result b{
	color: #F58345;
}
.gs-visibleUrl-long{
	padding-top: .5em;
	font-weight: bold;
}
.gsc-branding-img{
	padding:3px 0 0 2px;
	}
.gsc-ad-box{
	display::none;
	}
/*******************************/
#sidebar{
	float: left;
	padding-left: 30px;
	width: 220px;
	color: #E8D5B5;
}
#sidebar .escape{
	background: url(../images/escape_top_home.gif);
}
#sidebar .escape a{
	color: #FFFF00;
}
#sidebar .escape p{
	padding: 50px 15px 15px;
	width: 171px;
	background: url(../images/escape_bottom_home.gif) no-repeat left bottom;
}
#sidebar .feature{
	background: url(../images/features_top.gif);
}
#sidebar .feature .wrap{
	padding: 20px;
	width: auto;
	background: url(../images/features_bottom.gif) no-repeat left bottom;
}
#sidebar blockquote{
	padding: 10px 10px 0;
	width: 177px;
	background: url(../images/blockquote_top.gif) #5E3000 no-repeat;
}
#sidebar blockquote b a,#sidebar blockquote strong a{
	color: #E6B056;
	font-weight: bold;
}
#sidebar blockquote b,#sidebar blockquote strong{
	margin-left: -10px;
	margin-right: -10px;
	padding: 0px 10px 35px;
	display: block;
	background: url(../images/blockquote_bottom.gif) no-repeat center bottom;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1.2;
}
/*******************************/
#title{
	margin: auto;
	width: 850px;
	background: url(../images/bkg_head.gif);
	height: 200px;
	position: relative;
}
#title a{
	width: 165px;
	text-indent: -9999px;
	height: 70px;
	left: 20px;
	position: absolute;
	top: 20px;
}
/*******************************/
#webform .userinput,#webform textarea{
	width: 300px;
	font-size: 11pt;
}
}
