body {
	background: url(../../images/body-bg.jpg) repeat-x #999;
	margin: 0 0 10px 0;
	font-family: "Lucida Sans", Verdana, Arial;
	font-size: 12px;
}
a {
	color: #505;
	text-decoration: none;
}
a:visited { color: #606; }
a:hover { text-decoration: underline; }
h1 {
	font-size: 175%;
	color: #000;
	margin-top: 0;
}
h2 {
	font-size: 24px;
	margin: 10px 0px;
	color: #505;
}
h3 { font-size: 14px; }
h4 { font-size: 110%; }
.alignright { text-align: right; }
/* Container --------------------------------------------------------------------------------------*/

#container {
	width: 750px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 0px auto;
}
/* Header --------------------------------------------------------------------------------------*/

#header {
	background: url(../../images/header-bg.jpg) no-repeat #505;
	height: 110px;
}
/* Sidebar --------------------------------------------------------------------------------------*/

#side {
	background: url(../../images/nav-bg.jpg) no-repeat #ccc;
	text-align: left;
	width: 150px;
	padding-top: 125px;
	vertical-align: top;
}
#side li {
	list-style: none;
	text-indent: 0px;
	display: block;
}
#side li:hover { }
#side ul {
	margin-left: 0px;
	padding-left: 0px;
}
#side a {
	color: #fff;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	display: block;
	padding: 5px 10px;
}
#side a:hover {
	text-decoration: none;
	background-color: #606;
}
#home #nav li#home a,
#research #nav li#research a,
#whyitworks #nav li#whyitworks a,
#publications #nav li#publications a,
#testimonials #nav li#testimonials a {
	text-decoration: none;
	background-color: #606;
}
.highlight {
	color: #fff;
	text-align: center;
	width: 130px;
}
.highlight a {
	padding: 0px;
	line-height: 1.5em;
	font-size: 9pt !important;
}
/* Contents --------------------------------------------------------------------------------------*/
#home #contents {
	background: url(../../images/contents-bg.jpg) no-repeat #ccc;
	padding: 0px 30px 10px 30px;
}
#contents {
	background: url(../../images/contents-bg2.jpg) no-repeat #ccc;
	padding: 0px 20px 10px 20px;
}
#title {
	background-color: #505;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	padding: 8px;
}
#welcome {
	margin: 10px 0px 10px 175px;
	font-size: 12px;
}
.ctable {
	border: 1px solid #999;
	padding: 5px;
}
.ctable h2,
.ctable h3 { margin: 3px; }
.rtable {
	border: 1px solid #999;
	padding: 3px;
	text-align: center;
	font-size: 9px;
}
.rtable h2,
.ctable h3 { margin: 3px; }
.cp {
	color: #505;
	font-weight: bold;
}
.cu { border-bottom: 1px solid #999; }
.cup {
	color: #505;
	font-weight: bold;
	border-bottom: 1px solid #999;
}
.cuo {
	border-bottom: 1px solid #999;
	text-decoration: overline;
}
/* Footer --------------------------------------------------------------------------------------*/

.textnav { text-align: center; }
/* Random Stuff */
.imgpad { margin: 10px; }
.nounder a {
	text-decoration: none;
	color: #505;
}
.nounder a:hover { color: #606; }
a img { border: 0; }
#contents ul { list-style: square; }
ul.expand li { margin-bottom: 0.75em; }
.floatleft {
	margin: 0 10px 10px 0;
	float: left;
}
.floatright {
	margin: 0 0 10px 10px;
	float: right;
}
li.pdf {
	line-height: 16px;
	padding-left: 5px;
	list-style-image: url(../images/pdf-icon.gif);
}
form fieldset { margin-bottom: 10px; }
form legend {
	padding: 0 2px;
	font-weight: bold;
}
form label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form fieldset ol {
	margin: 0;
	padding: 0;
}
form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
form fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form fieldset fieldset label {
	display: block;
	width: auto;
}
form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
form label { width: 180px; /* Width of labels */ }
form input { width: 300px; }
form input.submit { width: 100px !important; }
form textarea {
	width: 300px;
	height: 200px;
}
form fieldset fieldset label { margin-left: 123px; /* Width plus 3 (html space) */ }
