* {
    padding: 0;
    margin: 0;
} 

body {
    background: #AFBFC6;
	font: .74em "Trebuchet MS", Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrap {
margin: auto ;
width: 950px;
background: #AFBFC6 url('images/CSS/PageMiddle.png');
background-repeat: repeat-y;
}

#top { 
margin-top: auto; height:29px;
background: #AFBFC6 url('images/CSS/PageTop.png');
}

#content {
padding: 0 40px 0 40px;
}

#bottom {

background: #AFBFC6 url('images/CSS/PageBottom.png');
height: 29px;
}


.header { 
margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
height: 148px; 
background: #AFBFC6 url('images/CSS/roof_cool_2011-04-23.jpg');
background-repeat: no-repeat;
}

.header h1 { font-size: 24pt; color: #FFFFFF; padding-left: 30px; padding-top: 16px; line-height: 28px;}
.header h1 a { font-size: 24px; color: #FFFFFF; text-decoration: none;}
.header h2 { font-size: 16px; color: #FFFFFF; padding-left: 30px; padding-top: 8px; }
.header h3 { font-size: 12px; color: #FFFFFF; padding-left: 30px; padding-top: 8px; }

.breadcrumbs { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding-top: 5px;
        margin-left: 15px;
        margin-right: 15px;
}
	
.middle {
	float: left;
	width: 65%;
	padding: 15px 2% 15px 3%;
        
	text-align: justify;
}

.middle p {
	padding-top: 6px;
}

.tablist ul {
	list-style-type: none;
}

.tablist ul li{
	padding-left: 15px;
}

.tablist ol {
	list-style-type: "A";
        padding-left: 35px;
        padding-right: 35px;
}

.tablist ol li{
        padding-left: none;
}


.tablist table{
	padding-left: 2px;
	border-spacing: 2px;
	
}

.right {
	float: left;
	width: 25%;
	padding: 15px 3% 15px 2%;
	
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

.middle h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 10px; margin-top: 10px; line-height: 1.4;}
.middle h3 { color: #3B6EBF; font-size: 14px; margin-bottom: 10px; margin-top: 10px;}
.middle h4 { font-size: 12px; margin-bottom: 4px; margin-top: 20px;}
.right h2 { color: #3B6EBF; font-size: 14px; margin-top: 15px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {margin-top: 0px;
	text-align: center;
	color: #AFBFC6;
margin-bottom: 0px; }
