body {
	font-family: "Arial", helvetica;
	font-size: 12px;
	color: #ffffff;
	line-height: normal;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	background-color: #133b6b;
	background-image:  url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
}

.welcome_image {
	background-image:  url(images/welcome_image.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.about_image {
	background-image:  url(images/about_image.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.donate_image {
	background-image:  url(images/donate_image.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.media_image {
	background-image:  url(images/media_image.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.partners_image {
	background-image:  url(images/partners_image.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.programs_image {
	background-image:  url(images/programs_image.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.contact_image {
	background-image:  url(images/contact_image.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.index_body {
	background-image:  url(images/main_subbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.interior_body {
	background-image:  url(images/main_subbg2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.main_table {
	background-image:  url(images/main_subbg3.jpg);
	background-color: #18508D;
	background-repeat: no-repeat;
	background-position: top center;
}

.footer {
	background-image:  url(images/footer_image_center1.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

ul
{
list-style-type:disc;
padding:0px;
margin: 0 0 0 35px;
}

h1 {
font-size: 16px;
color: #e7f1fc;
line-height: normal;
}

.subhead {
font-size: 14px;
color: #e7f1fc;
line-height: normal;
}

.news_title {
font-family: "Arial", helvetica;
	font-size: 16px;
	color: #ffffff;
	line-height: normal;
	font-weight: bold;
	}
	

.vid_thumb_pad  {
	padding: 8px 8px 8px 10px;
	}

a {
	text-decoration:none;
	font-size: 12px;
	color: #fbdb8e;
	line-height: normal;
	font-weight: bold;
	font-family: "Arial", helvetica;
}
a:visited {
	color:#feeec9;
	text-decoration:none;
}
a:hover {
	color: #abd0fe;
	text-decoration:underline;
}

a.small {
	font-family: "Arial", helvetica;
	text-decoration:none;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
a.small:visited {
	color:#000000;
	text-decoration:none;
}
a.small:hover {
	color: #666666;
	text-decoration:underline;
}

a.med {
	text-decoration:none;
	font-size: 12px;
	color: #fbdb8e;
	line-height: normal;
	font-weight: bold;
	font-family: "Arial", helvetica;
}
a.med:visited {
	ccolor:#feeec9;
	text-decoration:none;
}
a.med:hover {
	color: #abd0fe;
	text-decoration:underline;
}


a.desc {
	text-decoration:none;
	font-size: 12px;
	color: #ffffff;
	line-height: normal;
	font-weight: normal;
	font-family: "Arial", helvetica;
}
a.desc:visited {
	color:#ffffff;
	text-decoration:none;
}
a.desc:hover {
	color: #abd0fe;
	text-decoration:none;
}

a.bigger {
	font-family: "Arial", helvetica;
	text-decoration:none;
	font-size: 14px;
	line-height: 18px;
	color: #abd0fe;
	font-weight: bold;
}
a.bigger:visited {
	color:#abd0fe;
	text-decoration:none;
}
a.bigger:hover {
	color: #e7f1fc;
	text-decoration:none;
}

.img_1px {
	border: 1px solid #FFFFFF;
	margin: 3px 5px 2px 0px; 
	padding: 0px;
}
.info1 {
	font-family: "Arial", helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	line-height: normal;
	font-style: normal;
	}



.indent {
	padding-left: 11px;
}


.td_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.sub_table {
	border: 1px solid #000000;
}
.td_bottom {
	border-bottom: 1px solid #abd0fe;
}

.td_top {
	border-top: 1px solid #abd0fe;
}


.padding {
	padding: 0 11px 0 11px;
}



.dotted_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #abd0fe;
}
.dotted_line_vert {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #F80612;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.cssform p{
width: 475px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 195px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -195px; /*width of left column*/
width: 190px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 302px;
border: 2px solid #17457A;
}

.cssform textarea{
width: 302px;
height: 150px;
border: 2px solid #17457A;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}




