/** Body ------------------------------------------------------------------------------------------------------------------------------------ **/

body {background : #999 url(pgbk.gif) repeat-x;
      cursor: default;}

/** main navigation ------------------------------------------------------------------------------------------------------------------------- **/

#main_nav_container {clear: left;
                     position: relative;
	             top: 0px;
	             float: left;
	             width: 462px;
	             height: 140px;
	             padding: 0px;
	             margin: 0px;
	             overflow: hidden;
                     background-color: #C3CDFE;}

#main_nav_list {float: left;
                position: relative;
                margin: 0;
                padding: 0;
                top: 0;
                left: 0;
                list-style-type: none;}

#main_nav_list a { /* background: transparent; */
                  margin: 0;
                  padding: 0px 20px 0px 24px;
                  display: block;
                  float: left;
                  text-align: left;
                  overflow: hidden;
                  line-height: 28px;
                  height: 28px;
                  width: 110px;}

#main_nav_list a.main_nav_item {background: url(n1.gif) no-repeat top left;
                                font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
                                font-style: normal;
                                font-size: 12px;
                                font-weight: normal;
                                text-decoration: none;
                                color: #9CF;
                             /*   background-position: top left; */
                                }

#main_nav_list a.main_nav_item:hover {color: white;}

/*
#main_nav_list a.main_nav_item:hover {background: url(n1.gif) no-repeat top left;
                                      font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
                                      font-style: normal;
                                      font-size: 12px;
                                      font-weight: normal;
                                      text-decoration: none;
                                      color: #ffffff;
                                      background-position: top left;
                                      }

*/

#main_nav_list a.main_nav_empty_item {background: url(n1emptyitem.gif) no-repeat top left;
                                      font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
                                      font-style: normal;
                                      font-size: 12px;
                                      font-weight: normal;
                                      text-decoration: none;
                                      color: #9CF;
                                   /*   background-position: top left;  */
                                      }

#main_nav_list a.main_nav_active_item {background: url(n1activeitem.gif) no-repeat top left;
                                       font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
                                       font-style: normal;
                                       font-size: 12px;
                                       font-weight: normal;
                                       text-decoration: none;
                                       color: #630;
                                     /*  background-position: top left; */
                                       }

#main_nav_list li {height: 28px;
                   float: left;
                   margin: 0;
                   padding: 0;}

/** sub navigation ------------------------------------------------------------------------------------------------------------------------- ***/

#sub_nav_container {clear: both;
                    position: relative;
                    top: 0px;
                    float: left;
	            margin: 0 auto;
	            padding: 0;
	            overflow: hidden;
                    background-color: #C3CDFE;}
	            

#sub_nav_list {float: left;
               position: relative;
               margin: 0;
               padding: 0;
               top: 0;
               left: 0;
               list-style-type: none;}

#sub_nav_list a.sub_nav_item {text-align: left;
	                      height: 28px;
	                      width: 160px;
	                      overflow: hidden;
	                      padding: 0 20px 0 20px;
	                      display: block;
	                      line-height: 28px;
                              font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
                              font-style: normal;
                              font-size: 11px;
                              font-weight: bold;
                              text-decoration: none;
                              color: darkblue;
                              background: url(subnav1.gif) no-repeat;
                              cursor: pointer;}

#sub_nav_list a.sub_nav_item:hover {color: white;}

#sub_nav_list a.sub_nav_active_item {text-align: left;
	                             height: 28px;
	                             width: 160px;
	                             overflow: hidden;
	                             padding: 0 20px 0 20px;
	                             display: block;
	                             line-height: 28px;
                                     font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
                                     font-style: normal;
                                     font-size: 11px;
                                     font-weight: bold;
                                     text-decoration: none;
                                     color: darkblue;
                                     background: url(subnav1active.gif) no-repeat;
                                     cursor: pointer;}

/** main container ------------------------------------------------------------------------------------------------------------------------- ***/

#main_container {clear: both;
                 position: relative;
                 width: 1000px;
                 margin: 0px;
	         padding: 0px;}

#main_container hr {clear: both;
                              position: relative;
                              margin: 0px 0px 0px 0px;
	                          padding: 0px;
                              border: 0px;
                              width: 100%;
	                          height: 3px;
	                          color: darkblue;
	                          background-color: darkblue;}

/** left column ---------------------------------------------------------------------------------------------------------------------------- ***/

#left_column_container {clear: left;
                        margin: 0px 0px 0px 0px;
	                padding: 0px 0px 0px 0px;
	                float: left;
	                width: 160px;
	                height: 470px;
	                overflow: hidden;
                        background-color: #C3CDFE;}

#left_column_container_index {clear: left;
                              margin: 0px 0px 0px 0px;
	                      padding: 0px 0px 0px 0px;
	                      float: left;
	                      width: 225px;
	                      height: 470px;
	                      overflow: hidden;
                              background-color: #C3CDFE;}

#left_column_container a {font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
                          color: red;
                          text-decoration: under;
                          font-size: 12px;
                          text-align: center;}

#left_column_container_index a {font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
                                color: #AA0000;
                                font-size: 12px;}

#left_column_container p {font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
                          color: red;
                          font-size: 12px;
                          text-decoration: none;
                          text-align: center;}

#left_column_container_index p {font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
                                color: #AA0000;
                                font-weight: bold;
                                font-size: 12px;
                                text-decoration: none;
                                text-align: center;}

#left_column_container a.members_left {font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
                                       color: darkblue;
                                       text-decoration: under;
                                       font-size: 12px;
	                               text-align: center;}

/** right column --------------------------------------------------------------------------------------------------------------------------- ***/

#right_column_container {clear: right;
	                 position: relative;
	                 float: right;
                         margin: 0px 0px 0px 0px;
                         padding: 0px 0px 0px 0px;
	                 width: 840px;
 	                 height: 470px;
	                 overflow: hidden;
                         cursor: default;
	                 background-color: white;
                         border-right-width: 0px;}

#right_column_container_index {clear: right;
	                       position: relative;
	                       float: right;
                               margin: 0px 0px 0px 0px;
                               padding: 0px 0px 0px 0px;
	                       width: 775px;
 	                       height: 470px;
	                       overflow: hidden;
                               cursor: default;
	                       background-color: white;
                               border-right-width: 0px;}

#right_column_container a.members_right {font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
                                         color: darkblue;
                                         text-decoration: under;
                                         font-size: 12px;
	                                 text-align: center;}

#right_column_container h1.members_right {font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
                                          color: darkblue;
                                          text-decoration: none;
                                          font-size: 16px;
                                          font-weight: bold;
	                                  text-align: center;}

#right_column_container_inner {clear: right;
	                       position: relative;
	                       float: right;
                               margin: 0px 0px 0px 0px;
                               padding: 0px 0px 0px 0px;
	                       width: 840px;
 	                       height: 430px;
	                       overflow: hidden;
	                       cursor: default;
	                       background-color: white;
                               border-right-width: 0px;}

#right_column_container_inner_index {clear: right;
	                             position: relative;
	                             float: right;
                                     margin: 0px 0px 0px 0px;
                                     padding: 0px 0px 0px 0px;
	                             width: 775px;
 	                             height: 430px;
	                             overflow: hidden;
	                             cursor: default;
	                             background-color: white;
                                     border-right-width: 0px;}

/** footer --------------------------------------------------------------------------------------------------------------------------------- ***/

#footer {clear: right;
	 position: relative;
	 float: right;
         margin: 0px 0px 0px 0px;
         padding: 0px 0px 0px 0px;
	 width: 840px;
	 height: 40px;
         overflow: hidden;
         background-color: #C3CDFE;}

#footer p {font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
           color: darkblue;
           text-decoration: none;
           font-size: 12px;
           font-weight: bold;
           text-align: center;}

/** Password ------------------------------------------------------------------------------------------------------------------------------- ***/

table.password {border-style: none;}
	
td.password {border-style: none;
             background-color: white;
             font-family: Trebuchet MS,Tahoma,Verdana, Arial,sans-serif;
             font-style: normal;
             font-size: 14px;
             font-weight: bold;
             text-decoration: none;
             color: darkblue;}

font.password {background-color: darkblue;
               font-family: Trebuchet MS,Tahoma,Verdana, Arial,sans-serif;
               font-style: normal;
               font-size: 14px;
               font-weight: bold;
               text-decoration: none;
               text-align: center;
               color: lightblue;}

input.password {font-family: Trebuchet MS,Tahoma,Verdana, Arial,sans-serif;
               font-style: normal;
               font-size: 14px;
               font-weight: bold;
               text-decoration: none;
               text-align: center;
               color: darkblue;}

p.password {background-color: white;
            font-family: Trebuchet MS,Tahoma,Verdana, Arial,sans-serif;
            font-style: normal;
            font-size: 14px;
            font-weight: bold;
            text-decoration: none;
            text-align: center;
            color: red;}

/** Misc ----------------------------------------------------------------------------------------------------------------------------------- ***/

h1.members_h1 {font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
               color: darkblue;
               background-color: white;
               text-decoration: none;
               font-size: 16px;
               font-weight: bold;
	       text-align: center;}

#container {clear: both;
	    position: relative;
	    padding: 0;
	    margin: 0 auto;
	    text-align: left;
	    width:1000px;
	    height: 610px;
	    background-color: white;}

#header {clear: right;
         position: relative;
	 top: 0px;
	 float: right;
	 padding: 0px;
	 margin: 0px;
	 width: 538px;
	 height: 140px;
         background-color: white;
	 background: url(SEWSA+Banner.JPG) no-repeat;}

#content_container table {
	border-color: #369;
}

#content_container th {
	color: #fff;
	background-color:#369;
	padding: 3px 2px 3px 2px;
}

#content_container tr.odd {
	color: #369;
	background-color:#fff;
	padding: 3px 2px 3px 2px;
}

#content_container tr.even {
	color: #369;
	background-color:#def;
	padding: 3px 2px 3px 2px;
}
