body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#top {
	height: 205px;
        background-image: url(../imgs/misc/logo_bg_tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#top .logo {
        background-image: url(../imgs/misc/logo_bg3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 398px;
	font-family: Tahoma, Arial;
	font-size: 9px;
	color: #72ABD0;
	padding-bottom: 5px;
}
#top .logo A {
	color: #72ABD0;
	text-decoration: none;
}
#menu {
	text-align: center;
}
#menu A {
	font-family: "Times New Roman", Times, serif;
	color: #72ABD0;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	display: block;
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-image: url(../imgs/arroww.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu TD {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#menu TD.selected {
	background-color: #FFFFFF;
}
#menu TD.selected A {
	text-decoration: underline;
	color: #295C7E;
	background-image: url(../imgs/misc/arrowr.gif);
}
#menu A:hover {
	color: #33729B;
	text-decoration: underline;
	background-image: url(../imgs/misc/arrow.gif);
}
#header {
	font-family: Tahoma, Arial;
	font-size: small;
	color: #666666;
}
#header H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #666666;
	font-weight: bold;
	margin: 7px 0px 0px;
	padding: 0px;
}
#header H2 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #666666;
	margin: 12px 0px 7px;
	padding: 0px;
}
#header H3 {
	margin: 0px;
	padding: 0px 0px 7px;
	font-family: Tahoma, Arial;
	font-size: x-small;
	color: #999999;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#header b {
	font-weight: normal;
	text-align: justify;
	display: block;
	font-size: small;
	line-height: 150%;
}
#line {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BEDEF1;
}
#header #line td.tdcopy {
	margin-top: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #BEDEF1;
	padding-top: 5px;
	padding-bottom: 6px;
	font-size: xx-small;
	background-image: url(../imgs/misc/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
img.left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#menu2 {
	width: 200px;
	float: left;
	margin-right: 25px;
	margin-bottom: 5px;
	text-align: right;
	padding: 0px 5px 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #72ABD0;
	text-decoration: none;
}
#menu2 A {
	display: block;
	background-image: url(../imgs/misc/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
	color: #72ABD0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 3px;
}
#menu2 A:hover {
	border-bottom-color: #BEDEF1;
	background-image: url(../imgs/misc/arrowg.gif);
	color: #295C7E;
}
#menu2 A.selected {

	border-bottom-color: #BEDEF1;
	background-image: url(../imgs/misc/arrowr.gif);
	color: #295C7E;
}
#newpost {
	width: 225px;
	float: right;
	margin-left: 25px;
	margin-bottom: 5px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #72ABD0;
	text-decoration: none;
	font-style: italic;
	padding: 0px 5px 5px;
}
#newpost A {
	display: block;
	background-image: url(../imgs/misc/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #33729B;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Tahoma, Verdana, "Lucida Console", "MS Sans Serif";
	font-size: x-small;
	font-style: normal;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 3px;
}
#newpost A:hover {
	border-bottom-color: #BEDEF1;
	background-image: url(../imgs/misc/arrowg.gif);
	color: #295C7E;
}
#newpost td.title {
	font-family: "Times New Roman", Times, serif;
	color: #72ABD0;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	text-align: center;
	display: block;
	font-style: normal;
}
#line td.menu {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(../imgs/misc/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#top .logo A:hover {
	color: #FF0000;
	text-decoration: underline;
}