/* CSS Document */

body {
	background-image: url(imgs/tile.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	}
#pagebody {
	position:relative;
	background-image: url(imgs/shadow_bgrnd.png);
	background-repeat:repeat-y;
	width: 728px;
	z-index:10;
	}
#top {
	background-image: url(imgs/top.png);
	background-repeat: no-repeat;
	position:relative;
	width: 650px;
	height:84px;
	border-right: 6px #343434 solid;
	border-left: 6px #343434 solid;
	}
#menu {
	background-image: url(imgs/menu_bgrnd.png);
	background-repeat:repeat-x;
	position:relative;
	width: 650px;
	height: 27px;
	border-right: 6px #343434 solid;
	border-left: 6px #343434 solid;
	vertical-align:middle;
	}
#menu a:link {
	text-decoration:none;
	font-weight:none;
	color:#000000;
	}
#menu a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#333333;
	}
#menu a:visited {
	text-decoration:none;
	font-weight:none;
	color:#000000;
	}
#menu a:active {
	text-decoration:none;
	font-weight:none;
	color:#FFFFFF;
	}
#bar {
	height:6px;
	position:relative;
	width:662px;
	background-color:#343434;
	}
#main {
	position:relative;
	width: 650px;
	top:-12px;
	background-color: #f3ffc8;
	/**   CHANGE THE HEIGHT OF THIS DIV ON THE PAGE   **/
	border-right: 6px #343434 solid;
	border-left: 6px #343434 solid;
	}
#main_content {
	width:630px;
	position:relative;
	left:5px;
	top:10px;
	}
#bottom {
	position: relative;
	background-image: url(imgs/bottom.png);
	background-repeat:no-repeat;
	width:726px;
	height:45px;
	top:0px;
	z-index:10;
	}
#border-1-all {
	border:1px solid #000000;
	}
#border-1-top-bottom {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
	}

.font1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.size10 {
	font-size:10px;
	}
.size11 {
	font-size:11px;
	}
.size12 {
	font-size:12px;
	}
.size13 {
	font-size:13px;
	}
.size14 {
	font-size:14px;
	}
.size15 {
	font-size:15px;
	}
.size16 {
	font-size:16px;
	}
a:link {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	}
a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#333333;
	}
a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	}
a:active {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	}