#window {
	position: absolute;
	width: 96%;
	left: 2%;
	right: 2%;
	background-image: url(../Images/left.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #595757;
}



#window #header {
	margin: 0px;
	height: 100px;
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	background-image: url(../Images/head-bkgd.jpg);
	background-repeat: repeat-x;
	padding: 0px;
}

#window #header #logo {
	background-image: url(../Images/logo.jpg);
	position: absolute;
	height: 100px;
	width: 120px;
	top: 0px;
	right: 0px;
}

#window #menubar {
	background-image: url(../Images/menubar-bkgd.jpg);
	background-repeat: repeat-x;
	height: 33px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow: visible;
}
#window  #menubar  #menuright {
	background-image: url(../Images/menubar-right.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 33px;
	width: 120px;
	top: 0px;
	right: 0px;
	background-position: right;
}
#window #menubar #MenuBar1 {
	margin-top: 5px;
	display: inline;
	position: absolute;
}
#window #content {
	background-image: url(../Images/content-right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	clear: both;
	padding-top: 140px;
	padding-left: 25px;
	padding-right: 15px;
}
#window #content #title {
	text-align: center;
}

#window #content #main {
	margin-right: 220px;
	padding-right: 5px;
	padding-bottom: 10px;
}
#window #content h1 {
	font-size: large;
	color: #020659;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	margin: 0px;
}
#window #content textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#window  #content  a {
	color: #020659;
	text-decoration: underline;
}
#window #content a:hover {
	color: #a65d03;
	text-decoration: underline;
}


#window #content #rightside {
	float: right;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	border: thin solid #E1E1E1;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin-bottom: 10px;
}


#window #footer {
	height: 27px;
	width: 100%;
	background-image: url(../Images/footer.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #060259;
}
#window   #footer   #footercenter   a {
	color: #020659;
	text-decoration: none;
}
#window #footer #footercenter a:hover {
	color: #a65d03;
	text-decoration: underline;
}


#window  #footer  #footerleft {
	float: left;
}
#window  #footer  #footercenter {
	float: left;
	width: 95%;
}
#window  #footer  #footerright {
	background-image: url(../Images/footer-right.jpg);
	height: 27px;
	width: 19px;
	padding-right: 0px;
	right: 0px;
	position: absolute;
	background-repeat: no-repeat;
	display: inline;
}

.imagemarginright {
	margin-right: 10px;
}
.prop {
	float: right;
	height: 350px;
	width: 1px;
}

.clear {
	clear: both;
	height: 1px;
}
#window #content #rightside img {
	margin: 5px;
}
#leftmargindiv {
	padding-left: 150px;
}
#floatnav {
	position: fixed;
	width: 140px;
	padding-right: 5px;
}
#window #content #main #floatnav a {
	display: block;
	padding-top: 3px;
}
.ecartalign {
	margin-bottom: 6px;
}
.borders {
}
.borders table {
	border: 1px solid #666666;
	border-collapse: collapse;
	empty-cells: show;
}
.borders th {
	border: 1px solid #666666;
	background-color: #CCCCCC;
	color: #000000;
}
.borders td {
	border: 1px solid #666666;
}


.smallfont {
	font-size: x-small;
}
#navlinks {
	text-decoration: none;
}
#window #content #main #navlinks a {
	text-decoration: none;
	font-size: large;
}
