body {
	background: #666;
	background-image: url(images/bg.gif);
	color: #FFF;
	margin: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
}

#top_part {
	background-image: url(images/top_bg.gif);
	background-repeat: no-repeat;
	height: 198px;
}

#main_part {
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-y;
}

#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li {
	float: left;
	margin: 0 4pt;
	padding: 0;
	font-size: 9pt;
}

.top_table {
	margin-left: 51px;
	width: 762px;
}

.seperator_td {
	background-image: url(images/seperator.gif);
	background-repeat: repeat-x;
	height: 8px;
	width: 762px;
}

.menu {
	background-color: #828282;
	height: 33px;
	vertical-align: middle;
}

.main_table {
	margin-left: 51px;
	width: 762px;
	height: 100%;
}

.main_table td {
	vertical-align: top;
}

.footer {
	background-color: Black;
	height: 12px;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

a { text-decoration: none; font-variant: small-caps; font-weight: bold;}
a:link    { color: #FFF }
a:visited { color: #FFF }
a:active  { color: Yellow; }
a:hover   { color: #FAB301; text-decoration: underline }
a:focus   { color: #000 }

#main_right {
	margin-top: 20px;
	width: 587px;
	height: 806px;
	position: absolute;
	left: 224px;
	top: 227px;

}

#main_left {
	position: absolute;
	left: 70px;
	margin-top: 20px;
	top: 229px;
}

#main_left_next {
	position: absolute;
	left: 70px;
	margin-top: 20px;
	top: 450px;
}



p {
	font-size: 11px;
	text-align: justify;
}

img.main {
	border: 1px;
	border-color: #FAB301;
	border-style: solid;
}
h3 {
	margin: 0 0 1px 0;
	font-variant: small-caps;
}

p.sub_heading {
	font-size: 12px;
	font-style: italic;
	border-bottom: 1pt solid #FAB301;
}

p.Plink {
	font-size: 12px;
	font-style: italic;
	float: right;
}
