﻿html, body
{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Arial;
	background-color:#090915;
	height:100%; 
}

#silverlightControlHost 
{
	    height: 175;
	    text-align:center;
}

div.BodyDiv
{
	width:963px;
	height:100%;
	background-color:White;
	margin-left: auto ;
	margin-right: auto ;	
}

div.backrepeattop
{
	background-image: url('../images/pagetopslice.png');
	background-repeat:repeat-x;
	height:100%;

}

div.NavBar
{
	background-image: url('../images/pinkmenuslice.png');
	background-repeat:repeat-x;
	height:30px;
	width:100%;
}

div.FooterBar
{
	background-image: url('../images/pinkmenuslice.png');
	background-repeat:repeat-x;
	height:75px;
	width:100%;
}

div.NavMenuContent
{
	padding: 3px 0px 0px 7px;
}

a.MenuLink, a.MenuLink:visited, a.MenuLink:active, a.MenuLink:link
{
	font-weight:bold;
	font-size:medium;
	color:White;
	text-decoration:none;
}

a.MenuLink:hover 
{
	color:#03e8fc;
}

a.FooterLink, a.FooterLink:visited, a.FooterLink:active, a.FooterLink:link, a.FooterLink:hover 
{
	font-weight:bold;
	font-size:small;
	color:White;
}

a.FooterLinkEm, a.FooterLinkEm:visited, a.FooterLinkEm:active, a.FooterLinkEm:link, a.FooterLinkEm:hover 
{
	font-weight:bold;
	font-size:x-small;
	color:White;
	text-decoration:none;
}

div.BannerDiv
{
	height:105px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	vertical-align:text-bottom;
}

/* Boxes for Home Page */


div.BoxHeaderCenter
{
	background-image: url('../images/pinkboxslice.png');
	background-repeat:repeat-x;
	height:28px;
	width:360px;
	font-weight:bold;
	font-size:medium;
	color:White;
}

div.BoxHeaderCenterA
{
	background-image: url('../images/pinkboxslice.png');
	background-repeat:repeat-x;
	height:28px;
	width:220px;
	font-weight:bold;
	font-size:medium;
	color:White;
}

div.BoxHeaderCenterB
{
	background-image: url('../images/pinkboxslice.png');
	background-repeat:repeat-x;
	height:28px;
	width:240px;
	font-weight:bold;
	font-size:medium;
	color:White;
}


div.BoxHeaderLeft
{
	width:200px;
	background-image: url('../images/pinkleftslice.png');
	background-repeat:no-repeat;
	height:28px;
	width:10px;
	margin:0px; 
	padding:0px;
}

div.BoxHeaderRight
{
	background-image: url('../images/pinkrightslice.png');
	background-position:top right;
	background-repeat:no-repeat;
	height:28px;
	width:10px;
	margin:0px; 
	padding:0px;
}

div.BoxContent
{
	border-left: solid 2px #ff0066;
	border-right: solid 2px #ff0066;
	border-bottom: solid 2px #ff0066;
}

div.PadTop
{
	padding-top:2px;
}

div.WhoText
{
	color:Black;
	font-size:larger;
	font-weight:bold;
	text-align:center;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;	
}

span.TextColor { color:White;}
span.LargeText 
{
	font-weight: bold;
	font-size:larger;
}

.FloatLeft{ float: left; }
.FloatRight{float: right;}
.FloatNone{float: none;}
.AlignCenter{ text-align:center; }
.AlignRight{ text-align:right; }
.ClearBoth{ clear:both;}
.Margin10 { margin: 10px 10px 10px 10px; }
.LeftMargin20{ margin-left: 20px;}
.FontBold{font-weight: bold;}
.SmallText{ font-size:x-small;}
.SmallerText{ font-size:small;}
.MarginTop15{margin: 20px 0px 0px 0px; }
.MarginTop5{margin: 5px 0px 0px 0px; }
.Width700 {width:700px;}
.Width400 {width:500px;}
.Width225 {width:225px;}
.Height20{ height:21px;}
.Height80{ height:82px;}
.Height124{ height:124px;}

.AutoMargin
{
	margin-left:auto;
	margin-right: auto;
}

div.PadTop7 {	padding-top:7px; }

.PinkBackground { background-color:#FF0066; }
.OrangeBackground { background-color:#FE9D03; }
.YellowBackground { background-color:#FCFF08; }
.AquaBackground { background-color:#06C8D9; }
.PurpleBackground { background-color:#B300D9; }

.PinkText {color:#FF0066;}

.OutlineText
{
	outline-style: inherit;
	outline-color: #000000;
	outline-width: 1px;
}

.InspireBig
{
	text-align:left;
	font-weight:bold;
	font-size:78px;
	color:White;
}


/* Here are the who what where how why image styles */
img.Clickable
{
	cursor:pointer;
}