* html div
{
display: block;

}


.dummy3 {
color: green;
font-size:12px;
}

#test2 {
color: green;
font-size:12px;
}

/*\*/
html*#test2 {
color:blue;/*seen only by safari*/
font-size:30px;
font-weight:bold;
_color:green;/*seen only by IE6 for PC*/
_font-size:12px;
_font-weight:normal;
}/**/

.dummy4 {/*this tests that the declaration above ends correctly*/
color: green;
font-size:12px;
}

/*A simpler Safari Hack, though I have yet to determine if Netscape on PC or IE can see this, which it may, so test test test!*/



html,body {
	margin: 0;
	padding:0;
	background-color:#3F7EC3;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
 	font-size: 11px;
 	line-height: 18px;	
}


div#content {
	clear:both;
	overflow: hidden;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	width: 766px;
	text-align:left;
	}	
	
div#content2 {
	clear:both;
	overflow: hidden;
	padding-top:10px;
	margin-left: auto;
	margin-right: auto;
	width: 766px;
	text-align:left;
	border-top:2px solid #e1e1e1;	
	}	
	
div#content3 {
	clear:both;
	overflow: hidden;
	margin-top:0;
	margin-left: auto;
	margin-right: auto;
	width: 766px;
	text-align:left;
	}	

div#container1 {
	clear:both;
	text-align: left;
	padding:0 0 0 0;
	float:right; 
	background-color:#fff;
/*	border:2px solid #e1e1e1;
	border-bottom:1px solid #fefefe;*/	
}


div#container2 {
	clear:both;
	height: 15px;
	text-align: left;
	padding-bottom: 0;
	_padding-bottom: 10px;
	background-color:#3F7EC3;
	vertical-align:top;	
}


div#container3 {
	width:100%;
	height:auto;
	margin:0;
	margin-right:auto;
	margin-left:auto;
	display: table-cell;
	background-color:#FFFFFF;	
	}


/*\*/
html*div#container3 {
	width:100%;
	margin:0;
	margin-right:auto;
	margin-left:auto;
	}/**/	
	



div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clear {
  clear: both;        /* extend height of .main to longest column */
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}



/* Internal layout area divs =div#layout
---------------------------------------------------------------------------------------------
*/	



div#bodycontent {
	width:574px;
	*width:560px;
	_width:564px;
	height:100%;
	float:right;
/*	border-top:1px solid #eee;	
	border-right:2px solid #e1e1e1;*/

	}

div#bodymain {
	width:766px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	}
	

#logo {
	background-image:url(images/GAL_Banner.jpg);
	height:118px;
	width:766px;
	float:left;
	}	
	
#search{
	padding-top:40px;
	float:right;
	width:200px;	
	}
	
#login{
	width: 190px;
	height:100%;
	margin:0;	 
	float: left;
	background-color:#DBDABF;
	text-align:left;	
	}
	
#gap {
	background-color:#FFFFFF;
	height:10px;
	width:766px;
	margin-top:12px;
	}	


div#link {
	background-image:url(images/Link_Image.jpg);
	background-repeat:no-repeat;
	width: 190px;
	height:100%;
	margin:0;	 
	float: left;
	background-color:#DBDABF;
	text-align:left;
/*	border-top:1px solid #fff;	
	border-left:2px solid #fff;	*/	
	padding-top:300px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	}

#header h1.hidden {
	text-indent: -999em;
	}
	

#footer {
	text-align:center;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
	font-size:10px;
	line-height:15px;
	color:#DBDABF;
	margin-top:5px;
	height:45px;
	vertical-align:bottom;
	background-color:#3F7EC3;
	padding-bottom:30px;
	margin-bottom:30px;
	}	


#menu_area {
	display:table;
	left: 0;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
	font-size:12px;
	text-align:left;
	min-height: 320px; 
	_height: 320px;
	margin:5px 0 0 0;
	}


#menu1b {
	position:relative;
	left: 0;
	margin: 0;
	width:177px;
	min-height:320px;
 	height: 320px; /* firefox */ 
	_height: 100%;/* ie */
	z-index: 0;
	float:left;
	background-color:#f1f1f1;
	}
	



/* Text styles for body copy =h1. =h2, =bodymain
---------------------------------------------------------------------------------------------
*/	


.bodycontent { 
	float:left;
	padding:0 20px 10px 20px;
	font-family:Arial, Helvetica, sans-serif;
 	text-decoration:none;
	font-size: 10px;
 	line-height:20px;
	background-color:#FFFFFF;
	color:#555;
	}


h1, h2, h3, h4, p {
	margin: 0;
	}

h1 {
	margin-top: 24px;
	margin-bottom: 0;
	font: bold 110%/18px "Lucida Sans Unicode", "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
	color: #666666;   
	font-size:16px;
	}

#search h1 {
	margin-top: 24px;
	margin-bottom: 0;
	font: bold 110%/18px "Lucida Sans Unicode", "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
	color: #666666;   
	font-size:16px;
	visibility: hidden;
	display: none;
	}

#login h1 {
	font: bold 110%/18px "Lucida Sans Unicode", "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
	color: #666666;   
	font-size:16px;
	visibility: hidden;
	display: none;
	}
	
#login .smalltext{
	display:none;
	}
	
h1.noimage  {
	margin-top: 0;
	}

h2 { 
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	font-family "Lucida Sans Unicode", "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
	color: #666666;   	
	}

h3 {
	display:none;
	visibility:hidden;
	margin-top: 10px;
	margin-bottom: 0;
	font: bold 90%/18px "Lucida Sans Unicode", "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
	color: #555;
	text-transform: uppercase;
	}

h4 {
	margin-bottom: 2px;
	font: normal 90%/18px "Lucida Sans Unicode", "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
	color: #666666;
	}

h6 {
	font-weight:lighter;
	margin-top:0px;
	margin-bottom:0px;
	color:#006B6E;
	line-height:3px;
	text-align:center;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
	font-size:10px;
	height:34px;	
	}
	
abbr, acronym {
	padding-bottom: 2px;
	border-bottom: 1px dotted #666666;
	cursor: help;
	}
	
	
	
/* Link Styles =a:link
---------------------------------------------------------------------------------------------
*/	



a:link, a:visited {
	color:#000000;
	text-decoration:underline;
	}

a:hover, a:active {
	color:#3F7EC3;
	text-decoration:underline;

	}

a.images:link, a.images:visited, a.images:hover, a.images:active {
	border-bottom: none !important;
	}

#nav a:link, #nav a:visited {
	color:#666666;
	font-size:12px;
	text-decoration:none;
	line-height:25px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
	background-color: transparent;
	border-bottom: none;
	padding:0 10px 0 20px;
	}

#nav a:hover, #nav a:active {
	color:#666666;
/*	color:#85AB30;
	border-bottom: 1px solid #e2e2e2;
	background-color:#fefefe;
*/	}
	

#footer a:link, #footer a:visited {
	color: #DBDABF;;
	text-decoration:none;
	background-color: transparent;
	}

#footer a:hover, #footer a:active {
	color: #eee;
	text-decoration:none;
	}
		
#hidden{
	width:100px;
	height:50px;
	float:left;
	}

/*
e017 styles  =e107
---------------------------------------------------------------------------------------------
*/

	
.cap_border, .left_caption, .menu_content  .non_default, .fborder, .forumheader3, .fcaption, .forumheader, .forumheader2 {	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	line-height: 18px;
	text-align:left;
	}
	
.fcaption {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	line-height: 18px;
	text-align:left;
	}		
.forumheader3 {
	vertical-align:top;
	padding:5px;
	text-align:left;
	float:left;
	}

img {	
	border: 0px;
	}

form {
	margin: 0px;
	}

.tbox {
	border: #A5ACB2 1px solid;
	width:80%;
	background-color: #fff;
	}


.indent {
	border: #999 1px dashed;
	padding: 5px;
	margin: 5px;
	background-color: #f7f7f9;
	}

.fborder, .border{
	border-collapse: collapse;
	border-spacing: 0px;
	font-weight:normal;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	line-height: 18px;	
	}

	
ul, .ul {
	list-style-image: url(/subpages/images/bullet.gif)
	}	
	
/* 
Standard sIFR Styles... do not modify 
---------------------------------------------------------------------------------------------
*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* 
Decoy sIFR Styles 
---------------------------------------------------------------------------------------------
*/

.sIFR-hasFlash h1 {
	visibility: hidden;
}
/* CSS Document */

