@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/background_top.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #9fcf67;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9fcf67;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #9fcf67;
}
h1 {
	font-size: 14px;
	color: #9fcf67;
}

p, h1 {
	margin-top:0px;
	margin-bottom:5px;
}


#testibox {
	margin-top:228px;
	padding-top:32px;
	padding-bottom:16px;
	padding-left:60px;
	padding-right:75px;
	background-color:#f0f0f0;
}


#testi_login_box {
	margin-top:0px;
	padding-top:0px;
	padding-left:60px;
	padding-right:75px;
}


ol { 
  list-style-type:decimal; 
}

ul {
	margin: 5px;
	list-style-type:square;  
}

.testcolumn {
	background-image:url(images/background_testbar_lower.gif);
	background-repeat:repeat-y;
	background-position:left top;
	width:369px;
}


.footer {
	clear:both;
	background-image: url(images/bot_bar_background.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	color:#FFFFFF;
	background-position:bottom;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	width:100%; 
}

.footer a:link {
	color: #ffffff;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
    color: #ffffff;
}
.footer a:hover {
	text-decoration: underline;
	color: #9fcf67;
}
.footer a:active {
	text-decoration: none;
	color: #ffffff;
}

.style1 {color: #999999}
.style3 {font-size: medium; }
.style4 {color: #FF0000}
.style5 {
	font-size: large;
	font-weight: bold;
	font-style: italic;
}
#wrapper{
	position:relative;
	top:122px;
	background-image:url(images/background_testbar_lower.gif);
	background-repeat:repeat-y;
	margin-top:0px;
	clear:none;
	padding:0.1px; /*FireFox*/
	/**padding:0px;/*ie6 fixed */
	/*+padding:0px;/*ie7 fixed */
}

#navigation{
    position:absolute;
	top:0px;
	background-image:url(images/codeshed_emblem.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:100%;
	height:200px;
}

#menu {
	margin-top:62px;
	margin-left:0px;
}

#menu ul {list-style:none;margin-bottom:0px;margin-top:0px;float:left;}
#menu ul li {float:left;line-height:0px;margin-top:0px;list-style:none;}

#rightimage{
	width:235px;
	height:78px;
	background-image:url(images/codeshed_logo.jpg);
	border:0px;
	float:right;
	margin-top:-26px;
 }
#sheimage{
	float: left;
	padding:0.1px;
	background-image:url(images/codeshed_she_image.jpg);
	width:343px;
	height:228px;
}

#content{
	margin-left:380px;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:35px;
}
#cubecontent{
	margin-left:50px;
	margin-top:200px;
	margin-right:50px;
	margin-bottom:35px;
}

.cube{
	width:380px;
	height:10%;
	margin-left:30px;
	margin-bottom:10px;
}

div.figure {
  float: center;
  width: 93%;

  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: left;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}