﻿
/* hide hack from Mac-IE5 \*/* html .mybuggyelement { height: 1%; }/* end hiding */

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Aria, Helvetica, sans-serif;
 font-size: 13px;
 overflow-y:scroll;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;

}
#header {
	color: #333;
	float: left;
	padding: 10px;
	border: 0px solid #ccc;
	height: 10px;
	background: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 900px;
}

#fullcolumn {
	color: #333;
	float: left;
	padding: 0px;
	border: 0px solid #ccc;
	height: 101%;
	background: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 918px;
}

#leftcolumn {
	color: #333;
	border: 0px solid #ccc;
	background: #FFFFFF;
	padding: 0px;
	height: 100%;
	width: 449px;
	float: left;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#rightcolumn {
	float: right;
	color: #333;
	border: 0px solid #ccc;
	background: #FFFFFF;
	padding: 0px;
	height: 100%;
	width: 449px;
	display: inline;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}

#leftcolumn23 {
	color: #333;
	border: 0px solid #ccc;
	background: #FFFFFF;
	padding: 0px;
	height: 100%;
	width: 599px;
	float: left;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#rightcolumn13 {
	float: right;
	color: #333;
	border: 0px solid #ccc;
	background: #FFFFFF;
	padding: 0px;
	height: 100%;
	width: 299px;
	display: inline;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}


#righttitle {
	float: right;
	color: #333;
	border: 0px solid #ccc;
	background: #FFFFFF;
	padding: 0px;
	height: 32px;
	width: 449px;
	display: inline;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
#lefttitle {
	color: #FF0000;
	border: 0px solid #ccc;
	background: #FFFFFF;
	padding: 0px;
	height: 32px;
	width: 449px;
	float: left;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#urighttitle {
	float: right;
	color: #333;
	border: 0px solid #ccc;
	background: #FFFFFF;
	padding: 0px;
	height: 20px;
	width: 449px;
	display: inline;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
#ulefttitle {
	color: #000000;
	border: 0px solid #ccc;
	background: #FFFFFF;
	padding: 0px;
	height: 20px;
	width: 449px;
	float: left;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	color: #333;
	border: 0px solid #ccc;
	background: #CCCCCC;
	padding: 5px;
	position: fixed;
	bottom: 20px;




	left;
	height: auto;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul, li {
  display: inline;
}

ul#nav li ul {
  display: none;
}

ul#nav li:hover ul {
  display: inline;
}

ul#nav li a {
	background: #CCCCCC;
	padding: 5px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

ul#nav li b {
	background: #CCCCCC;
	padding: 5px;
	font-weight: normal;
	color: #777777;
	text-decoration: none;
}

