/* global */

/* whitespace reset */

body,div,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,th {
	margin:0;
}
blockquote {margin:6px 0 0 18px;padding:0;}
table {
	border-collapse:collapse;
}
img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
caption,th {
	text-align:center;
}

.clear { /* float-clearing element */ clear: both; height: 0; line-height: 0; }

/* lists */

ul { padding: 5px 10px 5px 20px; margin: 0px; }
li { padding-bottom: 5px; margin: 0px; }
ul li ul li{ list-style-type: none; }

dl,dt,dd { padding: 0; margin: 0; }
dl { position: relative; }

/* links */

a {
	color: #00a0af;
	text-decoration: none;
}
a:hover {
	color: #339900;
	text-decoration: underline;
}

/* layout elements */

div#container {
	width: 620px;
	text-align:left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 200px;
}

div#title {
float: left;
width: 800px;
height: 100px;
margin-top: 0px;
}
html>body #title {
margin-top: 0;
}

div#content {
	font-size: 85%;
	float: left;
	width: 780px;
	font-family: "comic Sans MS";
}

div#content table p {
	font-size: 70%;
}

html>body div#content {
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	padding: 5px;
}

div#content_brace {
float: left;
width: 800px;
height: auto;
background: url(../i/bg_subpage_sidecol.gif) repeat-y;
margin: 19px 0 0 0;
display: inline;
}

div#sidemenu {
float: left;
width: 122px;
margin: 0 17px 10px 21px;
padding: 0;
display: inline;
}

.sidemenu_entry_open {
font-size: 110%;
font-weight: bold;
margin: 0;
padding: 0 0 5px 12px;
background: url(../i/bullet_submenu_open.gif) no-repeat;
}

.sidemenu_entry {
font-size: 110%;
font-weight: bold;
margin: 0;
padding: 0 0 5px 12px;
background: url(../i/bullet_submenu.gif) no-repeat;
}

.sidemenu_entry a {
color: #00a0af;
text-decoration: none;
}

.sidemenu_entry a:hover {
color: #0ec7d8;
text-decoration: none;
}

.sidemenu_entry_sub {
font-weight: normal;
margin: 0;
padding: 0 0 3px 12px;
}

.sidemenu_entry_sub_last {
font-weight: normal;
margin: 0;
padding: 0 0 8px 12px;
}

.sidemenu_entry_sub a, .sidemenu_entry_sub_last a {
color: #000000;
text-decoration: none;
}

.sidemenu_entry_sub a:hover, .sidemenu_entry_sub_last a:hover {
color: #000000;
text-decoration: underline;
}

.sidemenu_active {
font-weight: bold;
}

div#main-column {
float: left;
width: 600px;
margin: 0 0 0 20px;
display: inline;
}

/* header elements */

div#header {
position: relative;
width:800px;
height: 80px;
}

div#header_left {
left: 18px;
top: 14px;
float: left;
width: 127px;
height: 66px;
position: relative;
}

div#header_left a {
width: 127px;
height: 66px;
position: absolute;
}

#header_left a h1 {
display: none;
}


.clear {
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
