﻿/* CSS Document */

/* body styles */
body
{
	background: #fbf8ea;
	margin-top: 8px;
	margin-left: 0px;
}
html { 
	overflow-y: scroll; 
}
.textcontainer {
	width: 400px;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #ffffff;
}
.textcontainercartoon {
	width: 405px;
	margin-left: 0px;
	margin-top: 10px;
	background-color: #ffffff;
}

.leftboxcontainer {
	width: 120px;
	background-color: #dddddd;
	position: relative;
}

.rightboxcontainer {
	width: 240px;
	background-color: #f3f3f3;
	position: relative;
	margin-left: 10px;
}


.tablegreyborder{
	border-color: #dddddd;
	border-style: solid;
	border-width: 1px;
}
.tableblueborder{
	background-color: #ffffff;
	border-color: #3B5984;
	border-style: solid;
	border-width: 1px;
}

.bgmaroon {
	background-color: #8c0028;
}
.bgwhite {
	background-color: #ffffff;
}
.bglightgrey {
	background-color: #f3f3f3;
}
.bgdarkgrey {
	background-color: #dddddd;
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}

.textcenter {
	text-align: center;
}
