/* -- Global Styles */
html, body
{
    height: 100%;
}
body
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: none;
    font-size: 75%;
    background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
}
table
{
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: none;
}
h1
{
    font-size: 130%;
    font-weight: bold;
}
h2
{
    font-size: 115%;
    font-style: italic;
}
h3
{
    font-size: 105%;
}
h4
{
    font-size: 100%;
}
p
{
    line-height: 15px;
}
img
{
    border: none;
    float: right;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#CentreColumn .icon
{
    border: none;
    float: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 1px 0px 1px;
}
label
{
    font-weight: bold;
    font-size: 80%;
    float: right;
    height: 11px;
}
catlabel
{
    font-weight: bold;
    font-size: 80%;
    float: left;
}
ul
{
    list-style-type: disc;
}
td
{
    vertical-align: top;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: none;
}
div
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
acronym, abbr
{
    border-bottom: 1px dotted #FFF;
    cursor: help;
}
a:hover
{
    text-decoration: underline;
}
hr
{
width: 90%;
}
/* -- ---------------Top Logo Row------------------------------ */
#TopRow
{
    background-position: right top;
    background-color: #7DC7ED;
    height: 96px;
    background-image: url(/images/logo.gif);
    background-repeat: no-repeat;
    width: 560px;
}
/* -- ---------------Top Dink Dink Row------------------------------ */
#SecondTopRow
{
    background-position: right bottom;
    background-color: #335F6B;
    color: #FFF;
    background-image: url(                '../images/logobottom.gif' );
    background-repeat: no-repeat;
    height: 32px;
}
#SecondTopRow .toplinks
{
    margin: 0px 0px 0px 16px;
    padding: 5px 0px 5px 0px;
}
#SecondTopRow a
{
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 110%;
}
#SecondTopRow a:hover
{
    text-decoration: underline;
}
/* -- --------------Main Layout Table Fixed Width------------------------------- */
#MainLayoutTable
{
    width: 82em;
    margin-right: auto;
    margin-left: auto;
}
#MainLayoutTable .Spacer
{
    width: 16px;
    background-image: url(           '../images/spacer.gif' );
    background-repeat: no-repeat;
}
/* -- ---------------------Left Column General--------------------- */
#LeftColumn
{
    width: 128px;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    background-color: #FFF;
}
#LeftColumn table
{
    width: 128px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #FFF;
}
#LeftColumn td
{
    width: 128px;
    height: 24px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#LeftColumn a
{
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #000;
}
/* -- ---------------------Left Column Primary Navigation--------------------- */
#PrimaryNav
{
    width: 128px;
    background-color: #FFF;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#PrimaryNav .primary_nav
{
    height: 24px;
    width: 128px;
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
}
#PrimaryNav .primary_nav a
{
    padding: 0px 0px 0px 16px;
    margin: 0px 0px 0px 0px;
    height: 24px;
}
#PrimaryNav .primary_nav a:hover
{
    padding: 0px 0px 0px 16px;
    margin: 0px 0px 0px 0px;
    height: 24px;
    background-image: url(              '/images/primary.gif' );
    background-repeat: no-repeat;
}
#PrimaryNav .primary_nav_selected
{
    height: 24px;
    width: 128px;
    background-image: url(              '/images/primary.gif' );
    background-repeat: no-repeat;
    padding: 0px 0px 5px 0px;
}
#PrimaryNav .primary_nav_selected a
{
    padding: 0px 0px 0px 16px;
    margin: 0px 0px 0px 0px;
    height: 24px;
    background-image: url(              '/images/primary.gif' );
    background-repeat: no-repeat;
}
/* -- --------------------------------------------- */
#SecondaryNav
{
    width: 128px;
    background-color: #FFF;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#SecondaryNav .secondary_nav
{
    width: 128px;
    height: 16px;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
}
#SecondaryNav .secondary_nav a
{
    font-size: 80%;
    height: 16px;
    padding: 0px 0px 0px 14px;
    margin: 0px 0px 0px 0px;
}
#SecondaryNav .secondary_nav a:hover
{
    font-size: 80%;
    height: 16px;
    background-image: url(              '/images/secondary.gif' );
    background-repeat: no-repeat;
}
#SecondaryNav .secondary_nav_selected
{
    width: 128px;
    height: 16px;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    background-image: url(              '/images/secondary.gif' );
    background-repeat: no-repeat;
}
#SecondaryNav .secondary_nav_selected a
{
    padding: 0px 0px 0px 14px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    font-size: 80%;
    height: 16px;
    background-image: url(              '/images/secondary.gif' );
    background-repeat: no-repeat;
}
/* -- --------------------------------------------- */
#TertiaryNav
{
    width: 128px;
    background-color: #FFF;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#TertiaryNav .tertiary_nav
{
    width: 128px;
    height: 16px;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 0px 0px;
}
#TertiaryNav .tertiary_nav a
{
    font-size: 80%;
    padding: 0px 0px 0px 18px;
    margin: 0px 0px 0px 0px;
}
#TertiaryNav .tertiary_nav a:hover
{
    font-size: 80%;
    height: 16px;
    padding: 0px 0px 0px 18px;
    margin: 0px 0px 0px 0px;
    background-image: url(              '/images/secondary.gif' );
    background-repeat: no-repeat;
}
#TertiaryNav .tertiary_nav_selected
{
    width: 128px;
    height: 16px;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 0px 0px;
    background-image: url(              '/images/secondary.gif' );
    background-repeat: no-repeat;
}
#TertiaryNav .tertiary_nav_selected a
{
    font-size: 80%;
    height: 16px;
    padding: 0px 0px 0px 18px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    background-image: url(              '/images/secondary.gif' );
    background-repeat: no-repeat;
}
/* -- ------------Society Logos--------------------------------- */
#LeftColumn .mencaplogo
{
    margin: 5px 0px 5px 5px;
    padding: 0px 0px 0px 0px;
    float: left;
}
/* -- --------------------------------------------- */
#CentreColumn
{
    margin: 0px auto 0px auto;
    padding: 5px 5px 0px 5px;
    background-color: #FFFFFF;
    width: 624px;
}
#CentreColumn img
{
    border: none;
    float: right;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#breadcrumbs
{
    padding: 5px 5px 0px 2px;
    margin: 0px 0px 0px 0px;
    font-size: 93%;
}
/* -- --------------------------------------------- */
#BasicPage .PullLeft
{
    padding: 10px 10px 10px 10px;
    margin: 0px 10px 10px 0px;
    font-style: normal;
    width: 150px;
    color: #FFF;
    float: left;
    font-size: 1.0em;
    line-height: 1.2em;
    background-repeat: repeat-y;
    background-image: url(/images/boxmiddle.gif);
}
#BasicPage .PullLeft a
{
    text-decoration: underline;
    color: #FFF;
}
#Snippet .snippethead
{
    font-size: 115%;
    font-style: italic;
    padding: 0px 0px 3px 6px;
    font-weight: bold;
}
#Snippet img
{
    float: none;
}

/* -- --------------------------------------------- */
#BasicPage .table
{
    width: 308px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#BasicPage .table td
{
    width: 308px;
    margin: 0px 0px 0px 0px;
    padding: 3px 3px 3px 3px;
}
#BasicPage .table .leftcell
{
    width: 10%;
}
/* -- --------------------------------------------- */
#BasicPage #bulleted_list
{
    width: 308px;
}
#BasicPage #bulleted_list .bullet_head
{
    background-image: url(             '/images/bulleted_top.gif' );
    background-repeat: no-repeat;
    width: 308px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 4px;
    text-indent: 16px;
    height: 16px;
    padding-top: 8px;
    padding-bottom: 4px;
}
#BasicPage #bulleted_list .bullet_body
{
    background-image: url(             '/images/bulleted_middle.gif' );
    background-repeat: repeat-y;
    list-style-type: disc;
    width: 308px;
    height: 4px;
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
}
#BasicPage #bulleted_list .bullet_foot
{
    background-image: url(             '/images/bulleted_bottom.gif' );
    background-repeat: no-repeat;
    width: 308px;
    height: 18px;
}
/* -- --------------------------------------------- */
#RightColumn
{
    width: 224px;
    padding: 0px 0px 0px 0px;
    margin: 0px 5px 0px 0px;
    background-color: #FFFFFF;
}
#RightColumn td
{
    vertical-align: top;
    width: 224px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
/* -- --------------------------------------------- */
#SkipNav
{
    display: none;
}
/* -------------------------------------------------------------------- */
.box_table
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
    border: 1px solid #3F585E;
}
.box_header
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.box_header h2
{
    padding: 5px 0px 5px 5px;
    margin: 0px 0px 0px 0px;
}
.box_header h3
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.box_body
{
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.box_body td
{
    vertical-align: top;
    padding: 0px 0px 0px 0px;
    margin: 5px 5px 5px 5px;
}
.box_body ul
{
    margin: 0px 0px 0px 0px; /*removes indent IE and Opera*/
    padding: 0px 0px 0px 0px; /*removes indent Mozilla and NN7*/
    list-style-type: none; /*turns off display of bullet*/
}
.box_body li
{
    margin: 0px 0px 0px 0px; /*removes indent IE and Opera*/
    padding: 5px 5px 0px 5px; /*removes indent Mozilla and NN7*/
    list-style-type: none; /*turns off display of bullet*/
}
.box_body p
{
    margin: 0px 0px 0px 0px; /*removes indent IE and Opera*/
    padding: 5px 5px 0px 5px; /*removes indent Mozilla and NN7*/
}
/* ----------------------Green Hot Items---------------------------------------------- */
#HotGreen .box_table
{
    width: 224px;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
#HotGreen .box_header
{
    background-image: url(/images/hotgreentop.gif);
    background-repeat: no-repeat;
    height: 32px;
}
#HotGreen .middlebit
{
    background-image: url(/images/hotgreenmiddle.gif);
    background-repeat: repeat-y;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
#HotGreen .box_body ul
{
    margin: 0px 5px 5px 15px;
    padding: 0px 0px 0px 0px;
}
#HotGreen .box_body li
{
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    list-style-image: none;
}
#HotGreen .box_body a
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: normal;
    text-align: left;
}
#HotGreen .box_footer
{
    background-image: url(/images/hotgreenbottom.gif);
    background-repeat: no-repeat;
    height: 16px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
/* ---------------------------Blue Hot Items----------------------------------------- */
#HotBlue .box_table
{
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
#HotBlue .box_header
{
    background-image: url(/images/hotbluetop.gif);
    background-repeat: no-repeat;
    height: 32px;
}
#HotBlue .middlebit
{
    background-image: url(/images/hotbluemiddle.gif);
    background-repeat: repeat-y;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
#HotBlue .box_body ul
{
    margin: 0px 5px 0px 15px;
    padding: 0px 0px 0px 0px;
}
#HotBlue .box_body li
{
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    list-style-image: none;
}
#HotBlue .box_body a
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: normal;
    text-align: left;
}
#HotBlue .box_footer
{
    background-image: url(/images/hotbluebottom.gif);
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 16px;
}
/* ---------------------------General Hot Items----------------------------------------- */
#HotGeneral .box_table
{
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
#HotGeneral .box_header
{
    background-image: url(/images/hotbluetop.gif);
    background-repeat: no-repeat;
    height: 32px;
}
#HotGeneral .middlebit
{
    background-image: url(/images/hotbluemiddle.gif);
    background-repeat: repeat-y;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
#HotGeneral .box_body ul
{
    margin: 0px 5px 0px 15px;
    padding: 0px 0px 0px 0px;
}
#HotGeneral .box_body li
{
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    list-style-image: none;
}
#HotGeneral .box_body a
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: normal;
    text-align: left;
}
#HotGeneral .box_footer
{
    background-image: url(/images/hotbluebottom.gif);
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 16px;
}
/* ------------------------Pink Hot Items-------------------------------------------- */
#HotPink .box_table
{
    width: 224px;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
#HotPink .box_header
{
    background-image: url(/images/hotpinktop.gif);
    background-repeat: no-repeat;
    height: 32px;
}
#HotPink .middlebit
{
    background-image: url(/images/hotpinkmiddle.gif);
    background-repeat: repeat-y;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#HotPink .box_body ul
{
    margin: 0px 5px 5px 15px;
    padding: 0px 0px 0px 0px;
}
#HotPink .box_body li
{
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    list-style-image: none;
}
#HotPink .box_body a
{
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    line-height: normal;
    text-align: left;
}
#HotPink .box_footer
{
    background-image: url(/images/hotpinkbottom.gif);
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 16px;
}
/* ------------------------Pink2 Hot Items-------------------------------------------- */
#HotPink2 .box_table
{
    width: 224px;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
#HotPink2 .box_header
{
    background-image: url(/images/hotpinktop.gif);
    background-repeat: no-repeat;
    height: 32px;
}
#HotPink2 .middlebit
{
    background-image: url(/images/hotpinkmiddle.gif);
    background-repeat: repeat-y;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#HotPink2 .box_body ul
{
    margin: 0px 5px 5px 15px;
    padding: 0px 0px 0px 0px;
}
#HotPink2 .box_body li
{
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    list-style-image: none;
}
#HotPink2 .box_body a
{
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    line-height: normal;
    text-align: left;
}
#HotPink2 .box_footer
{
    background-image: url(/images/hotpinkbottom.gif);
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 16px;
}
/* -----------------------See Also------------------------------------------- */
#SeeAlso .box_table
{
    width: 224px;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
#SeeAlso .box_header
{
    background-image: url(/images/hotbluetop.gif);
    background-repeat: no-repeat;
    height: 32px;
}
#SeeAlso .middlebit
{
    background-image: url(/images/hotbluemiddle.gif);
    background-repeat: repeat-y;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#SeeAlso .box_body ul
{
    margin: 0px 5px 5px 15px;
    padding: 0px 0px 0px 0px;
}
#SeeAlso .box_body li
{
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    list-style-image: none;
}
#SeeAlso .box_body a
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: normal;
    text-align: left;
}
#SeeAlso .box_footer
{
    background-image: url(/images/hotbluebottom.gif);
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 16px;
}
/* -- --------------Random Image------------------------------- */
#RandomImage .box_table
{
    width: 224px;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
#RandomImage .box_header
{
    background-image: url(/images/hotgreentop.gif);
    background-repeat: no-repeat;
    height: 16px;
}
#RandomImage .box_body
{
    background-image: url(/images/hotgreenmiddle.gif);
    background-repeat: repeat-y;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
#RandomImage .box_body img
{
    width: 160px;
    margin: 0px 30px 0px 30px;
    padding: 0px 0px 0px 0px;
}
#RandomImage .box_footer
{
    background-image: url(/images/hotgreenbottom.gif);
    background-repeat: no-repeat;
    height: 16px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
/* -- --------------Random Text------------------------------- */
#RandomText .box_table
{
    width: 224px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    border: none;
}
#RandomText .box_header
{
    background-image: url(/images/hotbluetop.gif);
    background-repeat: no-repeat;
    height: 16px;
}
#RandomText .box_body
{
    background-image: url(/images/hotbluemiddle.gif);
    background-repeat: repeat-y;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
#RandomText .box_body p
{
    width: 210px;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    border: none;
}
#RandomText .box_body li
{ 
    margin: 0px 0px 0px 25px; /*removes indent IE and Opera*/
    padding: 5px 10px 0px 0px; /*removes indent Mozilla and NN7*/
    list-style-type: disc; 
 }
 #RandomText h2
{
    padding: 0px 0px 0px 5px;
}
#RandomText .box_footer
{
    background-image: url(/images/hotbluebottom.gif);
    background-repeat: no-repeat;
    height: 16px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
 #RandomText .box_body .snippethead
{ 
    font-size: 115%;
    font-style: italic;
    padding: 0px 0px 5px 4px;
    font-weight: bold;
 }
 
  #RandomText img
{ 
    float: none;
 }
 .snippetdisplay table
{
    text-align: left;
    width: 224px;
}

/* -- --------------Random Text2------------------------------- */
#RandomText2 .box_table
{
    width: 224px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    border: none;
}
#RandomText2 .box_header
{
    background-image: url(/images/hotgreentop.gif);
    background-repeat: no-repeat;
    height: 16px;
}
#RandomText2 h2
{
    padding: 0px 0px 0px 5px;
}
#RandomText2 .box_body
{
    background-image: url(/images/hotgreenmiddle.gif);
    background-repeat: repeat-y;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
#RandomText2 .box_body p
{
    width: 210px;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    border: none;
}
#RandomText2 .box_body li
{
    margin: 0px 0px 0px 25px; /*removes indent IE and Opera*/
    padding: 5px 5px 0px 0px; /*removes indent Mozilla and NN7*/
    list-style-type: disc;
}

#RandomText2 .box_footer
{
    background-image: url(/images/hotgreenbottom.gif);
    background-repeat: no-repeat;
    height: 16px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
 #RandomText2 .box_body .snippethead
{ 
    font-size: 115%;
    font-style: italic;
    padding: 0px 0px 5px 4px;
    font-weight: bold;
 }
   #RandomText2 img
{ 
    float: none;
 }
  #RandomText2 .snippetdisplay table
{
    text-align: left;
    width: 224px;
}
/* -- -------------Search Box-------------------------------- */
.search_box
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-image: url(/images/searchbox.gif);
    background-repeat: no-repeat;
    width: 320px;
    height: 96px;
    top: 0px;
    left: 0px;
}
.search_box .box_table
{
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.search_box .box_body
{
    border: none;
    background-image: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.search_box .searchbutton
{
    padding: 0px 10px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    top: 55px;
    left: 20px;
    width: 28px;
    height: 28px;
}
.search_box input
{
    width: 130px;
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    top: 61px;
    left: 96px;
}
/* -- -------------Record Listings-------------------------------- */
.list_items .box_table
{
    border: none;
}
.list_items .box_header
{
    background-image: url(/images/listhead.gif);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
}
.list_items .box_header h2
{
    font-style: normal;
    color: #FFF;
    font-size: 108%;
}
.list_items .box_body
{
    background-image: none;
}
.list_items .box_body td
{
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px 0px;
}
.list_items .box_body
{
    background-image: none;
}
.list_items .box_footer
{
    text-align: center;
}
.list_items .Previous
{
    text-align: left;
    width: 50%;
}
.list_items .Next
{
    text-align: right;
    width: 50%;
}
/* -- --------------- Comments System------------------------------ */
#Document .notes_display
{
    border: none;
    background-color: #D7E7EB;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
}
#Document .notes
{
    border: none;
}
#Document .box_table
{
    border: none;
}
#Document .box_body
{
    border: none;
}
#Document .box_footer
{
    border: none;
}

#MainContent2 .notes_view
{
    border: none;
    background-color: #D7E7EB;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
}
#MainContent2 .notes_view .box_table
{
    border: none;
}
#MainContent2 .notes_view .box_body
{
    border: none;
}
#MainContent2 .notes_view .box_footer
{
    border: none;
}
#MainContent2 .notes_view .box_footer a
{
    float: left;
}
/* -- --------------- Login------------------------------ */
#RightColumn .login_box .box_table
{
    width: 224px;
    margin: 10px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url(/images/loginbox.gif);
    background-repeat: no-repeat;
    border: none;
}
#RightColumn .login_box .middlebit
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#RightColumn .login_box .box_body a
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: normal;
    text-align: left;
}
#RightColumn .login_box .box_footer
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 6px 6px;
    height: 20px;
    font-size: 80%;
    text-align: left;
}
#RightColumn .login_box input
{
    width: 85px;
}
#RightColumn .login_box .loginbutton
{
    height: 16px;
    width: 44px;
    left: 44px;
    position: relative;
}
/* ---------------------Custom Login----------------------------------------------- */
#CentreColumn .login_box2
{
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0px;
}
#CentreColumn .login_box2 .box_table
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#CentreColumn .login_box2 .loginbutton
{
    height: 16px;
    width: 44px;
    float: right;
}
#CentreColumn .login_box2 .box_footer
{
    height: 16px;
    width: 44px;
    font-size: 85%;
}
/* -------------------------------------------------------------------- */
.admin_box
{
    margin-bottom: 10px;
    margin-top: 10px;
    width: 224px;
}
.admin_box .box_header
{
    background-color: #FFFFFF;
}
.admin_box .box_header h2
{
    color: #000;
}
.admin_box .box_table
{
    border: 1px solid #000;
    background-color: #FFFFFF;
}
.admin_box .box_body li
{
    padding: 5px;
    margin: 0px;
    display: block;
}
.admin_box .box_body a
{
    padding: 0px;
    margin: 0px;
    display: block;
}
/* -------------------------------------------------------------------- */
#Footer
{
    text-align: right;
    padding: 10px 10px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #FFF;
    background-color: #335F6B;
    font-size: 100%;
}
#Footer a
{
    color: #FFF;
    display: inline;
    text-decoration: none;
    font-size: 100%;
    margin-right: 3px;
    margin-left: 3px;
}
#Footer a:hover
{
    text-decoration: underline;
}
/* -- --------------------------------------------- */
.abstract
{
    font-size: 100%;
}
#EditorialComment
{
    background-color: #DDDDFF;
}
.ImageUpload
{
    background-color: #DDEEFF;
}
.ImageUpload2
{
    background-color: #DDDDFF;
}
#FileUpload
{
    background-color: #FFCCCC;
}
#AccessLevel
{
    background-color: #FFFFCC;
}
#WebURL
{
    background-color: #DDEEFF;
}
#WebURL strong
{
    font-size: 85%;
    float: right;
}
#WebURL p
{
    font-size: 80%;
}
.emailform
{
    background-color: #EEDDEE;
}
#FileUpload strong
{
    font-size: 77%;
}
#AccessLevel input
{
    width: 80px;
}
.RecordIcon
{
    width: 5%;
}
.FormFieldLabel
{
    float: left;
}
#ListItemsForm
{
    border: 1px solid black;
    background-color: #DDDDFF;
    padding: 5px;
}
/* -- Record Display Page Things */
#BasicPage img
{
    border: none;
    float: right;
    padding: 0px 0px 10px 10px;
    margin: 0px 0px 0px 0px;
}
#BasicPage .RecordImage
{
    float: right;
    padding: 0px 10px 0px 10px;
    margin: 100px 0px 0px 0px;
    width: 1%;
}
#BasicPage .RecordImage img
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: block;
}
#NextPrevious #Previous
{
    text-align: left;
    width: 50%;
}
#NextPrevious #Next
{
    text-align: right;
    width: 50%;
}
#UserAdmin img
{
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
}

/* -- --------------------------------------------- */
#FeedbackForm label
{
    float: left;
}
#FeedbackForm input
{
    float: right;
    margin-right: 20px;
}
#YourEmail label
{
    float: right;
    margin-right: 20px;
}
#YourEmailAddress input
{
    float: left;
}
#FeedbackForm #FeedbackButton input
{
    float: left;
}
#errorimage
{
    float: left;
}
#News .RecordImage
{
    width: 1%;
    float: right;
    margin: 10px 0px 10px 10px;
    padding: 0px 0px 0px 0px;
}
#News .RecordImage img
{
    float: right;
}
#News .RecordImage a
{
    float: right;
}
#News .RecordImage .click
{
    float: right;
    text-align: right;
    font-style: italic;
    font-size: 80%;
}
#News .RecordImage .alt
{
    float: right;
    text-align: right;
    font-style: italic;
    font-size: 80%;
}
#Document .RecordImage
{
    width: 1%;
    float: right;
    margin: 10px 0px 10px 10px;
    padding: 0px 0px 0px 0px;
}
#Document .RecordImage img
{
    float: right;
}
#Document .RecordImage a
{
    float: right;
}
#Document .RecordImage .click
{
    float: right;
    text-align: right;
    font-style: italic;
    font-size: 80%;
}
#Document .RecordImage .alt
{
    float: right;
     text-align: right;
    font-style: italic;
    font-size: 80%;
}
#BasicPage .RecordImage
{
    width: 1%;
    float: right;
    margin: 10px 0px 10px 10px;
    padding: 0px 0px 0px 0px;
}
#BasicPage .RecordImage img
{
    float: right;
}
#BasicPage .RecordImage a
{
    float: right;
}
#BasicPage .RecordImage .click
{
    float: right;
    font-style: italic;
    text-align: right;
    font-size: 80%;
}
#BasicPage .RecordImage .alt
{
    float: right;
    font-style: italic;
    text-align: right;
    font-size: 80%;
}
#Event .RecordImage
{
    width: 1%;
    float: right;
    margin: 10px 0px 10px 10px;
    padding: 0px 0px 0px 0px;
}
#Event .RecordImage img
{
    float: right;
}
#Event .RecordImage a
{
    float: right;
}
#Event .RecordImage .click
{
    float: right;
    font-style: italic;
    text-align: right;
    font-size: 80%;
}
#Event .RecordImage .alt
{
    float: right;
    font-style: italic;
    text-align: right;
    font-size: 80%;
}
#CentreColumn .peoplelinkimage2
{
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 2px 5px 2px 5px;
}
#contactuslink
{
    float: right;
    border: thin dashed red;
    margin: 5px 0px 5px 0px;
    padding: 5px 0px 5px 0px;
}

.photocaption
{
    float: right;
    font-style: italic;
    font-size: 80%;
}
.photocaption2
{
    float: left;
    font-style: italic;
    font-size: 80%;
}
/* -- Begin Speech  Aural */
@media aural
{
    h1, h2, h3, h4, h5, h6
    {
        voice-family: paul, male;
        stress: 20;
        richness: 90;
    }
    h1
    {
        pitch: x-low;
        pitch-range: 90;
    }
    h2
    {
        pitch: x-low;
        pitch-range: 80;
    }
    h3
    {
        pitch: low;
        pitch-range: 70;
    }
    h4
    {
        pitch: medium;
        pitch-range: 60;
    }
    h5
    {
        pitch: medium;
        pitch-range: 50;
    }
    h6
    {
        pitch: medium;
        pitch-range: 40;
    }
    li, dt, dd
    {
        pitch: medium;
        richness: 60;
    }
    dt
    {
        stress: 80;
    }
    pre, code, tt
    {
        pitch: medium;
        pitch-range: 0;
        stress: 0;
        richness: 80;
    }
    em
    {
        pitch: medium;
        pitch-range: 60;
        stress: 60;
        richness: 50;
    }
    strong
    {
        pitch: medium;
        pitch-range: 60;
        stress: 90;
        richness: 90;
    }
    dfn
    {
        pitch: high;
        pitch-range: 60;
        stress: 60;
    }
    s, strike
    {
        richness: 0;
    }
    i
    {
        pitch: medium;
        pitch-range: 60;
        stress: 60;
        richness: 50;
    }
    b
    {
        pitch: medium;
        pitch-range: 60;
        stress: 90;
        richness: 90;
    }
    u
    {
        richness: 0;
    }
    a:link
    {
        voice-family: harry, male;
    }
    a:visited
    {
        voice-family: betty, female;
    }
    a:active
    {
        voice-family: betty, female;
        pitch-range: 80;
        pitch: x-high;
    }
}
