@charset "utf-8";
body {
	font-size:14px;
	font-family:"Century Gothic";
	background:#F3F3F3;
	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;
}
a{
color:#000000;
}
.oneColFixCtrHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	border-top:0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header { 
	padding:0px;  /* 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. */
	border:0px;
	background-image:url(Header.jpg);
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #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 10px 0px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:36px;
}
.oneColFixCtrHdr #header h1 a{
color:#666666;
text-decoration:none;
}
.oneColFixCtrHdr #header h1 a:hover{
color:#999999;
}
.oneColFixCtrHdr #header h2{
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: 0px 10px 20px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:12px;
}

#HeadSpan{
font-size:22px;
color:#333333;
border-bottom:1px #666666 solid;
padding:0px;
margin:0px;
margin-left:5px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent h1{
font-size:16px;
color:#003399;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(Footer2.jpg);
	background-repeat:no-repeat;
	border:0px;
	border-top:1px #000000 solid;
}
.oneColFixCtrHdr #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 */
}












/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
border-top: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
background-color:#666666;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
font-size:12px;
list-style-type: none;

}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 4px 6px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}



.image{
border:1px #666666 solid;
padding:1px;
margin:2px;
}




.style1 {color: #FFFFFF}
.style2 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}























/* ADMIN */
#AdminControlPanel{
width:100%;
height:50px;
background-image:url(background2.jpg);
background-repeat:repeat-x;
border:0px #333333 solid;
border-bottom:#666666 solid 1px;
position:static;
overflow:hidden;
}
#AdminControlPanel ul{
display:inline;
float:left;
}
#AdminControlPanel li{
display:block;
float:left;
padding:5px;
margin:2px;
background-color:#CCCCCC;
}
#AdminControlPanel a{
color:#000000;
text-decoration:none;
}
#AdminControlPanel a:hover{
color:#666666;
text-decoration:none;
}
#AdminControlPanel img{
border:0px;
}
/* ADMIN */




















#AdminPopup2{
border:3px #999999 solid;
width:430px;
z-index:2000;
height:400px;
background-color:#FFFFFF;
position:absolute;
margin-left:240px;
margin-top:40px;
padding:5px;
}
#AdminPopup2 p{
padding:5px;
}

#AdminBox2Textbox{
display:block; margin:0px; margin-left:3px; margin-top:5px;
}

#AdminPopup2 h1{
}
#AdminPopup2 h1 a{
color:#666666;
}




#AdminPopup{
border:3px #999999 solid;
width:430px;
z-index:2000;
height:400px;
background-color:#FFFFFF;
position:relative;
margin-top:40px;
padding:5px;
}
#AdminPopup p{
padding:5px;
}

#AdminBoxTextbox{
display:block; margin:0px; margin-left:3px; margin-top:5px;
}

#AdminPopup h1{
}
#AdminPopup h1 a{
color:#666666;
}
