/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
        color: #4DA0C6;
}

a:hover {
        text-decoration: underline;
        color: #FF0000;
}

a:visited {
        color: #4DA0C6;
}

body {

        background: #ffffff url(images/back_all.jpg) repeat-x;
        font: 13px Arial, Helvetica, sans-serif;
        color: #000000;
}

#header {
        position:relative;
        margin:auto;
        width:950px;
        height:385px;
}

#header img {
        display:none;
        position:absolute;
        top:0; left:0;
}



#content
{
        margin: 0 auto;
        background: #ffffff;
        width: 950px;
        text-align: left;
        border-left: 3px solid #ffffff;
        border-right: 3px solid #ffffff;

}

#main
{
width: 950px;
padding-top: 10px;
background: url(images/table_back.gif) repeat-y top;
}



#logo {

width: 758px;
height: 237px;
text-align: right;
padding-right: 20px;
padding-top: 100px;
}


#logo a {
        text-decoration: none;
        font-style: italic;
        font-size: 28px;
        color: #ffffff;
}
#logo H2 a
{
font-size: 10px;
text-transform: uppercase;
}


#menu
{
margin: 0 auto;
width: 948px;
height: 48px;
padding-top: 10px;
padding-left: 120px;
background: url(images/menu.gif) no-repeat;
}

#menu ul {
        list-style: none;
}

#menu li {

        display: inline;

}

#menu a {
        float: left;
        width: 120px;
        height: 23px;
    display: block;
        text-align: center;
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
        padding-top: 10px;
        font-size: 14px;
        text-transform: uppercase;
}

#menu a:hover {
        width: 120px;
    height: 23px;
        color: #68C1EA;
        text-decoration: underline;
        background: #ffffff;
}




#left
{
        width: 233px;
        margin-left: 10px;
}

#left H3
{
width: 208px;
height: 30px;
font-size: 14px;
font-weight: bold;
padding-left: 25px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.gif) repeat-x
}

#left ul {
        list-style: none;
        margin-bottom: 10px;
        background: url(images/title_back.gif) repeat-x top;
}


#left li ul {
        border: 0px;
        margin-left: 20px;
        margin-bottom: 10px;
        padding-top: 20px;
        background: none;
}

#left li li {
        padding: 4px 20px;
}

#left a {
        color: #720000;
        text-decoration: none;
}

#left a:hover {
        color: #720000;
        text-decoration: underline;
}

#left a:visited {
        color: #720000;
}

#left p {
        padding: 10px;
}

#left h1 {
        margin-left: 50px;
}



#right
{
float: right;
width: 650px;
padding-right: 10px;
}

#right H4
{
        margin: 0;
        padding: 0px;
        font-size: 12px;
        color: #4DA0C6;
}

#right a
{
        color: #000000;
        text-decoration: none;
        font-size: 15px;
}

#right a:hover
{
        color: #000000;
        text-decoration: underline;
        font-size: 15px;
}

#right a:visited
{
color: #000000;
text-decoration: none;
}

#right p {
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
        font-size: 15px;
        width: 90%;
}

#right h2 {
        margin: 0;
        padding: 0;
        padding-top: 10px;
        color: #FFFFFF;
}

#right ol, #right ul
{
margin-left: 30px;
}


.date {
        text-align: right;
        color: #4DA0C6;
        font-size: 11px;
}

.date a {
        color: #4DA0C6;
}



#footer {
        height: 49px;
        clear: both;
        padding-top: 30px;
        background: url(images/footer.gif) repeat-x bottom;
        border-top: 4px solid #FFFFFF;
}

#footer p {
        margin: 0;
        font-size: 10px;
        text-align: center;
        color: #000000;
}

#footer a {
        color: #000000;
}
