/**body { 
margin: 0px;
padding: 0px;
text-align: center;
}
**/

.wrapper {
position: relative;
width: 669px;
margin-left: auto;
margin-right: auto;
background-color: #6AA8FD;
}


/**  Wraps menu and core values into one absolute positioned div  **/
.menu_wrapper {
position: absolute;
top: 195px;
left: 25px;
}

.menu {
width: 145px;
}

.menu dl {
margin: 0px;
padding: 0px;
text-align: left;
}

.menu dt {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
font-weight: bold;
padding-bottom: 10px;
padding-left: 40px;
}

/** Sets conditions for the A tag **/

.menu a {
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
font-weight: bold;
}

/**  On mouse over link will underline   **/

.menu a:hover {
text-decoration: underline;
color: black;
}


/**  A tag page links   **/
a {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
font-weight: normal;
}

a:hover {
text-decoration: none;
color: black;
}




/**  Block under menu about core values   **/
.core_values {
margin-top: 35px;
width: 145px;
border: 1px solid black;
}

.core_values p {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px;
font-weight: normal;
text-align: center;
padding: 10px;
}

.content {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px;
padding: 10px 35px 0px 200px;
}

h3 {
margin: 0px;
padding-bottom: 0px;
}

p {
margin: 0px;
padding-bottom: 10px;
}

.photo_left {
float: left;
margin: 5px 10px 0px 0px;
border: 1px solid #000;
}

.education tr, td {
vertical-align: top;
padding-bottom: 10px;
}

.education {
margin-bottom: 15px;
}


/** Rule for job bank page between employment listing  **/
.rule {
margin-top: 20px;
margin-bottom: 20px;
width: 350px;
border-top: 1px solid black;
}

.clear {
clear: both;
}

.float_left {
float: left;
border: 1px solid black;
margin-right: 10px;
clear: both;
}

.member_form tr, td {
padding-bottom: 3px;
}

.advertising td, .meetings td, .scholar td, .ad_sponsors td {
font-size:  11px;
border: 1px solid black;
padding: 4px 6px;
}

.advertising {
margin-top: 5px;
}

.advertising, .meetings, .scholar, .ad_sponsors {
border-collapse: collapse;
}

.meetings td, .scholar td, .ad_sponsors td {
font-size: 14px;
}

.meetings, .ad_sponsors {
margin-top: 5px;
}

/**  Moves table to right plus bottom margin  **/
.ad_sponsors {
margin-left: 105px;
margin-bottom: 20px;
}

.right {
text-align: right;
}

.events td {
padding-bottom: 20px;
}

.scholar {
margin-bottom: 20px;
}

.table_center {
font-weight: bold;
font-size: 13px;
border-bottom: 1px solid black;
}

.footer {
text-align: center;
font-size: 11px;
border-top: 1px solid gray;
margin: 0px 80px 0px 40px;
padding: 10px 0px;
}

.footer a {
font-size: 11px;
color: #000000;
}

.footer a:hover {
text-decoration: none;
}

/**  Alaska Web Factory footer credit  **/
.site_design, .site_design a, .site_design a:hover {
color: #98D8FB;
}


/**  Text under pictures on calander page  **/
.picture_text {
margin-top: -10px;
text-align: center;
font-size: 11px;
}


/**  CSS for Ads on Sponsors page  **/


.ads_paragraph {
margin-bottom: 15px;
}

.ads_title {
font-size: 12px;
font-weight: bold;
}

.ads {
color: red;
margin-bottom: 20px;
}

.ad_left {
float: left;
margin: 5px 10px 0px 0px;
}

.adsmalltext {
font-size: 11px;
color:  #000;
}


