/* CSS Document */
body {
	margin: 9px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	background-image: url(images/back_dots.gif);
	background-position: top center;
}

p, li, td {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

h3 {
	margin-bottom: -10px;
}

a {
	color: #5E824E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #71A15D;
	font-weight: bold;
}

.errormsg, .errormsg li, .errormsg p {
	color: #FF0000;
}

#maindiv {
	
}

#pagesurround {
	width: 768px;
	background-image: url(images/border_sides.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

#innerwidth {
	padding: 0px 5px 0px 5px;
	text-align: left;
}

#pageborder {
	padding: 11px;
}

#pagefooter {
	background-image: url(images/back_footer.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 45px;
}

#pagefooterpad {
	padding: 25px 9px 0px 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

#pagefooterpad a {
	font-family: Arial, Helvetica, sans-serif;
	color: #61964B;
	font-size: 11px;
	text-decoration: none;
}

#pagefooterpad a:hover {
	text-decoration: underline;
}

#columnsurround {
	position: relative;
	width: 758px;
}

#homeright {
	/* float styles*/
	float: right;
	/* begin absolute position styles
	position:absolute;
	top: 0px;
	right: 0px;
	z-index: 2; */
	/* end absolute position styles */
	width: 165px;
	padding: 0px;
	margin: 0px;
}

#homeleft {
	/* float styles*/
	float: left;
	/* begin absolute position styles 
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;*/
	/* end absolute position styles */
	width: 164px;
	padding: 0px;
	margin: 0px;
}

#homecenter {
	background-image: url(images/top_center.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px 165px 0px 164px;
	padding: 45px 0px 0px 0px;
	width: auto;
}

#subright {
	/* float styles*/
	float: right;
	width: 594px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/subtop_right.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#subleft {
	/* float styles*/
	float: left;
	width: 164px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#subpageheader {
	height: 146px;
}

#subpageheaderpad {
	padding: 84px 0px 0px 387px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#subright_rightinner {
	float: right;
	width: 165px;
	padding: 0px;
	margin: 0px;
}

#subright_main {
	float: left;
	width: 429px;
	margin: 0px;
	padding: 0px;
}

.pagesubhead {
	padding: 38px 0px 0px 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}

.newsletterpagesubhead {
	padding: 38px 0px 0px 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}

#topbar {
	position: relative;
}

#searchfloat {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 166px;
	height: 22px;
	background-image: url(images/back_searchbox.gif);
	background-position: top left;
	border-left: 1px solid #5F6A96;
	border-bottom: 1px solid #5F6A96;
}

#searchfloat input {
	width: 123px;
	height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	border: none;
	padding: 5px 0px 0px 5px;
}

.clearfloats {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#leftnavpad {
	padding: 3px;
	position: relative;
}

#primarynav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#primarynav li {
	margin: 0px;
	padding: 1px 0px 0px 0px;
	list-style-type: none;
}

#primarynav a {
	display: block;
	height: 21px;
	line-height: 21px;
	padding-left: 13px;
	background-image: url(images/back_mainnav.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

#primarynav a:hover {
	background-image: url(images/back_mainnav_on.gif);
}

#primarynav li.primarynavon a {
	display: block;
	height: 21px;
	line-height: 21px;
	padding-left: 13px;
	background-image: url(images/back_mainnav_on.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

#secondarynav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#secondarynav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: 1px solid #83B270;
}

#secondarynav a {
	display: block;
	padding: 3px 0px 3px 13px;
	background-image: url(images/back_secnav.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #5E824E;
	font-size: 11px;
	text-decoration: none;
}

#secondarynav a:hover {
	color: #798DA1;
}

#secondarynav li.secondarynavon a {
	color: #798DA1;
}

#rightsubnav {
	margin: 3px;
}

#rightsubnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#rightsubnav li {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	list-style-type: none;
	border: 1px solid #FFFFFF;
}

#rightsubnav a {
	display: block;
	padding: 5px;
	background-color: #71A15D;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	border-bottom: 4px solid #89B178;
}

#rightsubnav a:hover {
	background-color: #798DA1;
	border-bottom: 4px solid #90A0B1;
}

#primarynav ul.leftsubnav {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
}

#primarynav ul.leftsubnav li {
	font-family: Arial, Helvetica, sans-serif;
	color: #71A15D;
	font-size: 11px;
	margin-left: 0;
	padding: 2px 0px 2px 0px;
}

#primarynav ul.leftsubnav li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #71A15D;
	font-size: 11px;
	background: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	height: auto;
	line-height: normal;
	background-image: url(images/bullet_dash.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#primarynav ul.leftsubnav li a:hover {
	color: #798DA1;
	background: none;
	background-image: url(images/bullet_dash.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#primarynav ul.leftsubnav li.leftsubnavon a {
	color: #798DA1;
}

#primarynav ul.leftsubnav li.tertnav a {
	background-image: none;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 0px 2px 15px;
}

#primarynav ul.leftsubnav li.tertnavon a {
	background-image: none;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 0px 2px 15px;
	color: #798DA1;
}

#newsletterfloat {
	position: relative;
	padding-top: 23px;
	left: -8px;
}

.rightcolpad {
	padding: 10px;
}

.rightcolheading {
	font-family: Arial, Helvetica, sans-serif;
	color: #83B270;
	font-size: 12px;
	font-weight: bold;
}

ul.rightcollist {
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding-left: 0px;
}

ul.rightcollist li {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	margin-left: 0;
	padding: 0px 0px 10px 12px;
	background-image: url(images/arrow_bullet.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#contribfloat {
	position: relative;
	left: 0px;
}

.rightsubtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	padding: 10px;
}

#rightinnerborder {
	margin: 0px 3px 3px 3px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

#centercontent {
	padding: 20px 24px 20px 24px;
	min-height: 220px;
}

.scholarshiptitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #71A15D;
	font-weight: bold;
	margin-top: 10px;
}

.meetingtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #71A15D;
	font-weight: bold;
	margin-top: 10px;
}

.linkcatname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #71A15D;
	font-weight: bold;
	margin-top: 10px;
}
					
#popupmain {
	background-color: #ffffff;	
}
#popupclosebar {
	background-color: #ffffff;
	border-bottom: 1px solid #c3b9a5;
	height: 27px;
	padding-right: 47px;
}
#popupclosebar a {
	color: #8f931f;
	text-decoration: none;
}
#popupclosebar a:hover {
	text-decoration: none;
}
#popupcontentcell {
	padding: 28px 47px 28px 28px;
}
#popupimagecell {
	text-align: center;
	padding: 5px;
}
.popupbody {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}
#popupphoto_left {
	float: left;
	width: 199px;
	position: relative;
}
#popupphoto {
	width: 199px;
	height: 249px;
	
	overflow: hidden;
}
#popupphoto img {
	position: absolute;
	top: 0;
	left: 0;
}
#popupright {
	float: right;
	width: 299px;
}
#popupright p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#printthispage {
	float: right;
	display: block;
	background-image: url(/images/printicon_off.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-indent: 21px;
	height: 14px;
	padding-top: 4px;
	line-height: 14px;
	color: #2B6115;
	text-decoration: none;
	font-size: 11px;
}
#printthispage:hover {
	color: #2E63C5;
	background-image: url(/images/printicon_on.gif);
}
#closethiswindow {
	float: right;
	display: block;
	background-image: url(images/closewindow_off.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-indent: 21px;
	height: 14px;
	padding-top: 4px;
	line-height: 14px;
	text-decoration: none;
	font-size: 11px;
	color: #2B6115;
}
#closethiswindow:hover {
	color: #2E63C5;
	background-image: url(images/closewindow_on.gif);
}					
#popupmain {
	background-color: #ffffff;	
}
#popupclosebar {
	background-color: #ffffff;
	border-bottom: 1px solid #c3b9a5;
	height: 27px;
	padding-right: 47px;
}
#popupclosebar a {
	color: #8f931f;
	text-decoration: none;
}
#popupclosebar a:hover {
	text-decoration: none;
}
#popupcontentcell {
	padding: 28px 47px 28px 28px;
}
#popupimagecell {
	text-align: center;
	padding: 5px;
}
.popupbody {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	background-image: none;
}
#popupphoto_left {
	float: left;
	width: 199px;
	position: relative;
}
#popupphoto {
	width: 199px;
	height: 249px;
	
	overflow: hidden;
}
#popupphoto img {
	position: absolute;
	top: 0;
	left: 0;
}
#popupright {
	float: right;
	width: 299px;
}
#popupright p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#printthispage {
	float: right;
	display: block;
	background-image: url(/images/printicon_off.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-indent: 21px;
	height: 14px;
	padding-top: 4px;
	line-height: 14px;
	color: #2B6115;
	text-decoration: none;
	font-size: 11px;
}
#printthispage:hover {
	color: #5E824E;
	background-image: url(/images/printicon_on.gif);
}
#closethiswindow {
	float: right;
	display: block;
	background-image: url(images/closewindow_off.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-indent: 21px;
	height: 14px;
	padding-top: 4px;
	line-height: 14px;
	text-decoration: none;
	font-size: 11px;
	color: #2B6115;
}
#closethiswindow:hover {
	color: #5E824E;
	background-image: url(images/closewindow_on.gif);
}
.alt_off {
	background-color: #ffffff;
}
.alt_on {
	background-color: #EBEEF5;
}

.hometextsmall {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 color: #FFFFCC;
	 font-weight: bold;
	 font-size: 18px;
	 padding-left: 15px;
	 text-transform: uppercase;
	 line-height: 18px;
}

.hometextbig {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 color: #FFFFFF;
	 font-weight: bold;
	 font-size: 38px;
	 padding-left: 15px;
	 text-transform: uppercase;
	 line-height: 38px;
}