body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/shadow-bg.jpg);
	background-repeat:repeat-y;
}

#main {
	padding: 0 20px 20px 20px;
	background-image: url(../images/shadow-bottom.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
}

#header {
	top:10px;
	background-image: url(../images/banner.jpg);
	background-repeat:no-repeat;
    height:150px;
    position:relative;
    border-bottom: 1px solid #ececec;
}
#content {
	float:right;
    width: 520px;
	padding: 0 10px 0 0;
}
#content p {
	font-size: 70%;
	line-height: 1.8em;
}

#content h1 {
	margin-bottom: 0.7em;
	margin-top: 1em;
	padding: 0;
	font-weight:normal;
	color: #3a5e82;
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
}

#content h3 {
	margin: 0;
	padding: 0;
	font-weight:bold;
	color: #a6bfd3;
	font-size: 90%;
	border-bottom: 1px solid #a6bfd3;
	font-family: Arial, Helvetica, sans-serif;
}

#content img.right{
	float: right;
	clear:right;
	margin-left:10px;
	margin-bottom: 10px;
	border: 1px solid #ECECEC;
}

.adbox {
	float: left;
	width:155px;
	height:260px;
	padding: 2px 4px 2px 6px;
	margin: 0 5px 0 0;
	border: 1px dotted #cccccc;
	background-color: #EFEFEF
}

.adbox h4 {
	margin: 0;
	color: #32547a;
	padding-bottom: 10px;
	font-weight:bold;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

.adbox a:link, .adbox a:visited {
	color: #32547a;
    text-decoration:none;
}

.adbox a:hover {
	color: #4d7696;
	text-decoration:underline;
}
#datasheet {
	width:520px;
	border-collapse:collapse;
}
#datasheet td, #datasheet th {
	border:1px solid #496c8c;
	padding:3px 7px 2px 7px;
}
#datasheet th {
	font-size: 65%;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#87a6c2;
	color:#fff;
}
#datasheet tr.alt td {
	color:#000;
	background-color:#d2dae5;
}

.trainingbox {
	width:auto;
	height:auto;
	padding: 2px 4px 2px 6px;
	margin: 0 5px 0 0;
	border: 1px dotted #cccccc;
	background-color: #EFEFEF
}
#navigation {
	float:left;
	width: 180px;
}

#navigation ul {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
}

#navigation li {
	font-size: 70%;
	background-color:transparent;
}

#navigation a:link, #navigation a:visited {
	color: #32547a;
    background-color:c5d1dd;
    display:block;
    border-bottom: 1px dotted #a9bace;
    padding: 1em 0 0.2em 0;
    text-decoration:none;
}

#navigation a:hover {
	color: #4d7696;
	text-decoration:underline;
}

#footer {
	clear:both;
	font-size: 70%;
	padding-top: 1em;
    text-align:left;
    color: #999;
	height: 27px;
    background-color: transparent;
	border-top: 1px dotted #ececec;
}

#footer img.right{
	float: right;
	margin-left:10px;
	margin-bottom: 10px;
}

input.txt {
	font-size: 70%;
	line-height: 1.8em;
	font-family: Verdana, Geneva, sans-serif;
    background-color: #ececec;
    border: 1px inset #cccccc;
    width: 250px;
}

input.btn {
	font-size: 90%;
  	color: #000;
  	background-color: #ececec;
  	border: 1px outset #cccccc;
}

select.txt {
	font-size: 70%;
	line-height: 1.8em;
	font-family: Verdana, Geneva, sans-serif;
    background-color: #ececec;
    border: 1px inset #cccccc;
    width: 250px;
}

form div {
 	clear: left;
 	margin: 0;
  	padding: 0;
  	padding-top: 5px;
}
form div label {
	float: left;
	width: 220px;
	font-size: 70%;
	line-height: 1.8em;
	font-family: Verdana, Geneva, sans-serif;
}
fieldset {
    border: 1px dotted #ececec;
 	margin-top: 1.4em;
 	padding: 0.6em;
}
legend {
	font-family: Verdana, Geneva, sans-serif;
	font-size:70%;
	font-weight:bold;
	color: #000000;
    background-color: #FFFFFF;
}
