body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	border: none;
}

h2 {
	font-weight: normal;
	color: #1D75BB;
	margin: 0px;
	font-size: 20pt;
	letter-spacing: -3px;
	text-indent: -9999px;
}

#border {
	width: 993px;
	background-color: white;
	background-image: url(images/bordermiddle.gif);
	background-repeat: repeat-y;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -496px;
	z-index: -60;
	min-height: 820px;
	max-height: 900px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#topborder {
	width: 993px;
	height: 400px;
	background-image: url(images/bordertop.gif);
	background-repeat: no-repeat;
	background-color: white;
	position: absolute;
	left: 0px;
	z-index: -5;
}

#bottomborder {
	width: 993px;
	height: 400px;
	background-image: url(images/borderbottom.gif);
	background-repeat: no-repeat;
	background-color: white;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: -5;
}

#container {
	width: 983px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 5px;
	background-color: white;
	position: relative;
	z-index: 1;
}

#header {
	width: 983px;
	background-color: #2eb135;
	height: 120px;
	background-image: url(images/headerwhite.gif);
	background-repeat: repeat-x;
	padding-left: 0px;
	position: absolute;
	z-index: 5;
}

#logo {
	width: 352px;
	height: 100px;
	position: relative;
	left: 20px;
	top: 0px;
	z-index: 1;
	background-image: url(images/ASIL.gif);
}

.topicon {
	position: relative;
	top: 20px;
	z-index: 11;
	float: right;
	margin-right: 10px;
	text-align: right;
	margin-left: 10px;
}

#menu {
	width: 983px;
	height: 45px;
	background-image: url(images/menubg.png);
	background-repeat: repeat-x;
	position: relative;
	left: 0px;
	top: 85px;
	z-index: 10;
}

#contentbox {
	width: 983px;
	margin-top: 92px;
}

#content {
	width: 500px;
	margin-left: 210px;
	padding-top: 60px;
	padding-bottom: 30px;
	position: relative;
	z-index: 5;
	min-height: 200px;
	font-size: 11px;
	line-height: 16px;
}
#content_high {
	width: 500px;
	margin-left: 210px;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	z-index: 5;
	min-height: 200px;
	font-size: 11px;
	line-height: 16px;
}

#pageheader {
	width: 500px;
	margin: 0px 0px 30px 0px;
	background-repeat: no-repeat;
	background-position: left;
	text-indent: -9999px;
}

.blueitalic {
	color: #1D75BB;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 20px;
	margin-top: -3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.bluebold {
	color: #1D75BB;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

a.menuitem:link, a.menuitem:visited {
	height: 20px;
	float: left;
	display: block;
	text-decoration: none;
	margin-top: 25px;
	text-align: center;
	color: #333333;
	font-size: 10px;
}

a.menuitem:hover {
	border-bottom: 7px solid #2a6ebb;
	display: inline-block;
	font-weight: bolder;
}

a.menuitemline {
	height: 20px;
	float: left;
	display: block;
	text-decoration: none;
	margin-top: 25px;
	text-align: center;
	color: #2A6EBB;
	font-size: 10px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #2a6ebb;
	font-weight: bold;
}

#submenu {
	width: 200px;
	height: 220px;
	float: left;
	padding-top: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#facebook{
	float: right;
	margin-right: -20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

a.submenuitem:link , a.submenuitem:visited {
	text-decoration: none;
	color: #2a6ebb;
	font-size: 10px;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	padding-left: 31px;
	display: list-item;
	height: 18px;
	float: left;
	list-style-type: none;
	display: block;
	line-height: 20px;
}

a.submenuitem:hover {
	float: left;
	text-decoration: none;
	color: #2a6ebb;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(images/bluetriangle.png);
	background-repeat: no-repeat;
	background-position: left center;
}

a.submenuitemline {
	float: left;
	text-decoration: none;
	color: #2a6ebb;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 31px;
	display: list-item;
	height: 18px;
	float: left;
	list-style-type: none;
	display: block;
	line-height: 20px;
	background-image: url(images/bluetriangle.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 150px;
}

#blackboardtop {
	width: 133px;
	height: 13px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	background-image: url(images/bb_bg1.jpg);
}

#blackboardmiddle {
	width: 133px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bb_bg2.jpg);
	text-align: center;
	padding: 15px 0px 20px 0px;
}

#blackboardbottom {
	width: 133px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bb_bg3.jpg);
}

a.blackboard1:link, a.blackboard1:visited {
	width: 88px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image: url(images/donate1a.jpg);
}

a.blackboard1:hover {
	background-image: url(images/donate1b.jpg);
}

a.blackboard2:link, a.blackboard2:visited {
	width: 87px;
	height: 42px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image: url(images/donate2a.jpg);
}

a.blackboard2:hover {
	background-image: url(images/donate2b.jpg);
}

a.blackboard3:link, a.blackboard3:visited {
	width: 104px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image: url(images/donate3a.jpg);
}

a.blackboard3:hover {
	background-image: url(images/donate3b.jpg);
}

#sidebar {
	width: 160px;
	float: right;
	position: relative;
	padding: 0px 50px 0px 40px;
	color: #41AD49;
	font-size: 1.4em;
	line-height: 1em;
}
#sidebar_Text {
	width: 180px;
	float: right;
	position: relative;
	font-size: 11px;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.sidebarphoto {
	position: relative;
	z-index: 4;
	float: right;
	right: -40px;
}
ul {
	font-size: 11px;
}
li {
	list-style-position: outside;
	list-style-image: url(images/bullet8.gif);
	margin-bottom: 6px;
}
a:hover {
	font-weight: bold;
}

.byline {
	color: #999999;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
}

#nextfooter {
	width: 500px;
	height: 20px;
	padding: 20px 0px 0px 0px;
}

a.redlink:link, a.redlink:visited  {
	width: 200px;
	height: 20px;
	text-decoration: none;
	color: white;
	text-align: center;
	line-height: 18px;
	font-weight: bold;
	background-color: #F00;
	display: block;
}

a.redlink:hover {
	background-color: #1D75BB;
}
a.nextlink:link, a.nextlink:visited  {
	width: 100px;
	height: 20px;
	text-decoration: none;
	color: white;
	text-align: center;
	line-height: 18px;
	font-weight: bold;
	background-color: #2375BB;
	display: block;
}

a.nextlink:hover {
	background-color: #1D75BB;
}

#footer {
	width: 933px;
	border-top: 6px solid #41AD49; 
	padding-top: 5px;
	padding-left: 50px;
	height: 40px;
	font-size: 10px;
	color: #999999;
}

a.footerlink:link, a.footerlink:visited {
	text-decoration: none;
	color: #999999;
}

a.footerlink:hover {
	color: #333333;
}
#quotes {
	font-family: 'Covered By Your Grace', sans-serif;
	}
	
.noticebox {
	height: 55px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 51px;
	z-index: 20;
	padding: 15px 20px 10px 20px;
	font-size: 10px;
}

#flaggirl {
	position: absolute;
	bottom: 51px;
	right: 20px;
	z-index: 21;
}

#polaroids {
	position: absolute;
	bottom: 44px;
	left: 12px;
	z-index: 21;
}

.noteboxheader {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

a.summarylink:link, a.summarylink:visited {
	text-decoration: none;
	color: #000000;
	margin: 0px;
}

a.summarylink:hover {
	color: #41AD49;
}

.slideshow {
	position: relative;
	z-index: 10;
	background-image: url(images/menu1.jpg);
}
.reditalicbig {
	color: #C1272D;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 24px;
	margin-top: -3px;
}
.blueitalic2 {
	color: #C1272D;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	margin-top: -20px;
}
.tablelines {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.blueitalicSub {
	color: #1D75BB;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	margin-top: -3px;
	margin-bottom: -1px;
}
.whitetext {
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#logoboxleft {
	margin-left: 10px;
	margin-right: 10px;
	width: 185px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.leftboxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding-right: 40px;
	padding-left: 20px;
}
.sidebarlogo {
	position: relative;
	z-index: 4;
	float: right;
	right: -40px;
	margin-right: 20px;
	margin-top: 50px;
}
#storypanel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFBEA;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 13px;
	margin-bottom: -10px;
	border: thin dotted #CCCCCC;
	margin-top: -10px;
	margin-left: -10px;
	width: 650px;
}
#textpicleft {
	margin-left: -50px;
	float: left;
	margin-right: 15px;
}
a.footerlinkapm:hover {
	color: #CC0000;
}
a.footerlinkapm:link,  a.footerlinkapm:active, a.footerlinkapm:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#facebookindex {
	float: right;
	margin-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-top: 22px;
}
.credit {
	color: #999999;
	font-size: 9px;
	line-height: 11px;
	text-align: right;
	font-style: oblique;
}
#polaroidmiddle {
	position: absolute;
	z-index: 21;
	left: -55px;
	bottom: -4px;
}
#contentwide {
	width: 700px;
	margin-left: 210px;
	padding-top: 60px;
	padding-bottom: 30px;
	position: relative;
	z-index: 5;
	min-height: 200px;
	font-size: 11px;
	line-height: 16px;
}
#story {
	margin: 15px 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666666;
}
#flashad {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 25px;
}
#textpicright {
	float: left;
	margin-right: 15px;
}
#dotrule {
	height: 15px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999;
}

#partnerlogos a {
	/*background-color: pink;*/
	width: 200px;
	min-height: 100px;
	text-align: center;
	display: block;
	float: left;
	vertical-align: middle;
	margin: 0px 30px 20px 0px;
}

