/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family:Tahoma, Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#525252;
 background: url('images/MainBack.jpg') no-repeat fixed center bottom;
 background-color:#3b7aba;
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:100px; 
 background: url('images/Header.png') no-repeat fixed center top;
 } 
 
#maincol{ 
 float:left; 
 display:inline; 
 position: relative; 
 width:700px; 
 margin-left:50px;
 }
 
#footer{
 height:100px; 
 width:700px;
 text-align:center;
 font-size:x-small;
 color:#adadad;
 margin-left:auto;
 margin-right:auto;
} 

.adminsection
{
 background-image:url('images/AdminBack.jpg');
 background-position:bottom;
 background-repeat:no-repeat;
 background-color:#e6f1fc;
 border:solid 1px #3B7BBB;
 border-bottom-width:medium;
 border-right-width:medium;
 font-size:11px;
 padding-left:10px;
}

.h3{
 font-size:18px;
}

.link
{
    color:#FFFFFF;
	text-decoration: none;
}

.link:hover
{
    color:#3488b3;
	text-decoration: none;
}

a:link, a:visited {
	color:#3488b3;
	text-decoration: none;
	}
a:hover {
	color:#FF9966;
	}

.custominput
{
 border-color:#3B7BBB;
 border-style:dotted;
 border-width:thin;
 background-color:#FFFFFF;
 text-align:center;
 color:#336077;
 font-size:x-small;
}

.custominput:focus
{
 border-color:#3B7BBB;
 border-style:solid;
 border-width:thin;
 background-color:#eef7ff;
 text-align:center;
 color:#3B7BBB;
 font-size:x-small;
}

.customchk
{
 background-color:Transparent;
 text-align:center;
 color:#3B7BBB;
}

.custombtn
{
 border-color:#3B7BBB;
 border-style:solid;
 border-width:thin;
 background-color:#D1E4F2;
 text-align:center;
 color:#3B7BBB;
 font-size:x-small;
}

.custombtn:hover
{
 border-color:#3B7BBB;
 border-style:solid;
 border-width:thin;
 background-color:#3B7BBB;
 text-align:center;
 color:#FFFFFF;
 font-size:x-small;
}

.customcombo
{
 border-color:#3B7BBB;
 border-style:solid;
 border-width:thin;
 background-color:#FFFFFF;
 text-align:center;
 color:#336077;
 font-size:x-small;
}

.iecustominput
{
 border-color:#3B7BBB;
 border-style:solid;
 border-width:1px;
 background-color:#FFFFFF;
 text-align:center;
 color:#336077;
 font-size:x-small;
}

.iecustomchk
{
 background-color:Transparent;
 text-align:center;
 color:#3B7BBB;
}

.iecustominput:focus
{
 border-color:#336077;
 border-style:solid;
 border-width:thin;
 background-color:#eef7ff;
 text-align:center;
 color:#3B7BBB;
 font-size:x-small;
}

.iecustombtn
{
 border-color:#336077;
 border-style:solid;
 border-width:1px;
 background-color:#D1E4F2;
 text-align:center;
 color:#3B7BBB;
 font-size:x-small;
}

.iecustombtn:hover
{
 border-color:#336077;
 border-style:solid;
 border-width:1px;
 background-color:#3B7BBB;
 text-align:center;
 color:#FFFFFF;
 font-size:x-small;
}

.iecustomcombo
{
 border-color:#3B7BBB;
 border-style:solid;
 border-width:thin;
 background-color:#FFFFFF;
 text-align:center;
 color:#3B7BBB;
 font-size:x-small;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

