/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #444fa2;
	font-weight: bold;
}
a:hover {
	color: #6B76C0;
	font-weight: bold;
	text-decoration: underline;
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}
input {
	color: #000000;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}

h1 {
	font-size: 16pt;
	color: #5A66BA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h2 {
	font-size: 10pt;
	color: #313F2E;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1,h2,h3 {color: #313F2E;}

/* misc */
.clearer {clear: both;}

.xcontainer {
	background: url(bg.gif) repeat-x;
	margin: 0 auto;
	width: 705px;
}
/* structure */
.container {
	width: 918px;
	margin-left: 0px;
	margin-top: 0px;
	z-index: 1;
}

/* header */
.header {
	background: url(images/top3.png) no-repeat;
	height: 178px;
	width: 918px;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 15;
	position: absolute;
}
/* main */
.main {
	background:  repeat-y;
	width: 450px;
	position: absolute;
	top: 159px;
	left: 165px;
	background-image: url(images/mainbg2.gif);
	z-index: 5;
	color: #000000;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	min-height: 550px;
	padding-left: 55px;
	padding-right: 900px;
	padding-bottom: 25px;
}
/* rightbar */
.rightbar {
	background:  repeat-y;
	width: 14px;
	position: absolute;
	top: 159px;
	left: 719px;  /* was 714 px*/
	background-image: url(images/mainbg2.gif);
	z-index: 5;
	min-height: 700px;
}
/* ads */
.ads {
	width: 150px;
	position: absolute;
	top: 178px;
	margin-left: 730px;
	z-index: 5;
	padding-left: 5px;
	max-width: 110px;
}
/* navigation */
.navigation {
	margin-left: 0px;
	width: 140px;  /* was 150 px*/
	/*background-image: url(images/nav.gif);*/
	min-height: 430px;
	z-index: 10;
	position: absolute;
	margin-top: 178px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	height: 500px;
	background-repeat: no-repeat;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	list-style: none;
}
.navigation li a {
	background-image: url(navbg.gif);
	background-repeat: repeat-y;
	display: block;
	padding: 8px 4px 8px 12px;
	color: #687059;
	font-size: 18px;
	line-height: 10px;
	padding-left: 16px;
	text-transform: uppercase;
	font-family: "Calisto MT";
	text-decoration: none;
}
.navigation li a:hover {
	background: #DAE3D3;
	color: #687059;
	font-size: 18px;
	line-height: 10px;
	padding-left: 16px;
	font-family: "Calisto MT";
	text-transform: uppercase;
	
}
.contact {
	margin-left: 0px;
	width: 150px;
	z-index: 5;
	position: absolute;
	margin-top: 775px;
	padding-left: 5px;
	padding-right: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	background-repeat: no-repeat;
	}
/* footer */
.footer {
	background-image: url(images/bottom.gif);
	left: 0px;
	position: fixed;
	z-index: 5;
	width: 905px;
	height: 25px;
	background-repeat: no-repeat;
	bottom: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.footer a {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

