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

body {	
	background: #FFF;
	
	font-size:12px;
	color:#660066;
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	text-align:center;
	}
h1 {
	text-align:left;
	font-size:20px;
	font-family: /*Script MT bold,Edwardian Script ITC,*/ Arial, Helvetica, sans-serif;
	background-image:url(images/slices/brushStrokePink.png);
	background-position: left top;
	background-repeat:no-repeat;
	padding: 10px 10px 10px 12px;
/*	opacity: 0.8;
	filter:alpha(opacity=80);*/
	}
h2 {
	font-size: 16px;
	text-align: left;
	padding: 0 12px;
	}
p {
	font-size: 12px;
	text-align: left;
	
	padding-left:12px;
	padding-right:12px;
	
}
table {
	width:100%;
	border: 1px solid;
	border-collapse:collapse;
	}
td {
	border: 1px solid #FEE;
	border-collapse:collapse;
	}
li {
	text-align:left;
	font-weight:bold;
	}
/*.para {
	background-image:url(images/slices/brushStrokePink2.png);
	background-position: center top;
	background-repeat:no-repeat;
	
	}*/

#container {
	margin: 0 auto;
	width: 1000px;
	}
		
#mainContent {
	position: relative;
	width: 820px;
	min-height:32em;
	/*height:100%;*/
	border: 15px #37A1BB solid;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	top: -15px;
	z-index:1;
	background:url(images/slices/topLeftOrnament.png) no-repeat left top;
	}
#mainContent2 {
	background:url(images/slices/bottomRightOrnament.png) no-repeat right bottom;
	min-height:32em;
	/*position:inherit;*/
	height: auto; /*this has to be set to 32em in ie6 for good result*/
	/* _height: 32em;  hack for IE Ref: Incremental Override*/
	}
#sider1 {
	width: 55%;
	float:left;
	padding: 14px;
	margin-bottom:50px;
	}
#sider2 {
	width: 41%;
	float:right;
	height:100%;
	padding-top:2em;
	}	
#header {
	background: #FFF url(images/slices/topNOeye2.png) no-repeat center top;
	height: 155px;
	}
#squiggle {
	z-index:100;
	top: -209px;
	left: 35px;
	position: relative;
	text-align:left;
	margin-bottom: -210px;
	}
#eyeBall {
	position: relative;
	top: 12px;
	left: -137px;
	/*opacity: 0.8;
	filter:alpha(opacity=80);*/
	z-index: 1;
	}
#eyeLash {
	position: relative;
	top: 6px;
	left: -311px;
	/*opacity: 1;
	filter:alpha(opacity=100);*/
	z-index:2;
	}
#MenuBar1 {
	float:right;
	font-weight:bold;
	font-size:13px;
	background:#FFFFFF;
	/*margin-left:100%;*/
	}
#MenuBar1 li {
	border: none;
	border-right:#3399CC solid 1px;
	padding:0;
	margin: 0;
	
	
	}
#MenuBar1 li.last{
	border-right:none;
	}
#footer {
	float:right;
	color:#37A1BB;
	font-size:12px;
	font-weight:bold;
	margin-right: 62px;
	margin-top: -10px;
	
	}

.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;
}
#MenuBar1 {
	margin: 5px 0 5px 0;
	
	}
.kits {
	font-size:16px;
	padding-bottom:0;
	margin:0;
	}
a, a:visited {
	color:#37A1BB;
	text-decoration:none;
	}
a:hover {
	color:#CCCCCC;
	}
fieldset {
	background-color:#FFDFFF;
	opacity: 0.7;
	/*filter:alpha(opacity=80);*/
	margin-right:24px;
	
	}
hr {
	border: thin ;
	line-height: 1px;
	padding: 0;
	margin:0;
	}
.bumpDown {
	margin-top:4em;
	}