body {
	font-family:"Times New Roman", Times, serif;
	background-color:#000000;
	font-size:18px;
	font-weight: normal;
}

form {
	margin:0px;
	padding:0px;
}

h1 {
	font-size:15px;
	margin:0px;
}

h2 {
	font-size:13px;
	margin:0px;
	padding-top:15px;
}

p {
	margin:0px;
	padding:5px 0px 5px 0px;
}

td {
	vertical-align:top;
}

.main {
	background-color:#000000;
	width:915px;
}

.header {
	background-image:url(images/header_bg_13.BMP);
	width:845px;
	height:102px;
}

.lessonheader { text-align:center; position:relative; top:-14px; }
.lessonheader div {
	display:inline;
	white-space:nowrap;
	font-size:14px;
	padding:0px 5px 0px 5px;
	color:#000000;
	font-weight:bold;
	text-align:right;
}

.lessonheader div select {
	font-size:10px;
}

.content {
	text-align:left;
	color:#FFFFFF;
	padding:0px 10px 10px 10px;
	line-height:1.35em;
	background:url(images/booksbg2.png) no-repeat
}
.systemcontent {
	background:url(images/systembackground_middle5.png) top left repeat-y; 
}
.systemcontent-top {
	text-align:left;
	color:#000000;
	padding:30px;
	line-height:normal;
	background:url(images/systembackground_top4.png) top left no-repeat; 
}
.systemcontent-bottom {
	background:url(images/systembackground_bottom4.png) bottom left no-repeat; 
}

.header a:link{color:#000000; text-decoration:none;}
.header a:visited{color:#000000; text-decoration:none;}
.header a:hover{color:#999999; text-decoration:none;}
.header a:active{color:#000000; text-decoration:none;}

a:link{color:#990000; text-decoration:underline;}
a:visited{color:#990000; text-decoration:underline;}
a:hover{color:#666666; text-decoration:underline;}
a:active{color:#990000; text-decoration:underline;}

/***********************
/ buttons
/***********************/

.homebutton, .accessbutton, .profilebutton, .signoutbutton { width:140px; height:40px; display:block; text-indent:-9999em; float:left; outline:none; background-image:url(images/buttons.png); background-repeat:no-repeat; }
.homebutton { background-position:-280px top; }
.homebutton:hover { background-position:-280px bottom; }
.accessbutton { background-position:left top; }
.accessbutton:hover { background-position:left bottom; }
.profilebutton { background-position:-140px top; }
.profilebutton:hover { background-position:-140px bottom; }
.signoutbutton { background-position:-420px top; }
.signoutbutton:hover { background-position:-420px bottom; }

/***********************
/ for specific pages
/***********************/

.name {
	padding-left:30px;
	padding-bottom:10px;
	font-style:italic;
}

.q {
	padding-top:10px;
}

.a li {
	list-style-type:lower-alpha;
	padding:0px;
}

.quote {
	float:right;
	width:60%;
	font-size:11px;
	background-color:#E7EACD;
	border:solid 1px #CDD397;
	padding:10px;
	margin-left:10px;
	font-style:italic;
}

#responses h2 {
	background-color:#FFFFCC;
}

/***********************
/ profile
/***********************/

#wallposts {
	background-color:#FFFFFF;
	width:550px;
}

.wallpost {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	width:96%;
	margin:10px;
	background-color: white;
}

* html .wallpost {
	width:100%;
}

.wallpostheader {
	background-color:#FFFFFF;
	border-bottom:solid 1px #D8DFEA;
	border-top:solid 1px #8C9163;
	padding-left:5px;
	margin-bottom:5px;
}

.wallpostfooter {
	padding-left:5px;
	padding-top:5px;
	border-bottom:solid 1px #8C9163;
}

.wallpost a:link{color:#990000; text-decoration:none; font-weight:bold;}
.wallpost a:visited{color:#990000; text-decoration:none; font-weight:bold;}
.wallpost a:hover{color:#666666; text-decoration:underline; font-weight:bold;}
.wallpost a:active{color:#990000; text-decoration:none; font-weight:bold;}

.wallpostfooter a:link{color:#990000; text-decoration:none; font-weight:normal;}
.wallpostfooter a:visited{color:#990000; text-decoration:none; font-weight:normal;}
.wallpostfooter a:hover{color:#666666; text-decoration:underline; font-weight:normal;}
.wallpostfooter a:active{color:#990000; text-decoration:none; font-weight:normal;}

.wallpost td {
	text-align:left;
}

#textboxholder {
	/*background-color:#F7F7F7;*/
	width:400px;
	padding-top:10px;
	padding-bottom:5px;
	/*border-bottom:solid 1px #CCCCCC;*/
	text-align:left;
}

.fb_textarea {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	padding:4px;
	border-bottom:solid 1px #BDC7D8;
	border-top:solid 1px #BDC7D8;
	border-right:solid 1px #BDC7D8;
	border-left:solid 1px #BDC7D8;
	height:60px;
	width:390px;
}

.fb_button {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	color: #FFFFFF;
	text-align: center;
	background-color: #336633;
	width: 60px;
	margin-top: 5px;
	margin-left:15px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-bottom:solid 1px #1A331A;
	border-right:solid 1px #1A331A;
	border-left:solid 1px #D4F7D4;
	border-top:solid 1px #D4F7D4;
	-moz-box-sizing: border-box;
	float:right;
}

.fb_button_lessons {
	width:auto;
	float:none;
	margin:15px 10px;
}

