/* Print CSS Document for 2007 Spring HUG Conference Website*/

body	{
	width: auto !important;
	margin-top: 5%;
	margin-left: 5%;
	margin-right: 10%;
	font-family:Arial, Helvetica, sans-serif !important;
	}

html p {
	margin-top:0;
	margin-bottom: 1em;
	text-align:left;
	font-size:.85em;
	line-height:1.5;
}
body {
	height:100%;
	background-color: #9eabaf;
}
img {
	border: 0;
}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #213c69;
	margin-top: 15px;
	margin-bottom:0px;
}
	
ul {
	margin-top:0;
	}
	
.hide	{
	display: none;
	}
	

div.clear {
	clear:both;
	}

#container {
	width: 770px;
	border: 1px solid #fff;
	background-color: #cdcdb5;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #863031;
	width: 770px;
	border-bottom: 1px solid #fff;
	margin:0;
	padding: 0;
}
#hmenu {
	width: 770px;
	height: 25px;
	background-color: #aaa;
	border-bottom: 1px solid #fff;
	text-align:center;
}
#hmenu ul {
	margin: 0 0;
	padding: 0 0;
	text-align:center;
}
#hmenu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.85em;
	list-style: none;
	white-space: nowrap;
	display:inline;
}

#hmenu a {
	display:block;
	float:left;
	height:25px;
	margin: 0px;
	padding: 0px 29px;
	border-right: 1px solid #bfbfbf;
	color: #fff;
	background-color: #aaa;
	font-size: .85em;
	font-weight: bold;
	text-decoration: none;
	line-height: 2;
	vertical-align:baseline;
}

#hmenu a:hover {
	background-color: #213c69;
	color: #fad68e;
}
#hmenu a:active {
	background-color: #213c69;
	color: #edb072;
}


#datebar {
	float:right;
	background-color: #863031;
	width: 582px;
	border-bottom: 1px solid #fff;
	color:#faeacb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align:center;
	margin: 0px;
}

#datebar img {
	display:none;
	}

#leftside {
	width: 186px;
	background-color: #cdcdb5;
	float: left;
	text-align: left;
}

#leftmenu {
	margin:0;
	padding:0;
}
#leftside #leftmenu ul  {
	background-color: #c3c0a1;
	margin:0;
}
#leftside #leftmenu li {
	margin:0;
	list-style: none;
	border-top: 1px solid #fff;
	font-size:.85em;
	font-family:Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
#leftside #leftmenu a {
	display: block;
	height:25px;
	line-height:2;
	vertical-align:baseline;
	padding: 1px 5px 0 10px;
	background-color: #c3c0a1;
	color: #213c69;
	text-decoration: none;
	font-weight: normal;
}
#leftside #leftmenu a:visited {
	display: block;
	height:25px;
	color: #213c69;
	text-decoration: none;
	font-weight: normal;
	padding: 1px 5px 0 10px;
	background-color: #c3c0a1;
}
#leftside #leftmenu a:hover {
	background-color: #aaa;
	color: #fff;
}
#rightside {
	float: right;
	width: 582px;
	border-left: 1px solid #fff;
}
#content {
	width: 85% !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #213c69;
	background-color: #e6e6e6;
	padding: 0px 25px 10px 25px;
}
#content a:link {
	font-weight : bold; 
	text-decoration : none;
	color: #863031;
	background: transparent; 
	}

#content a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #863031;
	background: transparent; 
	}

#content a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #bf4547;
	background: transparent; 
	}

#content a:active {
	font-weight: bold; 
	text-decoration: none;
	color: #622021;
	background: transparent;  
	}
#footer {
	background-color: #213c69;
	color: #fff;
	font-size: .75em;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #c3c0a1;
	text-decoration:none;
}
div.hbreak {
	clear:both;
	background-color: #aaa;
	border-width: 1px 0;
	border-style: solid;
	border-color: #fff;
	width: 770px;
	height: 25px;
}

