/* THIS IS THE CSS STATEMENTS THAT ARE USED BY ALL THE PAGES IN THE SITE TO CONTROL FORMATTING */
body {font-size: 14px;  font-family: Verdana,Arial,sans-serif; background: #D8DBA2 url(images/leftbar.gif) repeat-y; margin: 0; padding: 0;}  /* font (type,size), background, margin settings for the whole page */
#top {height: 137px;  text-align: center; top: 0px; left: 0px;}  /* header settings*/
div,td {font-size: 14px; font-family: Verdana,Arial,Geneva,sans-serif;}  /* div and table settings */
#logo {position: absolute; left: 0px; top: 0px; z-index: 100;}  /*logo positioning */
.purple {background: #6a3967;}  /* purple bacground */
#content {margin: 20px 10px 0px 5px;} /* content settings for the main page */
#content_no_image {margin: 50px 5% 0px 210px;} /* content settings for the sub pages*/
#image {margin-top: 20px;}  /* image settings */
/*{position: absolute; left: 80%; top: 100px; width: 184px;}*/
.white {background: #fff;}
.yellow {background: #ffff00;}
.content {background: #D8DBA2;}
.center {text-align: center;}
.left {text-align: left; }
.bold {font-weight: bold;}
.bgd {background: url("images/background.jpg") repeat-x;}  /* background settings*/
#nav_sub {position: absolute; left: 0px; top: 282px; z-index: 101;}  /* navigation setings for the sub pages*/ 
.p_name {font-size: 14px; color: #FFFF99; font-weight: bolder;}  /* page name settings on the menu setting the title link on the menu to yellow */
.p_name_sub {font-size: 12px; line-height: 130%;}  /* sub page name settings on the menu stting the title link on the menu to yellow */
td.p_name_sub2 {font-size: 15px; font-weight: bold;}
.p_name :link {text-decoration: none; color: #fff;}
.p_name :visited {text-decoration: none; color: #fff;}
.p_name :hover {text-decoration: none; color: #FFFF99;}
.p_name :active { color: #fff;}
.p_name_sub :link, .p_name_sub :visited {text-decoration: none; color: #fff; padding-left: 15px; font-weight: normal;}
.p_name_sub :hover {text-decoration: none; color: #FFFF99; padding-left: 15px; font-weight: normal;}
.p_name_sub :active {font-weight: normal; color: #fff; padding-left: 15px;}
#nav_home {position: absolute; left: 20px; top: 262px; z-index: 202;}
.br {line-height: 140px;}
#menu_title {color: #FFFF99;}
#menu_title_main {color: #FFFF99; padding-left: 15px;}
.italics {font-style: italic;}
h1 {font-size: 16px;}
h2 {font-size: 16px;}
.bldital {font-weight: bold; font-style: italic;}

.lnk{text-decoration: underline; }
a:link {color: #6a3967; text-decoration: none;}
a:visited {color: #6a3967; text-decoration: none;}
a:hover {color: #6a3967; text-decoration: underline;}
a:active {color: #6a3967; text-decoration: underline;}

#padd_menu {padding-left: 6px;}  /* menu padding*/
.small {font-size: 10px;}  
