﻿
body
{
    margin: 0px;
    padding: 0px;
    text-align: center;
}

sup
{
    font-size: 8px;
}

h1
{
    color: #222;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: -2px;
    font-size: 2.75em;
}

h2
{
    /* Comment Titles */
    padding: 10px 0px 0px 0px;
    margin: 20px 0px -8px 0px;
    color: #222;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-weight: normal;
    line-height: 90%;
    letter-spacing: -1px;
    font-size: 1.75em;
}

#sidebar
{
    background: transparent;
    float: right;
    width: 250px;
}

#hdr_border
{
    background-color: transparent;
    background-image: url(../images/hdr_border.png);
    background-position: top left;
    height: 160px;
    width: 100%;
}

#ftr_border
{
    background-color: pink;
    background-image: url(../images/hdr_border.png);
    background-position: top left;
    height: 160px;
    width: 100%;
}

#tlb_border
{
    background-color: #1D3051;
    background-image: url(../imasges/bg_toolbar.gif);
    background-position: top left;
    border-bottom: 1px solid #435676;
    height: 25px;
    width: 100%;
}

#toolbar
{
    background-color: yellowz;
    height: 25px;
    left: 50%;
    margin-left: -450px;
    margin-top: 2px;
    position: absolute;
    width: 900px;
    text-align: right;
}

#toolbar ul
{
    display: inline;
    border: none;
}

#toolbar ul li
{
    border: none;
    list-style: none;
    display: inline;
}

#toolbar a
{
    color: #CCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .7em;
    text-decoration: none;
}

#toolbar a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .7em;
    text-decoration: underline;
}

#mnu_navigation
{
    background-color: transparent;
    color: pink;
    height: 25px;
    margin-top: 15px;
}

#content
{
    width: 900px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .75em;
    margin: 60px auto;
    text-align: left;
    padding: 0px;
    background-color: #FFF;
}

#main_sub a
{
    color: #CC3333;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

#main_sub a hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .7em;
    text-decoration: underline;
}

#content, main p
{
    line-height: 18px;
}

#main_sub
{
    background: transparent;
    float: left;
    width: 900px;
}

#main a
{
    color: #CC3333;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

#main a:hover
{
    font-family: Arial, Helvetica, sans-serif; /*font-size: .7em;*/
    text-decoration: underline;
}

#content, main p
{
    line-height: 18px;
}

#main
{
    background: transparent;
    float: left;
    width: 550px;
}



.side_notices
{
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
    width: 210px;
    border: 1px solid #e8e8e8;
}

.side_notices li a
{
    background: white url(../images/ico_notices.gif) no-repeat 2px center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    color: #000;
    display: block;
    width: auto;
    padding: 3px 0;
    padding-left: 30px;
    text-decoration: none;
}

* html .side_notices li a
{
    /*IE only. Actual menu width minus left padding of LINK (20px) */
    width: 208px;
}

.side_notices li a:visited, .side_notices li a:active
{
    color: #00014e;
}

.side_notices li a:hover
{
    color: black;
    background-color: #F3F3F3;
    background-image: url(../images/ico_notices.gif); /*onMouseover image change. Remove if none*/
}

.side_upcoming
{
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
    width: 210px;
}

.side_upcoming li a
{
    background: white url(../images/ico_upcoming.gif) no-repeat 2px center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    color: #000;
    display: block;
    width: auto;
    padding: 3px 0;
    padding-left: 30px;
    text-decoration: none;
}

* html .side_upcoming li a
{
    /*IE only. Actual menu width minus left padding of LINK (20px) */
    width: 208px;
}

.side_upcoming li a:visited, .side_upcoming li a:active
{
    color: #00014e;
}

.side_upcoming li a:hover
{
    color: black;
    background-color: #F3F3F3;
    background-image: url(../images/ico_upcoming.gif); /*onMouseover image change. Remove if none*/
}

.side_accomplishments
{
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
    width: 210px;
}

.side_accomplishments li a
{
    background: white url(../images/ico_accomplishments.gif) no-repeat 2px center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    color: #000;
    display: block;
    width: auto;
    padding: 3px 0;
    padding-left: 30px;
    text-decoration: none;
}

* html .side_accomplishments li a
{
    /*IE only. Actual menu width minus left padding of LINK (20px) */
    width: 208px;
}

.side_accomplishments li a:visited, .side_upcoming li a:active
{
    color: #00014e;
}

.side_accomplishments li a:hover
{
    color: black;
    background-color: #F3F3F3;
    background-image: url(../images/ico_accomplishments.gif); /*onMouseover image change. Remove if none*/
}

/* Footer */

#footer
{
    clear: both;
    height: 140px;
    background: url(../images/ftr_bg.gif) repeat-x left bottom;
    text-align: center;
    font-size: smaller;
    font-family: Arial, Helvetica, sans-serif;
    color: #D52442;
}

#footer p
{
    padding-top: 80px;
    text-transform: uppercase;
}

#footer p a
{
    color: #F51F47;
}

#footertext
{
    font-size: 10px;
    font-family: arial;
    padding-bottom: 20px;
    color: #CCCCCC;
    width: 900px;
    margin: -30px 0px 0px 69px;
    text-align: left;
}


#footer_logo
{
    background-image: url(../images/footer_logo.gif);
    background-repeat: no-repeat;
    background-color: #030f1b;
    width: 900px;
    margin: 0px auto;
    height: 65px;
    background-position: 10px 0px;
}

#footer_center
{
    margin: 0px auto;
    width: 900px;
}


#footertext a
{
    color: #CCCCCC;
    text-decoration: none;
}

#footertext a:hover
{
    text-decoration: underline;
}

#footertextcontainer
{
    background-color: #030f1b;
}

blockquote
{
    border: 1px solid #E8E8E8;
    margin: 30px 25px 0px 25px;
    padding: 10px;
    background-color: #F8F8F8;
}

.star
{
    list-style-image: url(../images/bullet_star.gif);
}


.side_galleries
{
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
    width: 210px;
    border: 1px solid #e8e8e8;
}

.side_galleries li a
{
    background: white url(../images/ico_galleries.gif) no-repeat 2px center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    color: #000;
    display: block;
    width: auto;
    padding: 3px 0;
    padding-left: 30px;
    text-decoration: none;
}


* html .side_galleries li a
{
    /*IE only. Actual menu width minus left padding of LINK (20px) */
    width: 208px;
}

.side_galleries li a:visited, .side_notices li a:active
{
    color: #00014e;
}

.side_galleries li a:hover
{
    color: black;
    background-color: #F3F3F3;
    background-image: url(../images/ico_galleries.gif); /*onMouseover image change. Remove if none*/
}

.image {
	background-color: transparent;
	border: none; 
	width: 400px; 
	float: right;
}

.image_left
{
    border: none;
    background-color: transparent;
}
