@import url('/css/default.css');
@import url('/css/cms.css');

/* Generic Styles */

body {
	background:#00203B url('/media/structure/page_bg.jpg') repeat-x 50% 0px;
	margin:0px;
}
h1, h2, h3, h4, h5, h6 {
    font-family:Arial;
    font-weight:bold;
}
h1 { font-size:12px; }
h2 { font-size:14px; }
h3 { font-size:12px; padding: 8px 0;}
h4 { font-size:11px; }
h5 { font-size:10px; }
h6 { font-size:9px; }
p {
    padding-top:5px;
    padding-bottom:10px;
}
a, a:visited {
    color:#000;
}
ol {
    margin:10px;
    margin-left:20px;
}
#frame {
    margin:0 auto;
    width:900px;
	background:#fff url('/media/structure/frame_bg.jpg') repeat-y;
}
#main {
    width:880px;
    margin:0 auto;
    padding:0px 10px;
	background: url('/media/structure/main_bg_bottom.jpg') no-repeat 0px bottom;
}
#main ul {
    list-style-type:none;
    padding:0px;

}
#left {
    float:left;
    width:525px;
    margin-top:20px;
    padding-left:25px;
    padding-bottom:25px;
    font-family:Arial;
    font-size:12px;
}
#left p {
    line-height:120%;
    font-family:Arial;
    font-size:12px;
}
#left h1 {
	background: url('/media/structure/box_header.jpg') no-repeat;
    height:25px;
    line-height:25px;
    padding-left:15px;
    color:#fff;
    font-family:Arial;
    font-weight:bold;
}
#left ul {
    list-style-type:none;
    margin: 10px 0 10px 15px;
}
#left ul li {
    background: url('/media/structure/bullet.jpg') no-repeat 0px 0.4em;
    padding-left:20px;
    line-height:120%;
    padding-bottom:5px;
}
#left .no_padding {
    width:560px;
    margin-left:-25px;
}
#left .teams {
    width:564px;
    margin-top:10px;
    margin-bottom:20px;
}
#left .teams img {
    margin-right:4px;
    margin-bottom:4px;
}
#left .box {
    width:503px;
    border:1px dotted #000;
    border-top:none;
    padding-bottom:10px;
}
#left .box .box_left {
    float:left;
    width:115px;
    text-align:center;
    margin-top:5px;
}
#left .box .box_right {
    float:right;
    width:370px;
    margin-right:10px;
}
#left .box .box_right .full_story {
    float:right;
}
#left .box .box_right h2 {
    font-family:Arial;
    font-size:12px;
    padding-top:5px;
    padding-bottom:2px;
}
#left .box .box_right h3 {
    font-family:Arial;
    font-size:10px;
    color:#999;
}
#left .box .box_right p {
    font-family:Arial;
    font-size:11px;
    line-height:120%;
    margin-right:15px;
}
#left table {
    border-collapse:collapse;
    border:1px dotted #999;
    width:505px;
    margin-bottom:10px;
}
#left .box table {
    width:380px;
}
#left table th {
	background: url('/media/structure/table_th.jpg') repeat-x;
    height:16px;
    padding:3px 5px;
    font-family:Arial;
    font-size:11px;
    text-transform:uppercase;
    color:#fff;
}
#left table td {
    padding:3px 5px;
    font-family:Arial;
    font-size:11px;
}
#left table tr.odd td {
    background:#E5E5E5;
}
.divider {
	background: url('/media/structure/divider.jpg') no-repeat;
    width:505px;
    height:10px;
    margin-top:-1px;
    margin-bottom:15px;
}
.diagram {margin-left:-25px;}

#right {
    float:right;
    width:309px;
}
#right a, #right a:visited {
    color:#fff;
}
#right #sidenav {
    margin-top:10px;
}
#right #sidenav ul {
    list-style-type:none;
    padding:0px;
    margin-left:0px;
}
#right #sidenav ul li a {
    display:block;
    width:284px;
    padding-left:25px;
    line-height:35px;
    font-size:14px;
    font-family:Arial;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
}
#right #sidenav ul li a:hover {
    color:#80909D;
}
#right #sidenav li.active {
    border-top:1px solid #fff;
    border-bottom:1px solid #000;
    border-right:1px solid #000;
    background:#80909D;
}
#right #sidenav li.active_no_children a {
    color:#80909D;
}
#right #sidenav li.active a {
    line-height:25px;
}
#right #sidenav li.active a.item1 {
    color:#000;
}
#right #sidenav li.active a.item2 {
    line-height:170%;
}
#right #sidenav li.active a.item2:hover {
    color:#001E39;
}
#right #sidenav li.active li.active {
    background: url('/media/structure/sidenav_bullet.jpg') no-repeat 26px 6px;
    border:none;
}
#right #sidenav li.active li.active a {
    color:#001E39;
}
#right #sidenav ul ul {
    padding-bottom:10px;
}
#right #sidenav ul ul li a {
    width:269px;
    font-size:11px;
    text-transform:none;
    font-weight:normal;
    padding-left:40px;
}
#right #sidenav ul ul ul {
    padding-bottom:0px;
}
#right #sidenav ul ul ul li a {
    width:254px;
    padding-left:55px;
}

#logos {
    margin:0 auto;
    width:900px;
    height:45px;
    background: url('/media/structure/logos_bg.jpg') no-repeat;
    text-align:center;
    padding-top:5px;
}
#footer {
    width:890px;
    height:22px;
    padding-top:5px;
    padding-left:20px;
    padding-right:20px;
    margin:0 auto;
    color:#667989;
    font-family:Tahoma;
    font-size:11px;
}
#footer a, #footer a:hover {
    color:#667989;
}
.right_align {
    text-align:right;
}
img.news {border:1px solid #000;}
