@charset "utf-8";
body  {
	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: #434446;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-attachment: scroll;
	background-color: #666666;
	background-image: url(Assets/blueNoise.jpg);
	background-repeat: repeat;
	background-position: left top;
}
a:link,a:visited,a:hover, a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #7f7f7f;
	text-decoration: none;
	font-weight: 600;
	text-transform: none;
	font-variant: normal;
	height: 1.5em;
	background-color: #ADCBE7;
	background-image: url(Assets/50percentWhite.png);
	background-repeat: repeat;
	text-align: center;
	padding-left:10px;
	padding-right:10px;
	margin-top: 0.10em;
	border: medium outset #ADCBE7;
	display: inline-block;
	margin-bottom:1px;
}



a:hover {
	
	
	color: #CC99FF;
	background-color: #D5E4F2;
	background-image: url(Assets/50percentWhite.png);
	border: medium outset #D5E4F2;
	
	
	
	
}
a:active {
	
	
	color: #CC99FF;
	
	border: medium inset #D5E4F2;
	
	
	
	
}


.twoColFixLtHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 1.2em;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1.8em;
	border-bottom-width: 1.8em;
	border-left-width: 1.8em;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C9B2BA;
	border-bottom-color: #C9B2BA;
	border-left-color: #C9B2BA;
	background-color: #C9B2BA;
} 

.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 160px;
	background-color: #ADCBE7;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: right top;
	width: 800px;
	position: relative;
	vertical-align: top;
} 
.twoColFixLtHdr   #header   img  {
	padding: 0;
	margin: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container #header #name {
	float: right;
	margin-right: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#outercontent{
	background-image: url(Assets/butterflies.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
	float:left;

}
#bgcontainer{
	background-image: url(Assets/bg.jpg);
	background-position: left bottom;
	float:left;
}

.twoColFixLtHdr #sidebar1 {
	background-image: url(Assets/butterflies.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 215px;
	background-color: #ADCAE7;
	float: left;
	height: 913px;
}
.twoColFixLtHdr  #sidebar1  img#Ceci {
	padding: 0;
	left: 1.5em;
	top: 1em;
	margin-top: 1em;
	margin-bottom: 0em;
	margin-left: 1.5em;
	background-color: #FFFFFF;
	vertical-align: top;
	height: 209px;
	width: 172px;
}
.twoColFixLtHdr #sidebar1 #forms {
	background-attachment: scroll;
	width: 215px;
	height: 500px;
	margin: -1px;
}


.twoColFixLtHdr  #sidebar1  table#video {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.8em;
	background-image: url(Assets/50percentWhite.png);
	border: medium outset #ADCAE7;
	text-align: center;
	font-weight: 500;
	margin-left: auto;
	width: 180px;
	margin-top: 1em;
	margin-right: auto;
}
.twoColFixLtHdr #sidebar1 table#video:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC99FF;
	font-size: 0.8em;
	background-image: url(Assets/50percentWhite.png);
	border: medium outset #ADCAE7;
	text-align: center;
	font-weight: 500;
	margin-left: auto;
	width: 180px;
	margin-top: 1em;
	background-color: #D5E4F2;
	margin-right: auto;
}
.twoColFixLtHdr #sidebar1 table#video:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC99FF;
	font-size: 0.8em;
	background-image: url(Assets/50percentWhite.png);
	border: medium inset #ADCAE7;
	text-align: center;
	font-weight: 500;
	margin-left: auto;
	width: 180px;
	margin-top: 1em;
	background-color: #D5E4F2;
	margin-right: auto;
}


.twoColFixLtHdr #sidebar1 table#report {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.8em;
	background-image: url(Assets/50percentWhite.png);
	border: medium ridge #D5E4F2;
	text-align: left;
	font-weight: 500;
	z-index: 100;
	margin-bottom: 1em;
	width: 180px;
	margin-left: auto;
	margin-top: 2em;
	margin-right: auto;
}



.twoColFixLtHdr #bodycontent {
	width: 560px;
	clear: none;
} 

.twoColFixLtHdr #mainContent {
	float: right;
	width: 570px;
	clear: none;
	text-align: justify;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(Assets/pinkPurplePeachFooter.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 1em;
	margin: 0em;
	margin-left:15px;
	min-height: 900px;
	padding-bottom:50px;
}

/*.twoColFixLtHdr #mainContent img {
	margin-right: auto;
	margin-left: auto;
	height: 15px;
	width: 450px;
	
}*/
.twoColFixLtHdr  #mainContent  a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #434446;
	text-decoration: underline;
	font-weight: 500;
	text-transform: none;
	font-variant: normal;
	height: auto;
	background-color: #FFFFFF;
	margin-top: 0em;
	border: none;
	display: none;
}
.twoColFixLtHdr #mainContent2 {
	float: right;
	width: 570px;
	clear: none;
	text-align: justify;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(Assets/pinkPurplePeachFooter.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 1em;
	margin: 0em;
	height: 810px;
}

.twoColFixLtHdr  #container  #mainContent  a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #660066;
	text-decoration: underline;
	background-color: #FFFFFF;
	background-image: none;
	letter-spacing: normal;
	text-align: justify;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	display: inline;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: visible;
}
.twoColFixLtHdr #container #mainContent a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC66FF;
	text-decoration: underline;
	background-color: #FFFFFF;
	background-image: none;
	letter-spacing: normal;
	text-align: justify;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	display: inline;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: visible;
}






.twoColFixLtHdr #footer {
	text-align: center;
	background-color: #ADCAE7;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 800px;
	float: left;
	height: 9.5em;
	background-image: url(Assets/border_footer.jpg);
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#upper_nav {
	height: 2.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	background-color: #C9B2BA;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 0.5px;
	float: left;
	clear: left;
	width: 100%;
	text-transform: uppercase;
	color: #7f7f7f;
	text-align: center;
	padding-top: 16px;
}
#lower_nav {
	height: 2.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	background-color: #C9B2BA;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 0.5px;
	float: left;
	clear: left;
	width: 100%;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	padding: 8px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}
#copyright {
	font-size: 9px;
	color: #434446;
	background-color: #C9B2BA;
}

p {
	margin-left: 1em;
	margin-right: 1em;
}
#mainContent table {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}





hr {
	color: #CA95A7;
	width: 80%;
	text-align: center;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #434446;
	text-align: center;
	margin-top: 0px;
}


h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #434446;
	font-family: Georgia, Times New Roman, Times, serif;
	margin-right: 1em;
	margin-left: 1em;
}


h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #434446;
	font-family: Georgia, Times New Roman, Times, serif;
	margin-left: 1.2em;
	margin-top: -0.15em;
}
h4 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #434446;
	margin-left: 1.5em;
	margin-top: -1em;
}
h5 {
	color: #666666;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

/* CSS Document */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a#mio     {
	font-size: 9px;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: text-bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	background-color: #C9B2BA;
}
