body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background: url('images/background.gif');
	font-size: 12px;
	min-height: 800px;
}

a:link, a:active, a:visited {
	color: #4883ae;
	text-decoration:none;
	border-bottom: 1px dotted #000000;
}

a:hover {
	border: 0px;
}

input {
	background: url('images/input_gradient.gif');
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	border: 1px solid #dcd7d7;
	font-size: 12px;
	padding: 3px;
	background-color: #f0f2f3;
}

textarea {
	background-color: #f0f2f3;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	border: 1px solid #dcd7d7;
	font-size: 12px;
	padding: 3px;
}


.button {
	padding: 2px;
}

#header {
	width: 923px;
	height: 30px;
	background: url('images/header.gif');
	margin: auto;
	padding: 20px 0px 0px 25px;
	color: #aaaaaa;
}

#headerlink, a#headerlink, a#headerlink:link, a#headerlink:visited, a#headerlink:active {
	color: #777777;
	font-size: 18px;
	border: 0px;
}
#headerlink:hover, a#headerlink:hover {
	color: #000000;
}

#body {
	width: 906px;
	background: url('images/body.gif');
	margin: auto;
	border: 1px solid #929da8;
	border-width:0px 1px 0px 1px;
	padding: 20px;
	padding-bottom: 40px;
}

#navigation {
	background-color: #929da8;
	border:1px solid #757a7f;
	height: 26px;
	margin-top: -15px;
	margin-bottom: 20px;
}

#nav-end {
	height: 27px;
	float: left;
	border-left: 1px solid #c3c8cf;
}

.navitem, a.navitem, a.navitem:link, a.navitem:visited {
	display: block;
	color: #d4d9dd;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	float: left;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	border-left: 1px solid #c3c8cf;
	border-right: 1px solid #5f6b78;
	border-bottom: 0px;
}

.navitem:hover, a.navitem:hover, .navitem:active, a.navitem:active {
	background-color: #5b6877;
	color: #e4e4e4;
	border-left: 1px solid #525355;
	border-right: 0px;
}

#search {
	float: right;
	margin-top: 3px;
	margin-right: 3px;
}

#footer {
	width: 948px;
	height: 69px;
	background: url('images/footer.gif');
	margin: auto;
	color: #aaaaaa;
	font-size: 9px;
	text-align:center;
}

.tutorial-li-top {
	font-size: 10px;
	background-color: #d8dce0;
	padding: 4px;
	color: #ffffff;
	width: 170px;
	border: 1px solid #eae7e7;
	border-width: 1px 1px 0px 1px;
	margin-top:10px;
}

.tutorial-li-bot {
	font-size: 10px;
	background-color: #a7b2ba;
	padding: 4px;
	color: #ffffff;
	width: 592px;
	border: 1px solid #eae7e7;
	border-width: 0px 1px 1px 1px;
	margin-bottom: 15px;

}

.li-link, a.li-link, a.li-link:link, a.li-link:active, a.li-link:visited {
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
}

.li-link:hover, a.li-link:hover {
	text-decoration: none;
	border: 0px;
}

.tutorial-li {
	background: url('images/tutorial_gradient.gif');
	background-repeat:repeat-x;
	width: 600px;
	height: 65px;
	border: 1px solid #eae7e7;
	border-width: 0px 1px 0px 1px;
	background-color: #f0f1f3;
}

.thumb-li {
	border: 1px solid #8a9cb0;
	margin-top: 9px;
	margin-left: 9px;
	float: left;
}

.text-li {
	float: left;
	margin-left: 20px;
	margin-top: 7px;
	width: 520px;
}

.date-li {
	font-size: 12px;
	font-style: italic;
}

.heading-li, a.heading-li, a.heading-li:link, a.heading-li:visited, a.heading-li:active {
	font-size: 20px;
	color: #505d69;
	border: 0px;
}

a.heading-li:hover {
	text-decoration: underline;
}

.desc-li {
	color: #7e7e7e;
	font-size:10px;
	margin-top: 3px;
	width: 520px;
	overflow: auto;
}

#right {
	text-align: left;
}

.right-box {
	background-color: #929da8;
	color: #eaedef;
	width: 250px;
	padding: 8px 12px 8px 12px;
	border: 3px solid #dcd7d7;
	margin-bottom: 15px;
}

.right-box-heading {
	font-size: 20px;
	text-decoration: underline;
	margin-bottom: 8px;
}

.rightlink, a.rightlink, a.rightlink:link, a.rightlink:active, a.rightlink:visited {
	color: #ffffff;
	border: 0px;
}

.rightlink:hover ,a.rightlink:hover, a.right-box:hover {
	border-bottom: 1px dotted #ffffff;
}

/*  VIEW.PHP  */
.code {
	background-color:#ebf9ea;
	border:1px solid #D2DEEF;
	padding: 5px;
}

.step {
	font-variant:small-caps;
	font-weight: bold;
	border-bottom: 1px dashed #666666;
	font-size: 16px;
}