@charset "UTF-8";
/* CSS Document */

#background {
	background-image: url(images/flakedark.jpg);
	background-repeat: repeat;
	padding: 20px;
}
#contentbox {
	width: 800px;
	height: auto;
	padding: 0px;
	background-image: url(images/transparenttop.gif);
	background-repeat: repeat-x;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D3D7DE;
	border-right-color: #D3D7DE;
	border-bottom-color: #D3D7DE;
	border-left-color: #D3D7DE;
	margin-right: auto;
	margin-left: auto;
}
#contentleft {
	float: left;
	width: 300px;
	height: auto;
}
#contentright {
	float: right;
	width: 450px;
	margin: 25px;
	padding: 0px;
	background-image: url(images/rightbgcolor.gif);
	background-repeat: repeat;
}
#clearer {
	width: 100%;
	clear: both;
}
#contentheader {
	width: auto;
	border: thin solid #399;
	padding: 5px;
}
#navright {
	background-image: url(Nav-Tile.gif);
	background-repeat: repeat;
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
}
#contentleftinsert {
	width: 100%;
	border: thin solid #FC9;
}
#footer {
	text-align: center;
	color: #496798;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #E5EAF7;
}
#contenttitle {
	float: right;
	width: 500px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #496798;
	font-style: italic;
}
#contentrightdivider {
	float: right;
	width: 500px;
	text-align: center;
}
#contentrightinsert {
	float: none;
	width: 400px;
	text-align: center;
	color: #036;
	padding: 25px;
	font-style: italic;
}
#navbar {
	float: right;
	width: 500px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #496798;
	font-style: italic;
}
#contentrightfooter {
	float: right;
	width: 500px;
	text-align: center;
	color: #496798;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-right: auto;
	margin-left: auto;
}
