/* Global Styles */

html, body {
    background: url(../images/body_bg.jpg) top center repeat-x;
    color: #666;
    font-family: Arial, Sans-Serif;
    font-size: 95%;
    line-height: 140%;
    margin: 0;
    padding: 0;
}
#container {
    margin: 0 auto;
    width: 960px;
}
#header {
    background: url(../images/header.jpg) top left no-repeat;
    height: 130px;    
    margin: 0;
    width: 960px;
}
#content 
{
    border: 1px solid #333;
    border-top: 3px solid #333;
    float: left;
    padding: 1em 15px;
    width: 930px;
}
a:focus {outline:none;}

/* Content Styles */

.ctc    {color: #F8931D; font-weight: bold;}
.cbest  {color: #003B34; font-weight: bold;}
.cpace  {color: #003B34; font-weight: bold;}
.cset   {color: #1A4298; font-weight: bold;}
.ctel   {color: #002C6A; font-weight: bold;}
.miae  {color: #003B34; font-weight: bold;}
.rica   {color: #7E0A29; font-weight: bold;}
.myctc  {color: #89B5CB; font-weight: bold;}

h1 {color: #F8931D;}
h2 {color: #1A4298; font-size: 110%;}

ul.links a:link,
ul.links a:active,
ul.links a:visited {color: #FFF; font-size: 8pt; text-decoration: none;}
ul.links           {list-style: none; margin: 0 1em 0 0; padding: .5em 0 0 0; width: 240px;}
ul.links li        {height: 50px; margin-bottom: .1em; padding: 3px 18px 2px 0; text-align: right; line-height: 90%; vertical-align: middle;}
li.cbest           {background: url(../images/cbestbg.gif) top right no-repeat;}
li.cpace           {background: url(../images/cpbg.gif) top right no-repeat;}
li.cset            {background: url(../images/csetbg.gif) top right no-repeat;}
li.ctel            {background: url(../images/ctelbg.gif) top right no-repeat;}
li.miae            {background: url(../images/miaebg.gif) top right no-repeat;}
li.rica            {background: url(../images/ricabg.gif) top right no-repeat;}
li.ctc             {background: url(../images/ctcbg.gif) top right no-repeat;}

/* CTC Welcome Page Styes */

.left       {float: left; width: 30%;}
.right      {float: right; padding: 70px 0 0 0; width: 50%;}
.welcome    {background: url(../images/mapbg.gif) top left no-repeat; padding: 0 0 10px 70px;}
img.content {margin-right: 2em;}

/* Footer Styles */

#footer {
    background: url(../images/footer_bg.gif) top center no-repeat;
    clear: both;
    color: #999;
    font-size: 75%;
    line-height: 100%;
    padding: 1.5em 0;
}
