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

body {
	background-image:url(../images/background.jpg);
	font-family:Helvetica, Arial, SunSans-Regular, sans-serif, "Trebuchet MS";
	font-size:.9em;
	line-height:1.5em;
	text-align:left;
	margin:0;
	padding:0;
	
	}

p {padding:0 15px 0 15px;}

h1 {color:#069; 
	font-size: 1.25em; 
	padding-left:15px;
	}

h2 {font-size:1em;
	font-style:italic;
	font-weight:bold;
	padding-left:15px;
}

.right {text-align:right;
	font-size:1.2em;
	color:#666;
	margin-top:0px;
}

a, a:link {color:#069; text-decoration:none;}
a:hover {text-decoration:underline;}

table.mytable {width:400px; padding:0px; margin-left:15px; border:none; }
table.mytable td {font-size:.9em; border: none; vertical-align:top; line-height:18px; }
table.mytable tr.special td { font-weight:bold; padding-top:10px; padding-bottom:10px;}


/*test 8 */

#wrapper {
	background:#fff;
	/*background:url(../images/main_bkgnd.png) repeat-y;*/
	width:900px;
	margin: 0 auto;
}

#bar {background:url(../images/main_bkgnd.png) repeat-y;}
 
#header {
	height:125px;
	border-bottom:solid #000 2px;
	background:#fff;
	/*background:url(../images/main_bkgnd.png) repeat-y;*/
}
 
#left-column {
	background:#069;
	width:150px;
	float:left;
	padding-top:30px;
}
 
ul {margin:0; padding:0; list-style:none; width:150px;}
ul li {position:relative;}
li ul {position:absolute; left:149px; top:0; display:none;}
ul li a {
	display:block; 
	text-decoration:none; 
	color:#006699; 
	background:#006699;
	padding:5px; 
	border:1px solid #ccc; 
	border-bottom:0;}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul {margin:0; padding:0; list-style:none; width:150px; border-bottom:1px solid #ccc;}
li:hover ul, li.over ul { display: block; }

a.sidemenu, a.sidemenu:visited { 
	color: #fff; 
	font-size: 15px; 
	text-decoration: none; 
	text-align: right; 
	}
	
a.sidemenu:hover { 
	color:#069;
	background:#fff;
	font-size: 15px; 
	text-decoration: none; 
	text-align: right; 
	}

#right-column {
	background:#fff;
	width:750px;
	margin-left:150px;
}
 
#footer {
	height:150px;
	margin:150px 0 0 150px;
	background:#fff;
	/*background:url(../images/main_bkgnd.png) repeat-y;*/
	font-size:.8em;
	line-height:1.35em;
	text-align:center;
	clear:both;
}


/* from http://www.alistapart.com/articles/horizdropdowns/  */



