Body {
   	 background-color: #FFFFFF;
	margin-left: 8px;
	margin-top: 0px;
	margin-right: 8px;
   	 margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:#333333;
}
A.SelectedTab:visited {
    text-decoration:    none;
    color:#333333;
}
A.SelectedTab:active {
    text-decoration:    none;
    color:#333333;
}
A.SelectedTab:hover {
    text-decoration:    none;
    color:#FF0000;
}
/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color:#333333;
}
A.OtherTabs:visited {
    text-decoration: none;
    color:#333333;
}
A.OtherTabs:active {
    text-decoration: none;
    color:#333333;
}
A.OtherTabs:hover {
    text-decoration: none;
    color:#FF0000;
}

/* GENERAL */
/* style for module titles */
.Head {
    	
    	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-stretch: wider;
	font-weight:bolder;
	text-decoration: none;
	text-transform: uppercase;
	color: #b2c9d6; /*b2c9d6; fbd63e 0055a4*/
	text-shadow:black 3px 3px 2px, yellow -3px -3px;
	
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:    bold;
    color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:    bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: normal;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.NormalRed {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}
.NormalBold {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: bold
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}
A.CommandButton:visited {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover {
    text-decoration:    underline;
    color: #ff0000;
}    
/* GENERIC */
H1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}
H2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}
H3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}
H4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}
H5, DT {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:    bold;
    color: #003366;
}
H6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:    bold;
    color: #003366;
}
TFOOT, THEAD {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
}
TH {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
}
A:link {
    color: #0055A4;
	text-decoration: none;
}
A:visited {
    color: #0055A4;
	text-decoration: none;
}
A:active {
    color: #0055A4;
	text-decoration: none;
}
A:hover {
    color: #0055A4;
	text-decoration: none;
}
SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family: Arial, Helvetica, sans-serif;
}
UL LI {
    list-style-type:    square ;
}
UL LI LI {
    list-style-type:    disc;
}
UL LI LI LI {
    list-style-type:    circle;
}
OL LI {
    list-style-type:    decimal;
}
OL OL LI {
    list-style-type:    lower-alpha;
}
OL OL OL LI {
    list-style-type:    lower-roman;
}
HR {
    color: #cccccc;
    height:1pt;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}
/*___________________________________________________________________________________________*/
/* Main Menu */

.MainMenu_MenuContainer {
	border: 0px;
	background-color: transparent;
	width: 168px;
	padding: 0px;
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
	background-image:  url(images/subnavbg.gif);
	background-color: #006699;
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight: normal; 
	border: 0px #006699 solid;
	padding: 2px;
	height: 20px;
	margin-left:0px;
	margin-top:0px;


}
.MainMenu_MenuIcon {
	display:none;
}
.MainMenu_MenuItemSel {
	background-image:  url(images/subnavbg.gif);
	background-color: #003399; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;  
	font-weight: normal; 
	border: 0px #006699 solid;
	padding: 2px;
	height: 20px;
	margin-left:0px;
	margin-top:0px;
}
.rootmenuitem {	
	background-image:  url(images/navseperator.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: hand; 
	color: #FFFFFF; 
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight: 600; 
	border: 0px #F7D06C solid;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 6px;
	padding-right: 6px;
	
	
/*	height: 25px;*/
	display:table-cell;
}
.rootmenuitemselected {
	background-image:  url(images/navseperator.gif);
	background-repeat: repeat-x;
	background-color: transparent;
	cursor: hand; 
	color: #FFFFFF; 
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight: 600; 
	border: 0px #F7D06C solid; 
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 6px;
	padding-right: 6px;
	
	
/*	height: 25px;*/
	display:table-cell;	
}
.rootmenuitembreadcrumb{
	background-image:  url(images/navseperator.gif);
	background-repeat: repeat-x;
	background-color: transparent;	
	cursor: hand; 
	color: #FFFFFF; 
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight: 600; 
	border: 0px #F7D06C solid;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 6px;
	padding-right: 6px;
	
	
/*	height: 25px;*/
	display:table-cell;
}
.submenuitembreadcrumb{
	background-image:  url(images/subnavbg.gif);
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight: normal; 
	border: 0px #003399 solid;
	background-color: #003399;
	padding: 2px;
}
.submenu {
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight: normal; 
	border: 1px #003399 solid;
	background-color: #EEEEEE;
	margin-left:0px;
	margin-top:0px;
	padding: 2px;

}
.MainMenu_MenuBreak {
	display:none;
}
.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow {
	display:none;
}
/*___________________________________________________________________________________________*/

a.links_bottom:visited{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: ##0055A4;
	text-decoration:none;	
}
a.links_bottom:active{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: ##0055A4;
	text-decoration:none;	
}
a.links_bottom:hover{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: ##0055A4;
	text-decoration:none;	
}
a.links_bottom:link{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: ##0055A4;
	text-decoration:none;
}
.Copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #333333;
}
a.Copyright:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #333333;
	text-decoration:none;	
}
a.Copyright:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #333333;
	text-decoration:none;	
}
a.Copyright:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #333333;
	text-decoration:none;	
}
a.Copyright:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #333333;
	text-decoration:none;
}


/*______________________________ ULMAN STYLES_______________________________*/

.headerRepeat {
	background-image: url(images/hearder_repeat.gif);
	background-repeat: repeat-x;
	height: 45px;
	width: 750px;
}
.newsRepeat {
	background-image: url(images/newsLine_2.gif);
	background-repeat: repeat-y;
}
.titleWelcome {
	background-image: url(images/welcome.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.titleNews {
	background-image: url(images/news.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.titleSupport {
	background-image:  url(images/support_us.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.titleNewletter {
	background-image: url(images/newsLetter.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.titleSurvivors {
	background-image: url(images/survivors.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.titleTalkPN {
	background-image: url(images/talk.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.titleResourcesPN {
	background-image: url(images/resources1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.titleActivitiesPN {
	background-image: url(images/activities.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.titleAboutUSPN {
	background-image: url(images/aboutus.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.titleGuestbook {
	background-image: url(images/guestBook.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.lineBottom {
	background-image: url(images/bottomLine.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFBEB;
	height: 55px;
}
.titleMission {
	background-image: url(images/mission.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.mainText a:link, a:active, a:visited, a:hover {
	color: #0055A4;
	text-decoration: underline;
}
.mainNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0055A4;
	text-decoration: none;
}
.mainNav a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0055A4;
	text-decoration: none;
}
.mainNav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0055A4;
	text-decoration: none;
}
.mainNav a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0055A4;
	text-decoration: none;
}
.mainNav a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0055A4;
	text-decoration: none;
}
.mainTextblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0055A4;
}
.mainTextblue a:link, .mainTextblue a:active, .mainTextblue a:visited, .mainTextblue a:hover {
	color: #0055A4;
	text-decoration: underline;
}
.copyrightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.copyrightNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0055A4;
	text-decoration: none;
}
.copyrightNav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0055A4;
	text-decoration: none;
}
.copyrightNav a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0055A4;
	text-decoration: none;
}
.copyrightNav a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0055A4;
	text-decoration: none;
}
.containerTable {
	height: 100%;
	width: 750px;
	background-color: #FFFBEB;
}
.hearder {
	height: 91px;
}
.nav {
	height: 28px;
}
.sectionHeader {
	background-image:  url(images/about_us.gif);
	background-repeat: no-repeat;
}
.dottedRepeat {
	background-image: url(images/dotted_line.gif);
	background-repeat: repeat-y;
}


headerRepeatHome {
	background-image: url(images/headerBG.gif);
	background-repeat: repeat-x;
}
.headerRepeatHome {
	background-image: url(images/headerBG.gif);
	background-repeat: repeat-x;
}
.templateTopHalf {
	height: 73px;
}
.fullStretch {
	height: 100%;
	width: 100%;
}
.testimonials {
	background-image: url(images/testimonials_header.gif);
	background-repeat: no-repeat;
	width: 250px;
	background-position: left top;
	height: 100%;
}
.testimonialtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}
.unnamed1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #006699;

}
.SevicesBullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: inside;
	list-style-type: circle;
}
ul {
	list-style-image: url(images/bottomLine.gif);

}
.Guestbook-Name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.Guestbook-Timestamp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}
.Guestbook-CityState {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.Guestbook-Comment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.Guestbook-Link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #0055A4;
}
.footerRepeat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(images/footerRepeat.gif);
	background-repeat: repeat-x;
	height: 28px;
}
.footerRepeat a:link, .footerRepeat a:active, .footerRepeat a:visited, .footerRepeat a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	vertical-align: middle;
}

.UCFTextBox {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: normal;
}


.UCFDDL {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: normal;
}

.UCFLabel {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: normal;
}

.UCFLabelError {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: normal;
	color:red;
}

.UCFCheckBoxList {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: normal;
    width:300Px;
}

.UCFLabelBold {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: normal;
	font-weight:bold;
}

.UCFSection{
	background: url(images/UCFSection.gif) no-repeat 0px 0px;
    padding-left: 22px;
	border-top:1px dotted #fbd63e;

} 

.UCFSectionSaved{
	background: url(images/UCFSectionSaved.gif) no-repeat 0px 0px;
    padding-left: 22px;
	border-top:1px dotted #fbd63e;
} 

.UCFSectionActive{
	background: #fef3c6 url(images/UCFSectionActive.gif) no-repeat right top;
    padding-left: 22px;
	border-top:1px dotted #fbd63e;
	border-left:1px solid #fbd63e;
	border-right:1px solid #fbd63e;
}

.UCFAlt{
	background: #fef9e1;
}
a.UCFSectionLink:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	font-weight: bold;
	text-decoration: none;
	color: #0055A4;
}
a.UCFSectionLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	font-weight: bold;
	text-decoration: none;
	color: #0055A4;
}
a.UCFSectionLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	font-weight: bold;
	text-decoration: none;
	color: #0055A4;
}
a.UCFSectionLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	font-weight: bold;
	text-decoration: none;
	color: #0055A4;
}

.UCFSectionDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #777777; /*b2c9d6; fbd63e*/
}

.UCFLXHeader
{
	font-size: 11px;
	font-weight: bold;
}
.UCFLXItem
{
font-size: 11px;
background: #fef9e1;
}

.UCFLXItemA
{
font-size: 11px;

}

.FinHeader
{
	background: url(images/UCFFinHeader.gif) no-repeat 0px 0px;
    	padding-left: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #0055a4; /*b2c9d6; fbd63e*/
	height:28px;

}

.FinFooter
{
	border-bottom:1px solid #fbd63e;
	border-left:1px solid #fbd63e;
	border-right:1px solid #fbd63e;

}

.UCFLabelNote
{
	font-size: 11px;
	font-style:italic;
}

.UCFDataGrid
{
font-size: 11px;
position:relative;
left:-13px
}
