html {
  height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 170%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 400;
}
h1 {
	font-size: 2.5em;
	font-weight: 700;
	line-height: 170%;
}
h2 {
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: -1px;
	text-align: center;
}
h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: -1px;
	text-align: center;

}
ul {
	list-style-type: none;
	list-style-image: url(images/li_bullet.gif);
}

a img {
	border: 5px solid #FFF;
}

a:hover img {
	/* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 5px solid #999 !important;
	border: 2px solid #33339F;
}

img.floatLeft {
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 15px;
}
h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;
  padding: 15px 15px 5px;
}

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	border: 2px none #F1F1F1;
	width: 800px;
}
#logo {
	border-bottom-width: 4px;
	border-bottom-style: none;
	border-bottom-color: #CCC;
}


#header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	background-color: white;/*#069;*/
	float: left;
	height: 100px;
	border-top-style: none;
	border-bottom-color: #CCC;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 4px;
}
#main {
	position: relative;
	float: left;
	width: 100%;
}
#content {
	position: relative;
	float: left;
	width: 100%;
}


#main_content {
	float: left;
	width: 66%;
}
#sidebar {
	width: 30%;
	float: right;
	border-left-width: 4px;
	border-left-style: none;
	border-left-color: #CCC;
	height: 100%;
}

#footer {
	position: relative;
	background-color: white;/*#069;*/
	margin: 0px;
	padding: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#footer p  {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: silver;/*#069;*//*#FFF;*/
	border-bottom-width: 4px;
	border-bottom-style: none;
	border-bottom-color: #FC0;
}
#content p   {
	text-align: center;
}


.clear {
  clear: both;
}


.floatLeft {
  float: left;
}
.menu {
	list-style-image: none;
	list-style-type: none;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 45px;
	position: relative;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FC0;
	border-right-color: #FC0;
	border-bottom-color: #FC0;
	border-left-color: #FC0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu li  {
	display: block;
	float: left;
	background-color: white;/*#069;*/
	list-style-image: none;
	list-style-type: none;
}
.menu li a {
	color: #069;/*#FFF;*/
	text-decoration: underline;
	float: left;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.menu li a:hover {
	position: relative;
	color: black;/*#FFF;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;/*solid;*/
	border-left-style: none;
	border-top-color: #FC0;
	border-right-color: #33339F;
	border-bottom-color: #CCC;
	border-left-color: #33339F;
}
.menu    li a.selected{
	position: relative;
	font-weight:700;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;/*solid;*/
	border-left-style: none;
	border-top-color: #33339F;
	border-bottom-color: #33339F;
	border-left-color: #33339F;
}
a {
	text-decoration: underline;
	color: #00C;
}
a:hover {
	text-decoration: underline;
}
a:visited {

}
