* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e3dfd5;
}
#background {
	width: 1100px;
	top: 0;
	bottom: 0;
	height: auto;
	position: fixed;
	left: 50%;
	margin-left: -550px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#logo {
	position: absolute;
	background-image: url(../images/logo.jpg);
	left: 50%;
	margin-left: -500px;
	height: 125px;
	width: 820px;
	background-repeat: no-repeat;
}
#content {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	width: 800px;
	padding: 10px;
	top: 125px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
}
#bar {
	position: absolute;
	left: 50%;
	margin-left: 320px;
	width: 230px;
	top: 100px;
	color: #333333;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	text-align: justify;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 11px;
	font-style: normal;
	font-weight: 300;
}
.bar-top {
	background-repeat: no-repeat;
	height: 20px;
	width: 230px;
	background-image: url(../images/right-top.jpg);
}
.bar-mid {
	background-repeat: repeat-y;
	width: 230px;
	background-image: url(../images/right.jpg);
}
.bar-content {
	color: #F3F3F3;
	padding-left: 10px;
	padding-right: 60px;
}
.bar-content ul {
	list-style-type: none;
}
.bar-btm {
	background-repeat: no-repeat;
	height: 20px;
	width: 230px;
	background-image: url(../images/right-bottom.jpg);
}
.bar-content .navlist a
{
	display: block;
	color: #F3F3F3;
}
.bar-content .navlist a:link, .navlist a:visited
{
	text-decoration: none;
}
.bar-content .navlist a:hover
{
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-left: 3px;
}
#content li {
	list-style-position: inside;
	list-style-type: square;
	list-style-image: none;
}
p {
	padding-top: 2px;
	padding-bottom: 4px;
}
h1 {
	color: #555555;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
	border-bottom: 2px solid #e3dfd5;
	margin-top: 3px;
	margin-bottom: 5px;
	font-variant: small-caps;
}
hr {
	border: 1px solid #e3dfd5;
	height: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#bottom {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	color: #666666;
}
#content a, #content a:link, #content a:visited, #content a:active {
	color: #336699;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}
#content a:hover {
	color: #404040;
	text-decoration: underline;
}
#left {
	text-align: left;
	float: left;
}
#right {
	text-align: right;
	float: right;
}
#pages, #pages a, #pages a:link, #pages a:visited, #pages a:active, #pages a:hover {
	font-weight: 900;
	color: #333333;
	border-bottom: 0px;
	height: 20px;
	font-size: 14px;
}
.date {
	letter-spacing: 1px;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	text-align: right;
	margin: 0px;
	border-bottom: 1px dotted #e3dfd5;
	width: 250px;
	left: 550px;
	position: relative;
}
.datename {
	letter-spacing: 1px;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	text-align: right;
	margin: 0px;
	border-bottom: 1px dotted #e3dfd5;
	width: 500px;
	left: 300px;
	position: relative;
}
input, textarea {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	padding: 3px;
	border: 2px solid #e3dfd5;
	background-color: transparent;
	margin: 2px;
}

legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: 900;
	color: #e3dfd5;
	padding: 3px;
	letter-spacing: 2px;
}
fieldset {
	padding-bottom: 5px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #e3dfd5;
}
td {
	vertical-align: top;
}
