@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #065a1c;
	background-image: url("../images/logos/pg_bg_01.jpg");
	background-repeat: repeat-x;
	color: #33F;
}
#container {
	width:1020px;
	margin:4px auto;
	border:0;	
}
#header {
	
}
.repTable td {
	font-weight:bold;	
}
#menu {
	background-image:url(../images/logos/menuBG_01.jpg);
	background-repeat:repeat-x;
	height:30px;
	margin:0px auto;
	width:1020px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}
#leftColumn {
	float:left;
	width:240px;
	background-color:#ffffff;
	margin:4px;
	padding:6px;
	border:1px solid #000000;
	-moz-border-radius: 12px;
	border-radius: 12px;
	/*box-shadow: 6px 6px 3px #333;*/
	box-shadow: 6px 6px 3px #888;
	min-height:400px;	
}
table.upcomingEvents td {
	font-size:12px;	
	/*border-bottom:1px solid #bbb;*/
}
#leftColumn img{
	border:1px solid #000000;
}
#leftColumn img.noBrdr{
	border:none;
}
#leftColumn h1{
	font-size:20px;
	color:#666;	
	margin:2px auto;
}
#rightColumn {
    float: right;
    width: 708px;
    background-color: #ffffff;
    margin: 4px;
    padding: 12px;
    /*border:1px solid #09952F;*/
    border: 1px solid #000000;
    -moz-border-radius: 12px;
    border-radius: 12px;
    /*box-shadow: 6px 6px 3px #333;*/
    box-shadow: 6px 6px 3px #888;
    min-height: 400px;
    text-align: center;
    /*color: #FFF;*/
    color: #000000;
}
#rightColumn a:link, #rightColumn a:visited {
	font-size:14px;
	color:#045618;
	font-weight:bold;
	text-decoration:underline;	
}
#rightColumn a:hover, #rightColumn a:visited:hover {
	font-size: xx-large;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#fullColumn { /* For admin pages */
	width:988px;
	background-color:#ffffff;
	margin:4px;
	padding:12px;
	/*border:1px solid #09952F;*/
	border:2px solid #000000;
	-moz-border-radius: 12px;
	border-radius: 12px;
	/*box-shadow: 6px 6px 3px #333;*/
	box-shadow: 6px 6px 3px #888;
	min-height:400px;		
}
.clearBoth {
	clear:both;
	line-height:0px;	
}
#footer {
	width:1020px;
	margin:8px auto;
	padding:4px;
	background-color:#eeeeee;	
	border:1px solid #000;
	-moz-border-radius: 12px;
	border-radius: 6px;
	box-shadow: 4px 4px 3px #333;	
	font-size:12px;
	color:#444;
}
#footerLeft {
	float:left;
	width:500px;
	padding:2px;	
	text-align:left;
}
#footerRight {
	float:right;
	width:500px;
	padding:2px;
	text-align:right;	
}
