﻿/* Derivation of andreas03 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author. */

body{
margin:0;
padding:30px 0;
font:76% tahoma,verdana,sans-serif;
background:#047 url(bodybg.png) repeat-x fixed;
color:#222;
}

#Container{
width: 760px;
margin: 0 auto;
padding: 0px;
background: #fff url(contbg.png) no-repeat;
color: #222;
}

#Logo {
float: left;
width: 240px;
height: 150px;
background-image: url(CCSLogo.png);
margin-right: 10px;
}

#Logo {
float: left;
margin-right: 10px;
display: block;
}

#LogoText {
height: 150px;
line-height: 150px;
}

#MainContent p,#Sidebar p{
padding: 0 0 0 10px;
}

#MainContent
{
width: 510px;
margin: 0px 0px 0px 200px;
padding: 20px 20px 20px 20px;
}

.HeaderStyle
{
display: block;
margin: 30px 0 10px 0;
padding: 5px 0 5px 8px;
background: #eee url(gradient2.png) repeat-x;
color: #222;
border-top: 1px solid #ddd;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
text-decoration: none;
}

#Sidebar
{
float: left;
width: 155px;
padding: 35px 20px 20px 20px;
font-size: 1em;
line-height: 1.3em;
}

#Sidebar p{
font-size: 0.9em;
}

.SideLink{
display: block;
width: 140px;
margin: 3px 10px 2px 0;
padding: 5px 0 5px 8px;
font-size: 1.1em;
font-weight: bold;
text-align: left;
background: #eee url(gradient1.png) repeat-x;
color: #26c;
border-top: 1px solid #ddd;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
}

.SideLink:hover,.MenuHeader{
background: #fff url(gradient2.png) repeat-x;
color: #222;
border-top: 1px solid #ddd;
border-right: 1px solid #888;
border-bottom: 1px solid #888;
border-left: 1px solid #ddd;
text-decoration: none;
}

#Footer
{
margin: 0 auto;
clear: both;
background:#fff url(footerbg.png) bottom center no-repeat;
width: 760px;
font-size:0.9em;
color:#888;
text-align:center;
}

a{
text-decoration: none;
background-color: inherit;
color: #26c;
}

a:hover{
text-decoration: underline;
}

a img{
border: 0;
}

p{
margin: 0 0 15px 0;
line-height: 1.5em;
}

h1 {
font-size: 2.2em;
font-weight: normal;
}

h2 {
margin: 20px 0px 8px 0px;
font-size: 1.4em;
font-weight: normal;
}

h3 {
margin: 10px 0px 8px 0px;
font-size: 1.2em;
font-weight: normal;
}

ul li {
margin-top: 10px;
margin-bottom: 10px;
}

.Block {
padding: 20px;
background: #eee;
color: #222;
border: 2px solid #ddd;
}

.Indent {
margin-left: 20px;
}

/* Page Specific */

.Col2Left {
float: left;
margin-left: 20px;
width: 220px;
}

.Col2Left h3, .Col2Right h3 {
margin-top: 0px;
}

.Col2Right 
{
margin-left: 270px;
width: 220px;
}    