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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#Container {
	text-align: center;
	width: 890px;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/usv_mainBodyBG.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}



/* START HEADER */

#Container #Header {
	text-align: center;
	height: 200px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/usv_topBannerBG_890.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.imgHeaderLogo {
	padding-top: 30px;
}
.imgHeaderTitle {
	padding-top: 10px;
}



/*MAIN MENU */

#Container #MenuBar {
	height: 25px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}
.tdMenuTableCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #dc1303;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: center;
}

.tdMenuTableCell a:link 	{color: #FFFFFF; text-decoration: none;}
.tdMenuTableCell a:visited 	{color: #FFFFFF; text-decoration: none;}
.tdMenuTableCell a:active 	{color: #FFFFFF; text-decoration: underline; background-color: #FF0000;}
.tdMenuTableCell a:hover 	{color: #FFFFFF; text-decoration: underline; background-color: #FF0000;}

.tdMenuTableCellSel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	/*text-decoration: underline;*/
	background-color: #ba1303;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: center;
}

.tdMenuTableCellSel a:link 		{color: #FFFFFF; text-decoration: none;}
.tdMenuTableCellSel a:visited 	{color: #FFFFFF; text-decoration: none;}
.tdMenuTableCellSel a:active 	{color: #FFFFFF; text-decoration: underline; background-color: #dc1303;}
.tdMenuTableCellSel a:hover 	{color: #FFFFFF; text-decoration: underline; background-color: #dc1303;}



/* START SEPERATOR BAR */

#Container #SeperatorBar {
	background-color: #88BE54;
	height: 5px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/usv_seperatorBar.jpg);
}



/* START MAIN BODY */

#Container #MainBody {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
}

	/* MAIN BODY - MENU LEFT */
.tdMenuLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #666666;
	/* padding-right: 15px;*/
	/*padding-left: 30px; */
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
}

.txtMenuLeftSel 		{color: #000000; text-weight: bold; text-decoration: underline;}

.tdMenuLeft a:link 		{color: #666666; text-decoration: none;} 
.tdMenuLeft a:visited 	{color: #666666; text-decoration: none;} 
.tdMenuLeft a:active 	{color: #000000; text-decoration: underline;} 
.tdMenuLeft a:hover 	{color: #000000; text-decoration: underline;} 


	/* MAIN BODY - CENTER COLUMN */
.tdCenterColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
	text-align: left;
	padding-top: 30px;
	padding-right: 25px;
}
.tdCenterColumn a:link 		{color: #333333; text-decoration: none;} 
.tdCenterColumn a:visited 	{color: #333333; text-decoration: none;} 
.tdCenterColumn a:active 	{color: #000000; text-decoration: underline;} 
.tdCenterColumn a:hover 	{color: #000000; text-decoration: underline;} 

	/* MAIN BODY - CENTER COLUMN - TEXT AND HEADS */

.txtCenterColumnIndent {
	padding-right: 20px;
	padding-left: 30px;
}
.txtHeadRed 			{color: #990000; font-weight: bold;}
.txtHeadRed a:link 		{color: #990000; text-decoration: none;}
.txtHeadRed a:visited 	{color: #990000; text-decoration: none;}
.txtHeadRed a:active 	{color: #990000; text-decoration: underline;}
.txtHeadRed a:hover 	{color: #666666; text-decoration: underline;}

.txtHeadGrn {color: #336600; font-weight: bold;}

.txtHeadBlk {color: #000000; font-weight: bold;}

.txtHeadGry {color: #666666; font-weight: bold;}


	/* MAIN BODY - CENTER COLUMN - GOLD HEART COLL COPY */

.txtGoldHeartColl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
}

	/* MAIN BODY - CENTER COLUMN - IMAGES */

.imgMainBodyPicLeft {
	padding: 6px;
	border: 1px solid #999999;
	margin-top: 4px;
	margin-right: 9px;
	margin-bottom: 2px;
}
.imgMainBodyPicLeftNoBox {
	margin-top: 4px;
	margin-right: 9px;
	margin-bottom: 2px;
}
.imgMainBodyPicRight {
	padding: 8px;
	border: 1px solid #999999;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 9px;
}
.imgMainBodyPicRightNoBox {
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 9px;
}
.imgMainBodySponsorLogo {
	margin-bottom: 4px;
}
.imgLogoKidsOnTheGo {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 9px;
}


	/* MAIN BODY - ABOUT BOARD */
.bodyCopyBoard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.headBoard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	/*color: #003300;
	background: url(images/usv_BGBoardHeader.jpg) repeat;
	padding-bottom: 10px;*/
	text-decoration: none;
}
.headBoardTitle {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}


	/* MAIN BODY - NEWS & PRESS */
.imgNewsBox {
	padding-right: 7px;
}
.imgNewsLine {
	padding-bottom: 10px;
}


	/* MAIN BODY - VARIETY STORIES */

.tableStoriesMenu {
	border: 1px solid #CCCCCC;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 20px;
	background-attachment: scroll;
	background-image: url(images/stories_BGFlowers_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.tdStoriesMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
	vertical-align: top;
	padding-top: 7px;
}
.imgStoriesMenuPic {
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.tableStories {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	background-attachment: scroll;
	background-image: url(images/stories_BGFlowersTopBand_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
}
.txtHeadStories {
	color: #003300;
	font-size: 12px;
	font-weight: bold;
}
.imgPicStories {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 4px;
}


	/* MAIN BODY - SIDEBAR */
.tdSidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	text-align: left;
	padding-top: 30px;
}
.tdSidebar a:link 		{color: #666666; text-decoration: none;} 
.tdSidebar a:visited 	{color: #666666; text-decoration: none;} 
.tdSidebar a:active 	{color: #000000; text-decoration: underline;} 
.tdSidebar a:hover 		{color: #000000; text-decoration: underline;} 
.imgSidebarHead2 {
	padding-bottom: 4px;
	text-align: right;
	vertical-align: top;
}
.imgSidebarPic {
	padding-bottom: 10px;
}
	
	
	/* MAIN BODY - FOOTER */
#Container #Footer {
	height: 34px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/usv_botBannerBG_890.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.tdFooterCellLeft {
	padding-left: 30px;
}
.tdFooterCellRight {
	padding-right: 30px;
}
#Container #Footer a:link 		{color: #333333; text-decoration: none;}
#Container #Footer a:visited 	{color: #333333; text-decoration: none;}
#Container #Footer a:active 	{color: #000000; text-decoration: underline;}
#Container #Footer a:hover 		{color: #000000; text-decoration: underline;}

/* END MAIN BODY */


/* START LEGAL */
#Legal {
	text-align: center;
	width: 890px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}


/* START BIO - PRESS RELEASE */

.txtBioCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

.txtBioCopy a:link		{color: #333333; text-decoration: underline;}
.txtBioCopy a:visited	{color: #999999; text-decoration: none;}
.txtBioCopy a:active	{color: #990000; text-decoration: underline;}
.txtBioCopy a:hover		{color: #990000; text-decoration: underline;}

.tdBioBot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #333333;
	text-align: center;
}

.tdBioBot a:link		{color: #333333; text-decoration: underline;}
.tdBioBot a:visited		{color: #999999; text-decoration: none;}
.tdBioBot a:active		{color: #990000; text-decoration: underline;}
.tdBioBot a:hover		{color: #990000; text-decoration: underline;}


/* START CHAPTER RESOURCES */

.crIcon {padding-bottom: 8px;}
.crIconDoc {
	margin-top: 4px;
	margin-right: 10px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.crHead {color: #990000; font-weight: bold; padding-bottom: 10px;}
.HRCR {
	padding-top: 10px;
	padding-bottom: 10px;
}