@charset "UTF-8";
/* CSS Document

adapted from     xyzxyzxyz 


*/

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:white;
	color:#002;
	text-align:center;
	margin:0;
}

/* boxes, box specific typography */

#page {
	position:relative;
	margin:0 auto 0 auto;
	text-align:left;
	width:800px;
}

#pageleft {
	position:absolute;
	top:0;
	left:0;
	width:200px;
	min-height:800px;
	height:100%;
	background-color:#002;
}
#logo {
	position: absolute;
	top:25px;
	left:0;
	margin: 0;
	font-size: 10px;
	height:225px;
}

#logo a {
	display:block;
	width:200px;
	height:200px;
	margin:0;
	padding:0;
	background:#002 url("imgs/logo.gif") no-repeat top;
	text-indent: -700em;
	text-decoration: none;
	
}



#nav {
/*	height:3em; */
	font-size:80%;
	margin:250px 0 0 0;
}
#nav ul {
	list-style-type:none;
	padding:0;
}
#nav ul li  {
	line-height:20px;
	width:198px;
	height:30px;
	margin:0;
	text-decoration:none;
	background-color:#002;
	float:left;
	padding:0;
	border-bottom:1px solid #fff;
	color:#fff;
}
#nav ul li a {
	text-decoration:none;
	display:block;
	padding:5px;
	color:#fff;
}
#nav ul li a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#006;
}
#nav ul #curlnk a {
	color:#fff;
}
/* #nav ul #curlnk {
	display:block;
	padding:5px;
	color:#dddddd;
	font-weight:bold;
} */
#nav ul ul {
	display:none;
}
#nav ul li:hover ul {
	visibility:visible;
	display:block;
	position:absolute;
	width:198px;
	margin:-24px 0 0 192px;
}
#nav li li a {
	padding:5px;
}






#body {
	width:600px;
	position:absolute;
	top:0px;
	left:200px;
	min-height:800px;
	margin:0;
	font-size:90%;
	background-color:#f6f6f6;
}
#pgmain {
	margin:20px 0 50px 20px;
}


#pgtail {
	clear:both;
	position:fixed;
	margin:0;
	padding:0;
	width:800px;
	bottom:0px;
	font-size:75%;
	text-align:center;
	line-height:25px;
	height:30px;
	background:#002;
	border-top:2px solid #ddd;
	color:#CCC;
}
#pgtail p {
	margin:0 20% 0 20%;
}
#pgtail a {
	color:#ddd;
}

/* typography */
h1, h2, h3 {
	margin:2.5em 0 1.5em 0;
	color:#002;
}
h1 {	font-size: 18px;}
h2 {	font-size: 18px;}
h3 {	font-size: 18px;}

p, ul, ol, dl {
	margin:0 0.5em 1.5em 0;
}
ul {
	padding:0 0 0 25px;
}
a {
	text-decoration:underline;
}
a:link {
	color:#454545;
}
a:visited {
	color:#606574;
}
a:hover, a:active {
	color:red;
}
b {
	font-weight:normal;
	background:yellow;
}
img {
	border:none;
}
hr {
	height:1px;
	clear:both;
}
.smaller {
	font-size:70%;
}




.textbox {
	width:180px;
	float:right;
	font-size:80%;
	line-height:1.2;
	color:#fff;
	border:1px solid #fff;
	margin:0 0 0 10px;
	padding:.5em 5px .5em 5px;
	background-color:#002;
}
.textbox p {
	margin:0 0 1em 0;
}
.textbox a, .textbox a:link, .textbox a:visited, .textbox a:active, .textbox a:hover {
	color:#ccf;
}
.textbox :last-child {
	margin-bottom:0;
}

