body {
	margin:0px;
	padding:0px;
	font-family: Verdana, sans-serif;
	font-size:small;
	background: #fff;
}

/* layout structure */

#wrap {

}

td {
	vertical-align:top;
}

#container {
	position:relative;
}

#sidebar {
	display:none;
}

#content {
	line-height: 1.5em;
	font-size:100%;
}

#top_nav{
	display:none;
}

#footer {
	display:none;
}

/* header */

#header {
	float:right;
	background-color:#fff;
}

#logo {
	width:158px;
	height:127px;
	text-align:center;
}


#front_blocks {
	display:none;
}

label {
	float: left;
	width: 140px;
	font-weight: bold;
	text-align:right;
	margin-right:5px;
	padding:2px 2px 2px 15px;
	margin-bottom:6px;
	white-space:nowrap;
}

#quiz {
	margin-left:2em;
}

div#quiz h1{
	font-size:125%;
}

div#quiz h3{
	font-size:110%;
}

div#quiz a{
	display:none;
}

br {
	clear:both;
	height:1em;
}

/*
a#header_blocks {
	display:block;
	text-align:left;
    background-color:#5658c8
	color:#fff;
	font-size:11px;
	margin:8px 8px 0px 0px;
    padding:10px 0px 0px 10px;
	float:left;
	width:180px;
	height:110px;
    text-decoration:none;
}
*/
ul#header_blocks {
	display:none;
}

/* gutters */

#content .gutter {
	padding: 25px;
}

#sidebar .gutter {
	padding: 0px;
}

input[type=button] {
	cursor:hand;
	cursor:pointer;
}

/* content */

#content hr {
	clear:both;
	margin:1em 0em;
	padding:0px;
	background-color:#fff;
	color:#fff;
	border-color: #ccc;
	border-style: dotted;
	border-width: 1px 0px 0px 0px;
}

#content h1 {
	clear:both;
	margin:5em 0em 0.5em 0em;
	padding:0px;
	font-size:160%;
	color: #c00;
}

#content h2 {
	margin:0.5em 0px 0.5em 0px;
	font-size:140%;
	padding:0px;
	color:#0038a8;
}

#content h3 {
	padding:0px;
	margin:0.5em 0px 0.5em 0px;
	font-size:110%;
}

#content h4 {
	padding:0px;
	margin:0.5em 0px 0.5em 0px;
	font-size:90%;
}

#content img {
	margin:0px 15px 0px 0px;
	padding: 0px 4px 4px 0px;
	/* background: url(../../img/photo-frame.gif) no-repeat bottom right; */
}

#content p {
	font-size:90%;
	margin:0em 0em 1em 0em;
	line-height: 1.5em;
}

#content ul{
	margin-top:0em
}

#content li {
	font-size:90%;
}



/* Hide from IE5/Mac \*/
* html #footer {height: 1%; }
/* End hide from IE5/Mac */

dl.feature {display: inline; }

/* Hides from IE-mac \*/
* html dl.feature {height: 1%; }
dl.feature {display: block; }
/* End hide from IE-mac */