@charset "ISO-8859-1";
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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #DDDDDD;
	background-image: url(../image-files/bkg.jpg);
	list-style-type: disc;
}
a:link {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #0099CC;
}
#container  {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
#header  {
	height: 150px;
	width: 1000px;
	margin: 0px;
	padding: 0;
} 
#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 */
	color: #0033FF;
}

#mainContent  {
	margin-top: 35px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
	width: 500px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	position: relative;
	top: 35px;
} 
#mainContent h1 {
	font-size: 1.5em;
	color: #0071C1;
}
#mainContent h2 {
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0071C1;
}
#mainContent  h3 {
	font-size: 1.1em;
	color: #0071C1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	line-height: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#mainContent h4 {
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -15px;
	margin-left: 0px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.4em;
}
#container#h3swirl {
	background-image: url(../image-files/swirl50_2.jpg);
}

#mainContent img {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
.imageLeft {
	margin-right: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.imageRight {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 20px;
}

#mainContent a:hover {
	text-decoration: underline;
}
#mainContent a {
	font-weight: bold;
}
#mainContent td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#mainContent li {
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	list-style-image: url(../image-files/swirl15_3.jpg);
	list-style-type: disc;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#mainContent blockquote {
	font-style: normal;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #888888;
	border-bottom-color: #888888;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-image: url(../image-files/quote_top.jpg);
	background-repeat: no-repeat;
	font-size: 1em;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #333333;
}




#horizNav {
	width: 1000px;
	height: 35px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 150px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #B5DCDD;
	list-style-image: none;
	list-style-type: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B5DCDD;
	list-style-image: none;
	list-style-type: none;
	color: #00365E;
	background-color: #cce6e7;
	font-style: normal;
}
#horizNav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-image: none;
	list-style-type: none;
}
#horizNav li {
	list-style-type: none;
	float: left;
	line-height: 30px;
	border-right-width: 2px;
	border-right-style: dotted;
	font-weight: bold;
	border-right-color: #7DC1C4;
	font-size: 0.8em;
	display: block;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	list-style-image: none;
	color: #00365E;
	}
#horizNav   li   a:link    {
	display: block;
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	color: #00365E;
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
}
#horizNav   li   a:hover	{
	color: #d53527;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	}
#horizNav li a {
	display: block;
	padding-top: .2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	list-style-image: none;
	list-style-type: none;
}

#horizNav li a.current, #horizNav li a.current:hover {
	color: #0071C1;
	background-image: url(../image-files/nav-bkg-hover.jpg);
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #333333;
	background-image: url(../image-files/quote_top.jpg);
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 1.2em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
blockquote {
	color: #000000;
	background-image: url(../image-files/quote_top.jpg);
	text-indent: 20px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
}


#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	top: 190px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	position: absolute;
	left: 0px;
}
#sidebar1 h3 {
	font-size: .8em;
	line-height: 30px;
	color: #d53527;
	padding-left: 10px;
}
#sidebar1 h2 {
	font-size: 1em;
	color: #0071C1;
}
#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#leftNav  ul {
	margin: 0px;
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#leftNav li {
	text-decoration: none;
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.7em;
	width: 200px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #BBBBBB;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-image: url((URL));
}
#leftNav  li a {
	text-decoration: none;
	color: #0071C1;
	display: block;
	padding-left: 30px;
	background-image: url(../image-files/caterpillar25.jpg); height="10" width="10";
	background-repeat: no-repeat;
	line-height: 30px;
}

/*img src="image-files/Jump-for-Joy.jpg" alt="Jump for Joy" class="imageRight" align="right" height="240" width="160" />*/

#leftNav  a:hover {
	color: #0071C1;
	display: block;
	background-image: url(../image-files/butterfly20.jpg);
	background-repeat: no-repeat;
}
#leftNav li a.current {
	color: #0071C1;
	display: block;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	top: 189px;
	position: absolute;
	left: 763px;
}
#sidebar2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#sidebar2 h3 {
	color: #CC3300;
	font-size: 0.8em;
	line-height: 30px;
	padding-left: 10px;
}
#sidebar2 h4 {
	font-style: ;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: .9em;
	color: #CC3300;
	font-style: normal;
	font-weight: normal;
}
#sidebar2 a:hover {
	text-decoration: underline;
}
#footer  {
	text-align: center;
	margin-top: 40px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#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 */
	font-size: 0.8em;
}
#footer a:hover {
	text-decoration: underline;
}
.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;
}
.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;
}

#addSiteTo {
width:90%;
font-size:85%;
text-align:center;
padding:8px 0;
border:1px solid #000;
margin:12px auto;
background-color: $FFFF00;
}

#addSiteTo p {
padding:2px 2px 4px;
margin:0;
}

#addSiteTo img {
width:91px;
border:0;
padding:1px 0;
}
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */


 /* the section below is for the rounded corner box */

.sidebox {
	width: 220px;
	font-size: 100%;
	background-image: url(../image-files/sbbody-r.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 0px;
	left: -20px;
	position: relative;
	display: block;
}
.boxhead {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../image-files/sbhead-r.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxhead h2 {
	margin: 0;
	padding: 22px 30px 5px;
	color: #5F86AB;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	background-image: url(../image-files/sbhead-l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.boxbody {
	margin: 0;
	padding: 5px 30px 31px;
	background-image: url(../image-files/sbbody-l.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
sidebarbox    {
	text-indent: 15px;
	list-style-image: url(../image-files/Butterfly_15.jpg);
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	background-image: url(../image-files/butterfly32.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #3300CC;
	border-right-color: #3300CC;
	border-bottom-color: #3300CC;
	border-left-color: #3300CC;
}
mainbox {
	color: #000000;
	background-image: url(../image-files/butterfly.jpg);
	text-indent: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	padding-right: 4px;
	padding-left: 4px;
}
.style2 {
	color: #0071C1;
	font-size: 1.2em;
	font-weight: bold;
}
.style3 {
	color: #CC3300;
	font-size: 1.1em;
}
.style4 {
	color: #666666;
	padding-right: 25px;
	padding-left: 25px;
	margin-right: 0px;
	margin-left: 0px;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: disc;
}
.style5 {
	font-size: 1.3em;
	color: #000000;
}
.style6 {color: #666666; font-size: 125%; }
.style7 {color: #000000; padding-right: 25px; padding-left: 25px; margin-right: 0px; margin-left: 0px; list-style-image: none; list-style-position: inside; list-style-type: disc; }

@charset "";
.TextBox {
	font-size: 0.8em;
	background-color: #EDFDFE;
	font-style: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #0933A2;
	border-bottom-color: #0933A2;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 1px;
	background-repeat: no-repeat;
}
/* Text Box with Background Color: */
.tb-background {
    background-color : #99FFCC;
    border: 1px solid #008000;}
	
{
 margin:0;
 height:21px;
 width:146px;
 background:url(login_bg.gif) no-repeat bottom;
}

.loginbox
{
 background:none;
 border:none;
 width:134px;
 height:15px;
 margin:0;
 padding: 2px 7px 0px 7px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
}
.boxedtext {
	font-family: Verdana;
	font-size: 1em;
	color: #000;
	padding: 10px;
	background-color: #FFF9DD;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ffeb8f;
	border-right-color: #ffeb8f;
	border-bottom-color: #ffeb8f;
	border-left-color: #ffeb8f;
}
.boxedtext2 {
	font-family: Verdana;
	font-size: 1em;
	color: #000;
	padding: 10px;
	background-color: #E3F8FD;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #e5591b;
	}

