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

body

{
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top left;
	background-image: url(Page-BgGradient.jpg);
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	;
}

a{
color:#006633;
}

h2{
	color:#244C00;
	padding:1px 0 1px 10px;
	margin: 5px 0px 10px 0;
	border-bottom: #ff9900 4px solid;
	border-top: #ff9900 2px solid;
}


#frame{
width:1020px;
margin:0 auto;
}

#header{
    position:relative;
	width: 100%;
	height:500px;
	display: inline-block;
    z-index:-10;

}


#tips{
    position:relative;
	top: -10px;
	width: 500px;  
}


#content{
	width:960px;
	margin: 0px 0 0 0;
	display:inline;
}

#main{
	width:1020px;
	margin: 0 0 -140px 0;
}

#left{
width:486px;
padding:10px;
float:left;
border:#ebebeb 1px solid;
background-color:#f7f7f7;
}

#right{
	width:490px;
	float:right;
	padding:10px;
	margin: 0px 0 0 0px;
	z-index:10;
}

.menu{
	font-weight: bold;
	width: 100%;
	float: left;
	padding: 7px 0 0 0;
	text-align: center;
}

.menu ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0 0 5px 20px;
//set value to "left", "center", or "right"*/
}

.menu ul li{
display: inline;
}

.menu ul li a{
	color: #244C00;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: #244c00 2px solid; /*bottom border is 3px*/
}

.menu ul li a:hover, .menu ul li a.selected{
	border-bottom-color: #244C00;
}
table a img{
border:none;
padding:0 0 0 14px;
}

.credit{
	font-style: italic;
	font-size: 12px;
	text-align: left;
	margin: 0 0 15px 20px;
}

blockquote{
}

.quote{
	display: inline-block;
	width: 410px;
	float: left;
	padding: 0 25px 10px 25px;
	margin: 0 15px;
	background-color: #F7F7F7;
}
.more a{
	text-align:right;
	text-decoration: none;
	font-size: 12px;
}
