@charset "UTF-8";

body{
	background-color: #4dc5d6;
	color: #443266;
	margin: 5px;
	padding-left: 0px;
	font-size: 14px;
	border-radius: 6px;
	
background-image: linear-gradient(right bottom, #74D2DE 32%, #DEBAF2 66%, #47C6ED 83%);
background-image: -o-linear-gradient(right bottom, #74D2DE 32%, #DEBAF2 66%, #47C6ED 83%);
background-image: -moz-linear-gradient(right bottom, #74D2DE 32%, #DEBAF2 66%, #47C6ED 83%);
background-image: -webkit-linear-gradient(right bottom, #74D2DE 32%, #DEBAF2 66%, #47C6ED 83%);
background-image: -ms-linear-gradient(right bottom, #74D2DE 32%, #DEBAF2 66%, #47C6ED 83%);

background-image: -webkit-gradient(
	linear,
	right bottom,
	left top,
	color-stop(0.32, #74D2DE),
	color-stop(0.66, #DEBAF2),
	color-stop(0.83, #47C6ED)
);
}

.center
{
margin-left:auto;
margin-right:auto;
width:70%;
background-color:#b0e0e6;
}

#container{
	background-color: #ddecef;
	color: #485c5a;
	border: 2px dotted #ee88cd;
	max-width: 900px;
	margin: 3px auto;
	padding: 3px auto;
	border-radius: 6px;
	font-family: Calibri, Verdana, sans-serif;
	box-shadow: 3px 3px 5px #485c5a;
}


#head
{
	background-color: #9370DB;
	color: #c3c3e5;
	border: 2px dotted #ee88cd;
	border-radius: 6px;
	box-shadow: 3px 3px 5px #485c5a;
	padding: auto;
	margin: auto;
	
background-image: linear-gradient(bottom, #7676DE 32%, #BFB8F0 66%, #9498E3 83%);
background-image: -o-linear-gradient(bottom, #7676DE 32%, #BFB8F0 66%, #9498E3 83%);
background-image: -moz-linear-gradient(bottom, #7676DE 32%, #BFB8F0 66%, #9498E3 83%);
background-image: -webkit-linear-gradient(bottom, #7676DE 32%, #BFB8F0 66%, #9498E3 83%);
background-image: -ms-linear-gradient(bottom, #7676DE 32%, #BFB8F0 66%, #9498E3 83%);

background-image: -webkit-gradient(
	linear,
	right bottom,
	right top,
	color-stop(0.32, #7676DE),
	color-stop(0.66, #BFB8F0),
	color-stop(0.83, #9498E3)
);
}
cite
{	
	background-color: white;
	color: blue;
	border: none;
}
	
#content
{	
	margin-right:auto;
	margin-left: 190px;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 3px 3px 5px #485c5a;
}
display:block;{
}

.error{}

fieldset
{
	background-color: #f1fac0;
	color:;
	border: none;
	border-radius: 6px;
	margin: 30px;
}

form
{	background-color:;
	color: #6d929b;
	border: none;
	border-radius: 6px;
}

#footer
{
 clear: both;
 position: relative;
 z-index: 10;
 height: 3em;
 margin-top: -1em;


	background-color:;
	color: none;
	border: 1px;
	border-radius: 6px;
	
	background-image: linear-gradient(left top, #B0DAFF 32%, #DEBAF2 66%, #9CF0F0 83%);
	background-image: -o-linear-gradient(left top, #B0DAFF 32%, #DEBAF2 66%, #9CF0F0 83%);
	background-image: -moz-linear-gradient(left top, #B0DAFF 32%, #DEBAF2 66%, #9CF0F0 83%);
	background-image: -webkit-linear-gradient(left top, #B0DAFF 32%, #DEBAF2 66%, #9CF0F0 83%);
	background-image: -ms-linear-gradient(left top, #B0DAFF 32%, #DEBAF2 66%, #9CF0F0 83%);

	background-image: -webkit-gradient(
		linear,
		left top,
		ight bottom,
		color-stop(0.32, #B0DAFF),
		color-stop(0.66, #DEBAF2),
		color-stop(0.83, #9CF0F0)
);

}
h1
{
	background-color: none;
	color: C3C3E5;
	border: 1px;
	border-radius: 6px;
	text-shadow: #000 .1em .1em .1em;
	padding: 5;
	margin: 5;
}

h2
{
	background-color: white;
	color: #6d929b;
	border:none;
	border-radius: 6px;
	padding: 5;
	margin: 5;
}


h3
{	background-color: none;
	color: C3C3E5;
	border:;
	border-radius: 6px;
	padding: 5;
	margin: 5;
}


h4
{
	background-color: none;
	color: #5D76CB;
	border: none;
	border-radius: 6px;
	padding: 5;
	margin: 5;
}
#img{
  float:right; 
  width:250px; 
  height:49px; 
  }
  
#image-container { 
  min-width:782px; /* width of 3 images (746px) plus images' padding and border (36px) */ 
  padding:10px; 
  border:1px solid #d3d2d2; 
  background-color:#f0f0f0; 
 } 
#image-container img { 
  padding:5px; 
  border:1px solid #d3d2d2; 
  background-color:#fff;  
 } 
#image-right { 
  float:right; 
  width:250px; 
  height:49px; 
 } 
#image-left { 
  float:left; 
  width:250px; 
  height:36px; 
 } 
#image-center { 
  display:block; 
  width:246px; 
  height:59px; 
  margin:auto; 
 } 
.inputs{}
.keepOpen{}
label
{	background-color: none;
	position: relative;
	text-align: left;
	width: 200px;
	margin: 8px;
	color: #000;
	border: 1px;
	border-radius: 6px;
	display: block;

}

label
{	background-color:;
	color:;
	border:;
}
label
{	background-color:;
	color:;
	border:;
}

label
{
	background-color:;
	color:;
	border:;
}
legend
{
	background-color: bfd9da;
	color:none;
	border: none;
}

#menu
{	background-color:6d929b;
	color: none;
	border: 1px dotted ee88cd;
	width: 20%;
	float: left;
	border-radius: 6px;
	box-shadow: 3px 3px 5px #888;
	margin: 3px auto;
	padding: 3px auto;
}

#menu ul
{	
	list-style-type: none;
	margin: 3px auto;
	padding: 3px auto;
	border-radius: 6px;
}

#menu ul li a
{
	padding: 1em .5em .5em 1em;
	display: block;
	text-decoration: none;
	background-color: #6d929b;
	color: #bfd9da;
	text-decoration: none;
	text-shadow: #000 .1em .1em .2em;
	border-radius: 6px;
}
#menu li a:hover{
	background-color: #FFF0F5;
	text-decoration: underline;
}

#menu .active{
		color: #000;
		text-decoration: underline;
		background-color: 	#D6CADD;
		text-align: right;
}

ol {
	list-style-type: none;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	border-radius: 6px;
	
}
ol  li img{
	display: block;

}

ol  li{
	list-style-type: none;
	margin: 6px;
	float: left;
	border: solid 1px #1a9600;
	border-radius: 6px;
	padding: 6px;
	text-align: center;
	background-color: #fff;
}

p{}

ul { list-style-type: none; }


.todaysdate{}

.mySubmit
{
	margin: 30px;
	font-size: 18px;
	font-weight: bold;
	padding: 8px;
	border-radius: 8px;
	background-color: #acd1e9;
	color: white;
	border: 1px #485c5a;
	position: relative;
	box-shadow: 2px 2px 6px #999;
}




