#navcontainer ul
{
	padding: 0;
	margin: 0;
	float: right;
	width: 100%;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	padding: 6px 9px;
	color: #FFF;
	text-decoration: none;
	float: right;
}

#navcontainer ul li a:hover
{
	background-color: #FFF;
	color: #003a42;
}

#activelink{
	background-color: #FFF;
	color: #003a42;
	padding: 6px 10px;
	
	text-decoration: none;
	float: right;
}


body
{
	padding: 0;
	margin: 0;
	background-image: url(/images/bg.png);
	background-repeat:repeat-x;
	color: #FFF;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #003a42;
}

a:hover
{
	text-decoration: none;
	color: #FFF;
}

#loginemail{
	position: absolute;
	top:50px;
	margin-left: -440px;
	width:892px;
	left:50%;
	text-align:right;
}
#centrecontainer
{
	position: absolute;
	top: 300px;
	left: 0px;
	width: 100%;
	
}

#outercontainer
{
	margin-left: -440px;
	position: absolute;
	top: -236px;
	left: 50%;
	border:2px;
	border-style:dotted;
	border-color:#FFFFFF;
	padding-right:30px;padding-left:30px;padding-top:10px;padding-bottom:10px;
}

#header
{
	width: 800px;
	height: 31px;
	letter-spacing: 1px;
}

#container    
{
	border: 20px solid #FFF;
	width: 790px;
	height: 550px;
	background:#fff;
}

#containerboth{
	float:left;
	width:790px;
	height:540px;
	background:#fff;
	color:#003a42;
	overflow:auto;
}
#containerboth h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -2px;
	font-size: 200%;
	border-bottom: 1px solid #003a42;
	padding-bottom: 5px;
	width: 90%;
	line-height:110%;
}
#containerboth h3
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -2px;
	font-size: 150%;
	border-bottom: 1px solid #003a42;
	padding-bottom: 5px;
	width: 90%;
	line-height:110%;
}
#containerboth li
{
	margin-top: 2px;
	padding-top:4px;
	letter-spacing:0px;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	
	margin-left: 10px;
	padding-bottom: 5px;
	width: 100%;
	margin-bottom:2px;
	
}
#containerboth ol
{
	margin-left:0px;
	
}
#containerleft
{
	float: left;
	width: 355px;
	height: 540px;
	background-image:url('images/disc.png');
	border-right: 30px solid #FFF;
	padding: 10px;
	background-repeat: no-repeat;
	background-position:top center;
	
}
#containerleftindex
{
	float: left;
	height: 540px;
	width: 355px;
	background-image:url('/images/cover_2nd_edition.jpg');
	border-right: 30px solid #FFF;
	padding: 10px;
	background-repeat: no-repeat;
	background-position:top center;
	
}

#containerleft a
{
	text-decoration: none;
	color: #FFF;
}

#containerleft a:hover
{
	text-decoration: none;
	color: #FF80A8;
}

#containerleft h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -3px;
	font-size: 250%;
	text-align: right;
	
}

#containerright
{
	float: left;
	width: 365px;
	height: 540px;
	background: #FFEBCF;
	color: #003a42;
	overflow: auto;
	padding: 8px;
	border-style:solid;
	border-width:2px;
	border-color:#003a42;
	
}

#containerright ul li{
	

	color: #003a42;
	text-decoration: none;
	margin-left:-10px;
}

#containerright h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -2px;
	font-size: 200%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	width: 90%;
	line-height:110%;
}

#footer
{
	width: 800px;
	text-align: right;
	padding: 5px 0px;
	color: #003a42;
	
}

#footer a
{
	text-decoration: none;
	color: #003a42;
}

#footer a:hover
{
	text-decoration: none;
	color: #FFF;
}


input,
textarea,
select {
  padding: 1px;
  font: 400 1em helvetica, arial, verdana, tahoma, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
  margin-top:1px;
  margin-bottom:1px;
}
select{
	margin-top:3px;
	margin-bottom:3px;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em helvetica, arial, verdana, tahoma, sans-serif;
  cursor: pointer;

  color: #fff;
  background: #FC3307;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
}

input.radio {
  background: none;
  border: 0px;
}
input.checkbox{
	border:0px;
}
