body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #E6E7FC;
	color: black;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-image: url(../images/theo_back.jpg);
	background-attachment: fixed;
	min-width: 770px;
}
#wrapper {
	color: black;
	background: #e7e8fd url(../images/Chessboard.jpg) no-repeat fixed 50% 119px;
	margin: 5px auto;
	width: 770px;
	position: relative;
	text-align: left;
	border-color: black;
	border-style: solid;
	border-width: 0 0 2px;
}
#banner {
	width: 770px;
	height: 110px;
	border-bottom: 4px solid #4F4F4F;
	background-image: url(../images/banner_bg.gif);
	background-repeat: no-repeat;
}
#content {
	line-height: 130%;
	background-color: transparent;
	background-image: none;
	width: 543px;
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 20px;
	margin-left: 210px;
}
#content p {
	font-size: 100.01%;
	margin: 20px 0 0 10px;
	padding: 0;
	color: black;
	line-height: 130%;
}
#content h1 {
	font-size: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 15px 0 10px;
	padding: 0 0 3px;
	color: #4e619a;
	font-weight: 700;
	line-height: 150%;
}
#content h2 {
	font-size: 125%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 15px 15px 0 10px;
	padding: 20px 0 3px;
	color: #006699;
	font-weight: 700;
	line-height: 150%;
}
#content h3 {
	color: #2389b0;
	font-size: 115%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	font-style: normal;
	line-height: 150%;
}
.boxes {
	background-color: #ebeddf;
	border: solid 1px #4f4f4f;
	margin: 10px 5px;
	padding-bottom: 0;
}
.boxes h3 {
	font-size: 90%;
	background-color: #7385b5;
	margin: 0;
	padding: 2px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	border-bottom: 1px solid #4f4f4f;
	color: white;
}
.boxes p {
	color: black;
	font-size: 70%;
	margin: 5px 3px 3px 5px;
	padding: 0 0 1px;
	line-height: 130%;
	background-color: transparent;
}
.boxes a:link, .boxes a:visited {
	color: #08246b;
	font-weight: 600;
}
.boxes a:hover, .boxes a:focus {
	background-color: #8da9dc;
	color: #08246b;
	text-decoration: none;
}
#navbox {
	float: left;
	width: 182px;
	w\idth: 180px;
	background-color: #8c9bb3;
	border: solid 1px #4f4f4f;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 5px;
}
html>body #navbox {
	margin-left: 12px;
}
#navbox h2 {
	font-size: 95%;
	background-color: #7385b5;
	margin: 4px 5px 6px;
	padding: 2px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	border: solid 1px #4f4f4f;
	color: white;
}
.left {
	float: left;
	border: 1px solid #000;
	margin: 5px 10px 0 0;
}
.right {
	float: right;
	border: 1px solid #000;
	margin: 5px 10px 0 10px;
}
#footer {
	width: 770px;
	clear: right;
	background-color: #7385b5;
	font-size: 70%;
	text-align: right;
	margin-top: 20px;
}
#footer ul {
	padding: 2px 0 4px 0;
	margin: 0;
}
#footer p {
	padding: 3px;
	margin: 0;
	color: black;
	background-color: #dbdbdb;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#footer ul li {
	padding: 4px;
	margin: 0;
	display: inline;
}
#footer a {
	color: #fff;
	text-decoration: underline;
	background-color: #7385b5;
}
#footer a:hover, #footer a:focus {
	text-decoration: none;
}
#formcontainer {
	width: 490px;
	margin: 10px 5px 20px 35px;
}
#formcontainer h1 {
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 15px 0 0;
	padding: 0 0 20px 0;
	color: #41515A;
	font-weight: 500;
}
#formcontainer p {
	color: black;
	font-size: 80%;
	margin: 0 0 20px;
	padding: 0;
}
#formcontainer input {
	background-color: #88ACDE;
	color: #000000;
	border: 1px #000000 solid;
	margin: 0;
	width: 180px;
	padding-left: 3px;
}
#formcontainer textarea {
	color: #000000;
	border: 2px #000000 solid;
	margin: 0 25px 0 0;
	height: 200px;
	background-color: #88ACDE;
	padding: 1em;
}
#formcontainer input:focus {
	color: #000000;
	background-color: #e6e7fc;
	background-image: url(../images/Chessboard.jpg);
	background-attachment: fixed;
	background-position: center 117px;
	background-repeat: no-repeat;
	padding-left: 3px;
}
#formcontainer textarea:focus {
	color: #000000;
	background-color: #e6e7fc;
	background-image: url(../images/Chessboard.jpg);
	background-attachment: fixed;
	background-position: center 117px;
	background-repeat: no-repeat;
	padding: 1em;
}
.labelfloat {
	float: right;
	padding-top: 20px;
}
#formcontainer label {
	color: #7385b5;
	font-size: 75%;
	padding-top: 5px;
	display: block;
}
#formcontainer fieldset {
	margin: 0;
	border: 1px #000000 solid;
	text-align: left;
	padding: 5px 5px 20px 20px;
	width: 440px;
}
#formcontainer fieldset fieldset {
	width: 185px;
	padding: 0;
	border: none;
}
#formcontainer legend {
	color: #8c9bb3;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #EAEEDD;
	border: 1px solid #000;
	padding: 2px;
	font-size: 90%;
}
#formcontainer .button {
	background-color: #7385b5;
	color: #fff;
	width: 80px;
	margin-top: 20px;
	border: #000000 solid;
}
#front {
	width: 770px;
	margin-top: 0;
	text-align: center;
	padding-top: 0px;
}
#front p {
	color: black;
	font-weight: normal;
	font-style: normal;
	padding-right: 6px;
	padding-left: 6px;
}
#front h1 {
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 15px 0 0;
	padding: 0 0 20px 0;
	color: #41515A;
	font-weight: 500;
}
#front a {
	color: #3C3966;
	padding:4px 10px 4px 10px;
	text-decoration: none;
}
#front a:hover, #front a:focus {
	background-color: #7888f2;
	color: #003366;
}
#floatcontainer {
	width: 770px;
	height: 220px;
	padding-top: 20px;
}
.floatboxes {
	width: 152px;
	w\idth: 154px;
	height: 200px;
	margin:  0 16px;
	ma\rgin: 0 14px;
	border: 1px solid #4f4f4f;
	float: left;
	background-color: #F2F7E7;
	overflow: auto;
}
html>body .floatboxes {
	margin: 0 18px;
}
*>html .floatboxes {
	padd\ing-right: 16px;
	w\idth: 137px;
}
.floatboxes h3 {
	text-align: center;
	font-size: 105%;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 3px;
	margin: 0;
	color: white;
	font-weight: 500;
	background-color: #7385b5;
}
*>html .floatboxes h3 {
	bac\kground-color: #F2F7E7;
	c\olor: #4F4F4F;
}
.floatboxes p {
	font-size: 70%;
	margin: 5px;
	padding-bottom: 4px;
}
.floatboxes a, #content a {
	color: #08246b;
}
.floatboxes a:hover, .floatboxes a:focus, #content a:hover, #content a:focus {
	color: navy;
	background-color: #cce3ee;
	text-decoration: none;
}
.youarehere {
	color: #B6B4C1;
}
.bottopbrd {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7376A2;
	border-bottom-color: #7376A2;
}
.csscellrightbrd {
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #7376A2;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7376A2;
	border-bottom-color: #7376A2;
}
