@charset "utf-8";

	 @media screen{
  body>div#footer{
   position: fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
	height:100%;
	overflow:auto;
	}


#container {
	width: 880px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	padding-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position:top;
	background-image:url(../images/qgca_bg.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	} 



#buttons {
	margin-left: 7px;
	}

#buttons p {
	margin-top: 5px;
	margin-bottom: 5px;
	}


p {
	margin-bottom: 8px;
	margin-top: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	}

#mainContent {
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top:25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	width: 520px;
	} 
	
#mainContent ul {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0px;
	list-style:disc;
	font-size:14px;
	}

#mainContent li {
	margin-top: 0px;
	margin-bottom: 5px;
	}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	color:#990000;
	}

#left {
	float: left;
	width: 180px;
	margin-left: 10px;
	margin-top: 16px;
	}
		
a:link {color: #336699;	text-decoration: none;}
a:visited {text-decoration: none;color: #336699;}
a:hover {text-decoration: underline;color: #3366CC;	}
a:active {text-decoration: none;color: #336699;}

#top {
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding: 0px;
	text-align:center;
	}

#adminbuttons {
	color:000;
	padding: 3px;
	background-color:#C6DDEA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	width: auto;
	border-color:#333333;
	border-style:solid;
	border-width:thin;
	}

#upcevents {
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	width: 166px;
	padding: 0px;
	}

#upcevents_inside {
	background-image:url(../images/qgca_upcevents_bg.gif);
	background-repeat: repeat-y;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding: 10px;
	}

#announce {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	width: 516px;
	padding: 0px;
	}

#announce_inside {
	background-image:url(../images/qgca_content_bg.gif);
	background-repeat: repeat-y;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

#content {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	width: 516px;
	padding: 0px;
	}

#content_inside {
	background-image:url(../images/qgca_content_bg.gif);
	background-repeat: repeat-y;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

#right {
	width:186px;
	float:right;
	margin-top:25px;
	}

#right_inside {
	background-image:url(../images/qgca_right_inside.gif);
	background-repeat:repeat-y;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
	}

#cal_box {
	padding-left: 20px;
	padding-right: 10px;
	}

#popup {
	background-image:url(../images/popupbg.gif);
	background-repeat:no-repeat;
	width: 310px;
	padding:0px;
	text-align:left;
	background-color:#FFFFFF;
	}


#footer {
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	background-color: #516186;
	} 

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	}


.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;
	}


 div#footer{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
  	height:<length>;
  	z-index:10;
	}
 



li {
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 5px;
	font-size:16px;
	padding-bottom: 5px;
	margin-left: 10px;
	padding-left: 2px;
	}

 p {font-family:Arial, Helvetica, sans-serif;
 font-size:16px;
 }
 
#footer a:link {color:#FFFF99;	text-decoration: none;}
#footer a:visited {text-decoration: none;color: #FFFF99;}
#footer a:hover {text-decoration: underline;color:#FFCC33;}
#footer a:active {text-decoration: none;color: #FFFF99;}

	.small {
	font-size:11px;
	color:#333333;
	}
	

	.red {
	color:#FF0000;
	}
	
	
	.inputs1 {
	font-size: 18px;
	color:#333333;
	border: 1px solid #525252;
	margin-bottom: 3px;
	margin-top: 3px;
	}	


.inputs1:focus {background-color: #fdffeb;}

.formtext {
	font-size: 18px;
	}