/* CSS Document SOLACE website 2005 by Garry Butcher */
body { 
	   background-image: url("images/bg-grey.gif"); background-repeat: repeat; 
	   background-color: #fff;
	   font-family: "Lucida Grande", Verdana, Lucinda, Arial, Helvetcia, sans-serif; 
	   font-size: 14pt; color: #999;
	   text-align:center;
}

* { padding:0; margin:0; }
   
div#container { background-color:#fff; color:#999; margin-left:auto; margin-right:auto; width:680px;  
	border-left-width:2px; border-left-color:#f90; border-left-style:solid;
	border-right-width:2px; border-right-color:#f90; border-right-style:solid;
	border-bottom-width:2px; border-bottom-color:#f90; border-bottom-style:solid;
	padding:0px 8px;
}

img { border:0; }

a:link { color: #fff; text-decoration: none; font-size:14pt; background-color:#f90; font-weight:normal;}
a:visited { color: #fff; text-decoration: none; font-size:14pt; background-color:#f90; font-weight:normal; }
a:hover { color: #000; text-decoration: none; font-size:14pt; background-color:#ff0; font-weight:normal; }
a:active { color: #fff; text-decoration: none; font-size:14pt; background-color:#f90; font-weight:normal;}

div#container div { margin-left:auto; margin-right:auto; width:670px; }

#header { height:15px; }
div#header p a { color:#999; text-decoration:none; background-color:#fff; font-size:12pt; font-weight:normal;}
div#header p a:hover { color:#000; text-decoration:none; background-color:#ff0; font-size:12pt; font-weight:normal;}
p#waylink { width:333px; float:left; text-align:left; padding-left: 2px; font-size:12pt; }
p#mydate { width:333px; float:right; text-align:right; padding-right:2px; font-size:12pt; }
div#logo { margin-bottom: 2px; }

#navigation { background-color:#f90; color:#fff; text-align:center; }
div#navigation a { padding: 0 3px;}

div#container div#content { margin-top:5px; margin-bottom:5px; height:auto; background-color:#ccc; color:#000; width:650px;
	 padding:10px; background-image: url("images/bg-grey.gif"); background-repeat: repeat;
}

h1, h2, p {margin-bottom:7px; }

h1, h2 , h3 { background-color:#fff; color:#f90; }
h1 { font-size:20pt; }
h2 { font-size:14pt; }
h3 { font-size:14pt; text-align:center; }
h4, h5 { text-align:center; background-color:#fff; color:#999; font-weight:bold;}
h4 { font-size:14pt; }
h5 { font-size:12pt; }

ul { list-style:none; padding:5px; background-color:#fff; color:#999; margin-bottom:5px;  }
li { margin-bottom: 5px; }

div#content #leftcol { width:440px; float:left; background-color:#fff; color:#999; padding:5px; text-align:left; clear:both; }
div#content #leftcol p a { padding:2px; color:#999; text-decoration:none; background-color:#fff; font-size:14pt; font-weight:normal;}
div#content #leftcol p a:hover { padding:2px; color:#000; text-decoration:none; background-color:#ff0; font-size:14pt; font-weight:normal;}

div#leftcol p#button { text-align:center; margin-bottom:10px; }
div#leftcol p#button a { padding:5px; color:#fff; text-decoration:none; background-color:#f90; font-size:14pt; font-weight:normal;}
div#leftcol p#button a:hover { padding:5px; color:#000; text-decoration:none; background-color:#ff0; font-size:14pt; font-weight:normal;}


div#content #rightcol { width:180px; float:left; text-align:left; margin-left:5px; }
div#content #rightcol p { padding:5px; background-color:#fff; color:#999;}
div#content #rightcol strong { color:#999; background-color:#fff; font-size:14pt;}
.mycenter {text-align:center; }

#footer { margin-top:5px; text-align:center; }
div#footer p { background-color:#f90; color:#fff; padding:3px 0;}

div#footer a { font-size:14pt; text-decoration:none; font-weight:normal; background-color:#f90; color:#fff;
}

div#footer a:hover { font-size:14pt; text-decoration:none; font-weight:normal; background-color:#ff0; color:#000;
}

#credits { margin-top:10px; text-align:right; background-color:#fff; color:#999; font-size:14pt;}
#credits a, div#rightcol p a, div#rightcol ul li a { font-size:14pt; text-decoration:none; font-weight:normal;
		 background-color:#fff; color:#999;
}

div.credits img { vertical-align:bottom; }

#credits a { border-bottom:1px dashed #ccc; }

#credits a:hover, div#rightcol p a:hover, div#rightcol ul li a:hover { background-color:#ff0; color:#000; }

#credits a:hover { border-bottom:1px dashed #000; }

.fixclear:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

* html .fixclear { height:1%;}
.fixclear { display:block; } 

fieldset { padding:5px; border:1px solid #ccc; }
legend { background-color:#fff; color:#f90; font-size:14pt; padding:5px; }

input, select, textarea { background-color:#ccc; color:#999; font-size:14pt; font-weight:bold; border:1px solid #999; }
textarea { font-family: "Lucida Grande", Verdana, Lucinda, Arial, Helvetcia, sans-serif; margin-bottom:5px; font-size:14pt;}