body {
	background-color: white;
	margin: 0;
	font-family: Georgia;
}

#container {
	background-color: #FFFFCC;

}

#header {
	padding-left: 5px;
	padding-top: 5px;
	height: 40px;
	font-family: Georgia, Helvetica;
	font-size: 25px;
}

#header img {
	vertical-align: middle;
}

#ruler {
	width: 100%;
	color: black;
	background-color: #05E7E7;
	border-bottom: dashed 1px gray;
	border-top: dashed 1px gray;
	height: 30px;
	padding-top: 10px;
}

#ruler2 {

	color: black;
	background-color: #05E7E7;
	border-bottom: dashed 1px gray;
	border-top: dashed 1px gray;
}

#ruler a, #ruler2 a {
	text-decoration: none;
	/*font-size: 16px;*/
	font-weight: bold;
	line-height: 40px;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
}

#ruler a:hover, #ruler2 a:hover {
	background-color: #FFFFCC;
}

#navigation {
	padding: 5px;
	float: left;
	width: 98%;
		background-color: #FFFFCC;
}

#navigation .linkbox {
	margin-bottom: 15px;

}

#navigation .linkbox h2 {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: -5px;
	margin-right: -5px;
	padding-left: 5px;
	text-transform: uppercase;
	background-color: #05E7E7;
	font-size: 12px;
	border-top: dashed 1px gray;
	border-bottom: dashed 1px gray;
}

#navigation .linkbox a {
	color: black;
			font-size: 12px;
		display: block;
	
}

#navigation .linkbox a:hover {
	color: #FF0066;
}

#navigationr {
	padding: 5px;
	float: right;
	width: 98%;
		background-color: #FFFFCC;
}

#navigationr .linkbox {
	margin-bottom: 15px;

}

#navigationr .linkbox h2 {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: -5px;
	margin-right: -5px;
	padding-left: 5px;
	text-transform: uppercase;
	background-color: #05E7E7;
	font-size: 12px;
	border-top: dashed 1px gray;
	border-bottom: dashed 1px gray;
}

#navigationr .linkbox a {
	color: black;
		font-size: 12px;
		display: block;
}

#navigationr .linkbox a:hover {
	color: #FF0066;
}

#main {
	margin: 0;
	/*border: solid 1px white;*/
}

#right {
}

/*
	content & right column
*/

#content {
	background-color: white;
	margin-left: 25%;
	margin-top: 0;
	/*border: solid 1px black;*/
	padding: 5px;
	/*padding-right: 400px;*/
	border-left: dashed 1px gray;
	/*width: 60%;*/
}

#rightColumn {
	float: right;
	width: 30%;
	/*border: dashed 1px gray;*/
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 20px;
}

#content h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 20px;
	border-bottom: dashed 1px gray;
	margin-left: 5px;
	margin-right: 5px;
	width: 60%;
}

#rightColumn h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 20px;
	border-bottom: dashed 1px gray;
	margin-left: 5px;
	margin-right: 5px;
}

#content h2, #rightColumn h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	/*background-color: #05E7E7;*/
	padding: 3px;
}

#content h3, #rightColumn h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	/*background-color: #05E7E7;*/
	padding: 3px;
}


#content p, #rightColumn p {
	text-indent: 25px;
}

#content .book:first-letter, #rightColumn .book:first-letter {
	float:left;
	font-size: 50px;
	color: black;
}

#content img, #rightColumn img {
	float: left;
	border: dashed 1px #FFFFCC;
	margin: 5px;
	/*padding: 3px;*/
}

#content th, #rightColumn th {
	font-size: 12px;
	font-style: italic;
	text-align: left;
}


#content tr.green td, #rightColumn tr.green td {
	/*background-color: #FF33CC;*/
	background-color: #666666;
	border-top: dashed 1px gray;
}

#content tr.creme td, #rightColumn tr.creme td {
	background-color: #05E7E7;
	border-top: dashed 1px gray;
}

#content ul, #rightColumn ul {
	list-style-image: url('images/arrow1.gif');
	/*list-style-image: url('images/arrow2.gif'); the lighter green */
}

#content ol, #rightColumn ol {
	
}

.taba {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.topa {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.coa {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.coat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color:FFFFCC;
}