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

* {
   	margin: 0;
	}

html {
	height: 100%;
   	}

body  {
	height: 100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #49126d;
	background-color: #FFFFFF;
	vertical-align: top;
}

a.cntnt	{
	text-decoration:none;
	}
	
a.cntnt:link {
	text-decoration: underline;
	color: #9900FF;
	font-style: italic;
	font-weight: bold;
}
	
a.cntnt:visited {
	text-decoration: underline;
	color: #9900FF;
	font-style: italic;
	font-weight: bold;
}

a.cntnt:hover {
	color: #49126d;
	font-style: italic;
	font-weight: bold;
}

a.cntnt:active {
	text-decoration: none;
	color: #49126d;
}

a.mlink	{
	text-decoration:none;
	}
	
a.mlink:link {
	color: #9900FF;
	font-style: italic;
}
	
a.mlink:visited {
	color: #9900FF;
	font-style: italic;
}

a.mlink:hover {
	color: #49126D;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

a.mlink:active {
	color: #49126D;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#mlink_sel {
	color: #49126D;
	font-weight: bold;
	font-size: smaller;
	border: thin solid #C77EF8;
	margin-left: 3px;
	text-transform: uppercase;
	margin-right: 3px;
	text-decoration: none;
	text-align: center;
}

a.amlink	{
	text-decoration:none;
	}
	
a.amlink:link {
	color: #9900FF;
	font-style: italic;
}
	
a.amlink:visited {
	color: #9900FF;
	font-style: italic;
}

a.amlink:hover {
	color: #FFFFFF;
	font-weight: normal;
	border: thin solid #49126D;
	margin-left: 1px;
	text-transform: uppercase;
	margin-right: 1px;
	text-decoration: none;
	text-align: center;
	background-color: #C77EF8;
	font-size: smaller;
}

a.amlink:active {
	color: #49126d;
	font-weight: bold;
	font-size: larger;
	padding-left: 3px;
}

#amlink_sel {
	color: #49126D;
	font-weight: bold;
	font-size: smaller;
	border: thin solid #C77EF8;
	margin-left: 3px;
	text-transform: uppercase;
	margin-right: 3px;
	text-decoration: none;
	text-align: center;
}

#btn_shape {
	background-color: #C77EF8;
	color: #FFFFFF;
	height: 20px;
	font-style: normal;
	text-transform: uppercase;
	font-size: small;
	text-align: left;
	padding-top: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 1px;
	padding-left: 1px;
	z-index: 100;
}

#col_shape1 {
	background-color: #FFFFFF;
	color: #c77ef8;
	font-style: normal;
	text-transform: uppercase;
	font-size: small;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#col_shape2 {
	background-color: #FFFFFF;
	color: #c77ef8;
	font-style: normal;
	text-transform: uppercase;
	font-size: small;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	z-index: 1;
	visibility: inherit;
}

#col_shape3 {
	background-color: #FFFFFF;
	color: #c77ef8;
	font-style: normal;
	text-transform: uppercase;
	font-size: small;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#title_box {
	background-color: #c77ef8;
	color: #FFFFFF;
	font-style: normal;
	text-transform: uppercase;
	font-size: medium;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #9900FF;
	margin: 0px;
	padding: 0px;
	
}

#subtitle_box {
	color: #49126d;
	font-style: normal;
	text-transform: uppercase;
	font-size: large;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	z-index: 10;
	}

#subtitle2_box {
	color: #FFFFFF;
	font-style: normal;
	text-transform: uppercase;
	font-size: large;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: thin groove #8F12A4;
	background-color: #49126D;
	z-index: 20;
	}

#content_box {
	background-color: #FFFFFF;
	color: #9900FF;
	font-style: normal;
	text-transform: none;
	font-size: small;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #9900FF;
	border-bottom-color: #9900FF;
	border-left-color: #9900FF;
	z-index: 20;
}

#content_box_scroll {
	background-color: #FFFFFF;
	color: #9900FF;
	font-style: normal;
	text-transform: none;
	font-size: small;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #9900FF;
	border-bottom-color: #9900FF;
	border-left-color: #9900FF;
	z-index: 20;
	overflow: auto;
	height: 65px;
}

#content_box_2 {
	background-color: #FFFFFF;
	color: #9900FF;
	font-style: normal;
	text-transform: none;
	font-size: medium;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #9900FF;
	border-bottom-color: #9900FF;
	border-left-color: #9900FF;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	text-decoration: none;
	z-index: 20;
}

.text_shape_sml {
	background-color: #FFFFFF;
	color: #9900FF;
	font-style: normal;
	text-transform: none;
	font-size: small;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
}

.text_shape_med {
	background-color: #FFFFFF;
	color: #9900FF;
	font-style: normal;
	text-transform: none;
	font-size: medium;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	text-decoration: none;
}

.text_shape_lrg {
	background-color: #FFFFFF;
	color: #9900FF;
	font-style: normal;
	text-transform: none;
	font-size: large;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
}

#picture_box {
	background-color: #FFFFFF;
	color: #9900FF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9900FF;
	border-right-color: #9900FF;
	border-bottom-color: #9900FF;
	border-left-color: #9900FF;
	border-top-width: 1px;
}
#picture_box_L {
	background-color: #FFFFFF;
	color: #9900FF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9900FF;
	border-right-color: #9900FF;
	border-bottom-color: #9900FF;
	border-left-color: #9900FF;
	border-top-width: 1px;
	margin-right: 5px;
}
#picture_box_R {
	background-color: #FFFFFF;
	color: #9900FF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9900FF;
	border-right-color: #9900FF;
	border-bottom-color: #9900FF;
	border-left-color: #9900FF;
	border-top-width: 1px;
	margin-right: 0px;
	margin-left: 5px;
}




#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:15px;
	z-index:1000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9900FF;
	border-right-color: #9900FF;
	border-bottom-color: #9900FF;
	border-left-color: #9900FF;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	background-color:#C77EF8;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
	text-align: left;
	z-index: 1001;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #6F13B6;
	z-index: 1002;
}
.video_format {
	background-color: #FFFFFF;
	color: #9900FF;
	font-style: normal;
	text-transform: none;
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
	z-index: 10;
}
#contact {
	background-color: #FFFFFF;
	color: #9900FF;
	bottom: auto;
	position: relative;
}
#content_box_scroll1 {
	background-color: #FFFFFF;
	color: #9900FF;
	font-style: normal;
	text-transform: none;
	font-size: small;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #9900FF;
	border-bottom-color: #9900FF;
	border-left-color: #9900FF;
	z-index: 20;
	overflow: auto;
	height: 125px;
}
#content_box_sp {
	background-color: #FFFFFF;
	color: #9900FF;
	font-style: normal;
	text-transform: none;
	font-size: small;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px;
	z-index: 20;
	border: 1px solid #9900FF;
}
#content_box_3 {
	background-color: #FFFFFF;
	color: #9900FF;
	font-style: normal;
	text-transform: none;
	font-size: small;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9900FF;
	border-right-color: #9900FF;
	border-bottom-color: #9900FF;
	border-left-color: #9900FF;
	z-index: 20;
	border-top-width: 1px;
}
#content_box_scroll2 {
	background-color: #FFFFFF;
	color: #9900FF;
	font-style: normal;
	text-transform: none;
	font-size: small;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #9900FF;
	border-bottom-color: #9900FF;
	border-left-color: #9900FF;
	z-index: 20;
	overflow: auto;
	height: 380px;
}
 
.wrapper {
   	min-height: 100%;
   	height: auto !important;
  	height: 100%;
	margin: 0 auto -4em;
  	}
.ndxbnrbgd {
	background-image: url(../banner.gif);
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #C67FF9;
}


.footer, .push {
	height: 5em;
  	}
.bnr_nonprofit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #49126D;
	background-color: #F3F123;
	height: 80px;
	text-align: center;
	border: thin solid #FFFFFF;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	background-position: center center;
	vertical-align: middle;
}
