
html {
	background: #FBF0D2 url(images/bg-bot.png) repeat-x scroll left bottom;
}
h1, h2, h3, h4 {
	color: #FFFFFF;
	text-align: center;
	letter-spacing: .1em;
	margin: 5px 5px 10px 5px;
	font-family: Century, "Times New Roman", serif;
}
a:link    { color: #3A1628; text-decoration: none; }
a:visited { color: #3A1628; text-decoration: none; }
a:hover   { color: #9A2E4A; text-decoration: underline; }
a:active  { color: #7E575F; text-decoration: underline; }
img {
	border: none;
}
p {
	padding: 5px 10px;
	text-indent: 15px;
}
ul {
	text-align: left;
	list-style: circle;
}
li {
	margin: 15px 0px;
}
li li {
	list-style: none;
	margin: 5px -30px;
}
.center {
	text-align: center;
}
.lighter {
	font-weight: lighter;
}
.left {
	text-align: left;
}
body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	letter-spacing: .05em;
	font: 10pt "Futura Bk", Verdana, sans-serif;
	background: url(images/bg-top.png) repeat-x scroll left top;
}
.wrapper {
	width: 1000px;
	margin: 0px auto;
	background: url(images/bg-cutout.png) no-repeat 0px 175px;
}
.container {
	width: 850px;
	height: 100%;
	padding: 0px;
	margin: 0px auto;
}
/* Top Header */
div.header {
	width: 850px;
	height: 125px;
	margin: 0px
	text-align: center;
	border: 1PX #3A1628 solid;
	background: url(images/iorg.png) no-repeat 10px 15px;
}
div.header h1 {
	font-size: 285%;
	margin: 35px 0px 0px 180px;
}
div.header h2 {
	font-size: 125%;
	font-weight: lighter;
	margin: 5px 0px 0px 180px;
}

/* Top Menu Non-Members */
.non {
	width: 850px;
	height: 45px;
	margin: 0px 0px 10px 0px;
	}
.non ul, .non li{
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.non a {
	top: 10px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
	float: left;
	width: 120px;
	height: 15px;
	overflow: hidden;
	position: relative;
	margin: 13px 1px 0px 0px; /*Spacing between each tab*/
	padding: 5px 0px 3px 0px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
}

.non #red { background: url(images/menu-red-text.png) no-repeat right top; margin-left: 2px	}
.non #ora { background: url(images/menu-ora.png) no-repeat right top;	}
.non #yel { background: url(images/menu-yel.png) no-repeat right top;	}
.non #gre { background: url(images/menu-gre.png) no-repeat right top;	}
.non #blu { background: url(images/menu-blu.png) no-repeat right top;	}
.non #ind { background: url(images/menu-ind.png) no-repeat right top;	}
.non #vio { background: url(images/menu-vio.png) no-repeat right top;	}	

.non .selected a{
	background-position: 0% -125px;
	padding-bottom: 13px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
}

.non a:hover{
	background-position: 0% -125px;
	padding-bottom: 13px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
	text-decoration: none;
}

/* Main Content */
.content {
	float:right;
	width: 700px;
	height: 100%;
	margin: 0px;
	background: #FFFFFF url(images/iorg-crop.png) no-repeat 0% 0%;
	}

.content_index {
	float:right;
	width: 700px;
	height: 100%;
	margin: 0px;
	background: #FFFFFF url(images/iorg-crop2.png) no-repeat 0% 0%;
}
.content_index h3 {
	text-align: center;
	font-size: 175%;
}
.content_index h4 {
	color: #F6E000;
	font-size: 125%;
	font-weight: lighter;
	margin-top: -7px;
	margin-bottom: -5px;
}
.content_index .box1 p, .content_index .box2 p {
	text-indent: 0px;
	margin: 15px 5px 5px 5px;
	padding: 0px;
}
.content_index .box1 ul,.content_index .box2 ul {
	text-align: left;
	list-style: circle;
	margin: 10px 5px 10px 45px;
	padding: 0px;
}
.content_index .box1 li, .content_index .box2 li {
	margin: 0px;
}
.content h1 {
	color: #9A2E4A;
	padding: 5px 0px 0px 0px;
}
.content h2 {
	color: #23764E;
	font-size: 150%;
}
.content h3 {
	color: #640F24;
}
.content h4 {
	color: #A95132;
}
 .content h5{
	color: #23764E;
	margin-bottom: -15px;
	font-size: 100%;
}
.content a:link	      { color: #9A2E4A; text-decoration: underline; letter-spacing: 1.5px; font-size: 11pt}
.content a:visited	  { color: #9A2E4A; text-decoration: underline; letter-spacing: 1.5px; font-size: 11pt}
.content a:hover      { color: #7E575F; text-decoration: underline; }

.box1 {
	float: left;
	width: 210px;
	height: 250px;
	text-align: center;
	margin: -10px 6px 25px 9px;
}
.box2 {
	float: left;
	width: 230px;
	height: 235px;
	text-align: center;
	padding: 0px;
	margin: 5px 10px 25px 10px;
}
.box3 {
	float: left;
	width: 340px;
	height: 100%;
	text-align: left;
	margin: -10px 5px 25px 5px;
}

/*Side Menu Members */
.sidebar {
	float: left;
	width: 145px;
	margin: 0px;
	letter-spacing: normal;
	font: 10pt Century, "Times New Roman", serif;
	background: #BA404F url(images/menu.png) no-repeat;
	}
.search {
	width: 130px;
	height: 16pt;
	margin: 10px 7px;
	background-color: #FFFFFF;
}
.sidebar ul {
	width: 130px;
	height: 100%;
	margin: -5px 0px 5px 5px;
	padding: 0px;
	list-style: none;
}
.sidebar li {
	margin: 0;
	padding: 15px 0px 3px 5px;
	background: url(images/img5.jpg) repeat-x left bottom;
}
.sidebar li ul {
}
.sidebar li ul li {
	margin: 5px 0px 5px -7px;
	background-image: none;
}
.sidebar li li ul {
}
.sidebar li li li {
	margin: 0;
	padding: 5px 0px 5px 0px;
	background: none;
}
.current {
	color: #000000;
	font-size: 77%;
	letter-spacing: .5em;
	font-weight: bold;
}
.sidebar .grand, .sidebar .pledge, .sidebar .resources {
	display: none;
}
.sidebar p {
	margin: 0px;
	line-height: normal;
}
.footer {
	clear:both;
	height: 100px;
	padding:5px 10px;
	border-color:#00FF00;
}
.footer p {
	text-align: center;
	color: #FFFFFF;
	margin:0;
}
.footer a:link    { color: #c65673; text-decoration: underline; }
.footer a:visited { color: #c65673; text-decoration: underline; }
.footer a:hover   { color: #9A2E4A; text-decoration: underline; }
.footer a:active  { color: #7E575F; text-decoration: underline; }

	* html #footer {
	height:1px;
}