#Table_01 {
	position:relative;
	left:0px;
	top:0px;
	width:750px;
	height:768px;
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:118px;
	height:100px;
}

#masthead {
	position:absolute;
	left:118px;
	top:0px;
	width:632px;
	height:52px;
	background-image: url(../images/masthead.jpg);
}

#btn-home-01 {
	position:absolute;
	left:118px;
	top:52px;
	width:66px;
	height:23px;
}

#btn-about-01 {
	position:absolute;
	left:184px;
	top:52px;
	width:157px;
	height:23px;
}

#btn-membership-01 {
	position:absolute;
	left:341px;
	top:52px;
	width:100px;
	height:23px;
}

#btn-news-01 {
	position:absolute;
	left:441px;
	top:52px;
	width:57px;
	height:23px;
}

#btn-chapter-01 {
	position:absolute;
	left:498px;
	top:52px;
	width:150px;
	height:23px;
}

#btn-contact-01 {
	position:absolute;
	left:648px;
	top:52px;
	width:102px;
	height:23px;
}

#sub-nav {
	position:absolute;
	left:118px;
	top:75px;
	width:622px;
	height:15px;
	background-image: url(../images/sub_nav.jpg);
	background-repeat: repeat-x;
	text-align: left;
	padding: 5px;
	font-weight: bold;
}

#welcome {
	position:absolute;
	left:0px;
	top:0px;
	width:461px;
	height:450px;
	background-image: url(../images/welcome.jpg);
}

#news {
	position:absolute;
	left:461px;
	top:0px;
	width:274px;
	background-repeat: repeat-x;
	background-color: #001F55;
	text-align: left;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 11px;
	padding-right: 5px;
	border-bottom: 1px solid #FFFFFF;
}

#index-image {
	position:absolute;
	left:461px;
	top:138px;
	width:289px;
	height:312px;
}

#footer-nav {
	position:absolute;
	left:0px;
	width:750px;
	height:21px;
	background-image: url(../images/footer_nav.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding-top: 5px;
}

#footer {
	position:absolute;
	left:0px;
	width:750px;
	height:192px;
}
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFD464;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0E004D;
}
#welcome p {
	color: #FFFFFF;
	text-align: center;
	height: 250px;
	width: 280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	position: absolute;
	top: 145px;
	left: 90px;
}
#news h1 {
	font-size: 14px;
	color: #FFFFFF;
	font-variant: small-caps;
	text-transform: none;
	margin-bottom: 5px;
	margin-top: 10px;
}
#news p {
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.bold {
	font-weight: bold;
}

div#footer-nav a:link{
	color:#FFFFFF;
	text-decoration: none;
}
div#footer-nav  a:visited{
	color:#FFFFFF;
	text-decoration: none;
}
div#footer-nav  a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
div#footer-nav  a:active{
	color:#FFFFFF;
	text-decoration: none;
}

#more_news_link a:link {
	color:#FFFFFF;
	text-decoration: none;
}
#more_news_link a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#more_news_link a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
#more_news_link a:active{
	color:#FFFFFF;
	text-decoration: none;
}


#more_news_link {
	position: absolute;
	top: 110px;
	right: 5px;
}
#content {
	position: absolute;
	width: 720px;
	left: 0px;
	top: 100px;
	color: #0E004D;
	font-size: 13px;
	background-color:#FFFFFF;
	text-align: left;
	padding: 5px 15px 15px 15px;
}
.italic {
	font-style: italic;
}
table{
	font-size: 11px;
}
h1 {
	font-size: 22px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}
p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #0E004D;
}
.level_header {
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}

#content a{ color: #0E004D;} td a {
	text-decoration: none;
}

.center { text-align: center;}

.float-left { float: left; }
