body {
	margin: 0;
	padding: 0;
	background: #ECECEC;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
}

A {
	color: #005982;
	text-decoration: none;
}
A:hover {
	color: #6790A3;
}

h1 {
	color: #000;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	font-size: 17px;
	line-height: 21px;
	margin: 0;
	padding: 0;
}

h3 {
	color: #169516;
/*	color: #3CB83C; */
	font-family: verdana, arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	margin: 0;
	padding: 0 0 7px 0;
}

h4 {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 19px;
	line-height: 23px;
	font-weight: normal;
}

img {
	margin: 0;
	padding: 0;
}

textarea {
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

ul {
	padding: 0;
	margin: 0 10px;
}
ol {
	padding: 0;
	margin: 0 23px;
}

p#privacy {
	font-size: 10px;
}

p#indent {
	padding: 0 0 0 20px;
}

p#nopadding {
	padding: 0;
	margin: 0;
}

.about_us {
	text-align: justify;
}

.banner_main {
	color: #009100;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	height: 175px;
	background: #FFF url(layout/banner_bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

.banner {
	color: #009100;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	height: 120px;
	background: #FFF url(layout/banner_bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

.banner_logo {
	float: left;
	padding: 0 0 0 25px;
	width: 400px;
}

.banner_login {
	float: right;
	padding: 70px 30px 0 0;
	width: 250px;
}

.banner input, .banner_main input {
	background: #FFF;
	border: #007000 solid 1px;
	font-size: 11px;
}

.banner p, .banner_main p {
	margin: 0;
	padding: 0;
}

.banner A, .banner_main A {
	color: #18739C;
}

/* .banner A:hover, .banner_main A:hover {
	color: #005982;
} */

.bot {
	background: url(layout/bot_bg.gif);
	background-repeat: repeat-x;
	width: 91%;
	height: 20px;
	margin: 0 auto;
	padding: 0;
}

.bot_left {
	background: url(layout/bot_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	height: 100%;
}

.bot_right {
	background: url(layout/bot_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
	height: 100%;
}

.button {
	background: #FFF;
	border: #005982 solid 1px;
}

.content {
	width: 90%;
	padding: 25px 0 32px 0;
	background: #FFF;
	margin: 0 auto;
}

.copyright {
	margin: 0;
	padding: 2px 0 10px 0;
	text-align: center;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	color: #000;
}

.courses, .messages {
	width: 100%;
}
.courses .header A, .messages .header A {
	display: inline;
}
.courses small, .messages small {
	font-size: 10px;
}
.courses td, .messages td, .admin td {
	vertical-align: top;
	padding: 2px 5px;
}
.courses A, .info A, .messages A {
	display: block;
	width: 100%;
}
.courses A:hover, .info A:hover, .messages A:hover {
	background: #CEDFE8;
	color: #002D56;
}

.error {
	color: #FF0000;
}

.footer {
	clear: left;
	background: url(layout/footer_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 27px;
	text-align: center;
	font-size: 13px;
	padding: 0;
	margin: 0;
	line-height: 27px;
}

.footer A {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.footer li, .copyright li {
	display: inline;
	list-style-type: none;
	padding: 0 20px;
}

.info td {
	padding: 2px 10px 2px 5px;
}

.intro {
	width: 100%;
	background: url(layout/intro_bg_bot.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 0;
	margin: 0;
	
	color: #000;
	font-size: 15px;
	line-height: 25px;
	font-family: arial, verdana, sans-serif;
}
.intro b {
	font-size: 19px;
	font-family: arial, verdana, sans-serif;
	color: #001479;
	font-weight: normal;
}
.intro em {
	color: #FF7800;
	font-size: 25px;
	font-family: times new roman, verdana, arial, sans-serif;
	font-weight: bold;
}
.intro A {
	font-size: 19px;
	font-family: arial, verdana, sans-serif;
	color: #001479;
	border-bottom: dashed 2px #0B009B;
	font-weight: normal;
}
.intro A:hover {
	color: #001479;
	border: 0;
}

.intro_table {
	padding: 0 0 20px 0;
	width: 85%;
	text-align: justify;
}

.leftbg {
	width: 100%;
	height: 100%;
	background: url(layout/wrapper_left.gif);
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0;
	padding: 0;
}

.rightbg {
	width: 100%;
	height: 100%;
	background: url(layout/wrapper_right.gif);
	background-repeat: repeat-y;
	background-position: top right;
	margin: 0;
	padding: 0;
}

.legal, .faq {
	padding: 5px 0 10px 30px;
	text-align: justify;
}

.msgbd {
	width: 97%;
}
.msgbd td {
	vertical-align: top;
}
/* left column of message board with user info */
/* 0 = even row, 1 = odd row */
.msgbd .user0 {
	width: 30%;
	background: #EEF3F3;
}
.msgbd .user1 {
	width: 30%;
	background: #D9E8E8;
}
/* right column of message board with message */
/* 0 = even row, 1 = odd row */
.msgbd .msg0 {
	background: #EEF3F3;
	width: 70%;
}
.msgbd .msg1 {
	background: #D9E8E8;
	width: 70%;
}
.msgbd .location {
	font-size: 10px;
}
.msgbd .timestamp {
	font-size: 10px;
	float: left;
	padding: 0 0 10px 0;
}
.msgbd .options {
	font-size: 10px;
	float: right;
	padding: 0 0 10px 0;
}
.msgbd .options img {
	padding: 0 1px;
	border: 0;
}

.navi {
	padding: 40px 15px 0 0;
	float: right;
	width: 180px;
	height: 110px;
}

.navi_profile {
	padding: 75px 15px 0 0;
	float: right;
	width: 180px;
	height: 40px;
}

.navi A {
	color: #6790A3;
	padding: 0 0 0 15px;
	text-decoration: none;
	line-height: 17px;
	border-bottom: 3px #B3C7D1 solid;
	display: block;
	width: 165px;
}
.navi_profile A {
	color: #6790A3;
	padding: 0 0 0 15px;
	text-decoration: none;
	line-height: 17px;
	height: 16px;
	border-bottom: 3px #B3C7D1 solid;
	display: block;
	width: 165px;
}
.navi A:hover, .navi_profile A:hover {
	color: #005982;
	border-bottom: 3px #6790A3 solid;	
}

.notes h2 {
	float: left;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 17px;
	line-height: 21px;
	font-weight: normal;
	margin: 0;
}

.notes .options {
/*	float: right; */
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
}

.print {
	width: 97%;
	background: #FFF;
	margin: 0 auto;
}
.print h1 {
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 17px;
	line-height: 21px;
	margin: 0;
	padding: 0;

}
.print h2 {
	color: #000;
	border-bottom: 1px #000 solid;
	font-family: verdana, arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	margin: 0;
	padding: 0;
}
.print_wrapper {
	width: 100%;
	background: #FFF;
}

.printer {
	float: right;
	height: 12px;
}
.printer A {
	font-size: 10px;
}

.profile_sidebar, .wiki_sidebar {
	width: 215px;
}
.profile_divider, .wiki_divider {
	width: 10px;
}
.profile_table, .wiki_table {
	width: 100%;
}
.profile_table td, .wiki_table td {
	vertical-align: top;
}

.sidebar {
	background: #FFF url(layout/text_wrapbg.gif);
	background-repeat: repeat-y;
}

.sidebar_top, .sidebar_top_wiki {
	background: url(layout/text_topbg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.sidebar_top2, .sidebar_top2_wiki {
	background: url(layout/text_topbg2.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.sidebar_bot {
	padding: 10px 15px 15px 15px;
	width: 209px;
	background: url(layout/text_botbg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.sidebar_top A {
 	color: #6790A3;
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
	display: block;
	padding: 0 0 0 20px;
	width: 100%;
}
.sidebar_top A:hover {
	color: #005982;
	text-decoration: underline;
}

.sidebar_top2 A {
	color: #6790A3;
	font-size: 11px;
	display: block;
	width: 190px;
	padding: 0 0 0 10px;
}
.sidebar_top2 A:hover {
	background: #E4ECEC;
	color: #005982;
	text-decoration: none;
}

.subcourses h3 {
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 10px;
}

.subcourses, .user_stats {
	padding-left: 30px;
}

.subcourses A {
	font-size: 13px;
	font-weight: bold;
}

.subcourses .left {
	width: 150px;
	float: left;
	padding: 0 0 0 30px;
	font-size: 11px;
}

.subcourses .right {
	padding: 0 0 0 30px;
	float: left;
	font-size: 11px;
}

.subcourses .updated {
	padding: 0 0 0 30px;
	font-size: 11px;
	font-style: italic;
}

.threads .titles, .msgbd .titles, .courses .header, .messages .header, .admin .header, .info .titles {
	background: #70A2B9;
	color: #FFF;
	font-weight: bold;
}
.threads .row0, .courses .row0, .messages .row0, .admin .row0, .info .row0 {
	background: #FFF;
}
.threads .row1, .courses .row1, .messages .row1, .admin .row1, .info .row1 {
	background: #EEF3F3;
}
.threads td {
	padding: 2px 25px 2px 2px;
}

.tour_desc {
	padding: 10px 0 10px 0;
}

.tour_desc strong {
	color: #18904A;
}

.tutlinks A {
	padding: 0;
	margin: 0;
}

.tut_img {
	border: 1px #9DBFBF solid;
	width: 350px;
	height: 250px;
}
.tut_smallimg {
	border: 1px #000 solid;
}

.wiki_navi {
	background: url(layout/wiki_navi_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 23px;
	text-align: center;
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 23px;
	clear: right;
}

.wiki_navi A {
	font-size: 12px;
	font-weight: bold;
	color: #2FC02F;
	text-decoration: none;
}
.wiki_navi A:hover {
	color: #009100;
}

.wiki_navi li {
	display: inline;
	list-style-type: none;
	padding: 0 25px;
}

.wiki_title {
	padding: 25px 0 0 0;
	margin: 0;
	border-bottom: 1px solid #000;
	height: 21px;
}

.wrapper {
	width: 91%;
	background: #FFF;
	margin: 0 auto;
	padding: 0;
}

.wfiller {
	width: 25px;
}

.hfiller {
	height: 15px;
}

body#styleguide {
	margin: 20px;
	padding: 0;
	background: #FFF;
}