/* global */

/* whitespace reset */

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

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #000000;
	padding-right: 10%;
	padding-left: 10%;
}

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

/* font sizing */

h1 {
	font-size: 150%;
	color: #91CBF3;
	margin-bottom: 8px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #91CBF3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 8px;
	padding:0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #404040;
	margin-top: 8px;
	margin-bottom: 8px;
	display: block;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #404040;
	margin-top: 4px;
	margin-bottom: -3px;
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
}
h5 {
	font-size: 20px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-weight: bolder;
	color: #E00404;
	margin-bottom: 15px;
}
p {
	padding: 4px 0 8px 0;
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	color: #404040;
	text-align: left;
}

/* 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;
	margin-top: 0px;
}

/* links */

a {
	color: #62A7F4;
	text-decoration: none;
}
a:hover {
	color: #9DC2F4;
	text-decoration: underline;
}

/* layout elements */

div#container {
margin:0 auto;
width: 800px;
text-align:left;
}

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: 800px;
background-color: #FFFFFF;
}
html>body div#content {
height: auto;
}

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

div#sidemenu {
	float: left;
	width: 122px;
	padding: 0;
	display: inline;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
}

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

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

.sidemenu_entry a {
	color: #62A7F4;
	text-decoration: none;
}

.sidemenu_entry a:hover {
	color: #9DC2F4;
	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: #404040;
text-decoration: none;
}

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

.sidemenu_active {
font-weight: bold;
}

div#main-column {
	float: left;
	width: 615px;
	margin: 0 0 0 20px;
	display: inline;
	height: 500px;
	overflow: auto;
}

/* 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;
}



#header_left a h1 {
display: none;
}

div#menu {
	float: right;
	width: 576px;
	height: 40px;
	margin: 40px 0 0;
}

/* footer elements */

div#footer {
float: left;
text-align: center;
width: 800px;
height: auto;
color: #ffffff;
text-decoration: none;
font-size: 75%;
margin: 12px 0 20px 0;
display: inline;
}

div#footer a {
color: #ffffff;
text-decoration: none;
}

div#footer a:hover {
color: #ffffff;
text-decoration: underline;
}

p#disclaimer {
float: left;
text-align: center;
width: 600px;
height: auto;
color: #ffffff;
font-size: 9px;
padding: 0px;
margin: 8px 0 0 100px;
display: inline;
}


.clear {
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.writing {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #404040;
	text-align: left;
}
ol {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 14px;
	color: #404040;
}
.founder {
	border: 1px ridge #333333;
	margin: 10px;
}
