* {
	margin: 0;
	padding: 0;
}

body {
	margin: 5px 0px 20px 0px;
	background: #b3b79e url(images/speech_language_background.jpg) repeat-x;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #3B3B3B;
}

h1, h2, h4 {
	color: #982801;
}

h1 {
	font-size: 24px;
}

h2 {
}

h3 {
	font-size: 16px;
	color: #cccccc;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
}

p, blockquote, ul, ol {
}


p {
}

blockquote {
}

ul {
}

ul li {
}

ol {
}

ol li {
}

a {
	color: #982801;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
	border: 1px solid #3B3B3B;
}

img.leftnoborder {
	float: left;
	margin: 0 20px 0 0;
	border: none;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
	border: 1px solid #3B3B3B;
}
img.logo {
	float: left;
	margin: 5px 0px 5px 20px;
	
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 10px 15px;
	background: #5F644E;
	text-transform: uppercase;
	font: bold .77em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.boxed .content {
	padding: 15px;
}

.boxed ul {
	list-style: none;
}

/* Post */

.post {
	clear: both;
	padding: 10px 20px 10px 20px;
	/*border-bottom: 1px dotted #5F644E;*/
}

.post .title {
}

.post .content {
	line-height: 1.6em;
}

.post .title {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

/* Header */

#header {
	width: 700px;
	height: 150px;
	margin: 0 auto;
	background: #5F644E url(images/speech_language_banner.jpg);
}
#headerquote {
	width: 700px;
	height: 25px;
	margin: 0 auto;
	padding: 3px 0px 0px 0px;
	background: #5F644E
	
}

#header h1, #header h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#header h1 {
	position: relative;
	padding: 20px 25px 0px 0px;
	letter-spacing: -1px;
	font-size: 26px;
	top: 0; left: 0px;
	text-align:right;
}

#header h2 {
	position: relative;
	padding: 0px 25px 0px 0px;
	font-size: 18px;
	color: #3B3B3B;
	top: 16px; left: 0px;
	text-align:right;
}

#header a {
	text-decoration: none;
	color: #3B3B3B;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	background: url(images/speech_language_sidebar.gif) repeat-y;
	
}

#content {
	float: right;
	width: 497px;
	padding-right: 1px;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content li {
}

/*#content li ul {
	padding: 15px 0;
}*/

#content ul li {
	padding-left: 30px;
	border-bottom: 1px dotted #cccccc;
	background: url(images/bullet.gif) no-repeat 15px 50%;
}

#sidebar {
	float: left;
	width: 200px;
	padding-left: 1px;
}

/* Menu */

#menu {
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #3B3B3B;
}

#menu a:hover {
	background: #8E937C;
	color: #FFFFFF;
}

#menu .active a {
	background: #8E937C;
	color: #E1E1D5;
}

/* Updates */

#events {
}

#events ul {
}

#events li {
	margin-bottom: 20px;
}

#events h3 {
	font-size: .87em;
}

/* Footer */

#footer {
	width: 670px;
	height: 15px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #5F644E;
	font-size: .77em;
	color: #FFFFFF;
}

#copyright {
	text-align: center;
}

#links {
	float: right;
}

.rule {
	border-bottom: 1px dotted #cccccc;
}

.red {
	color:#982801;
}

.blue {
	color:#0000FF;
}
