/* CSS Document */

@import url("layout.css");
@import url("menu.css");
@import url("extra.css");

/* General Styling */
 
body{
padding: 0;
background: #fff;
font-family: arial, helvetica, sans-serif;
width: 560px;
margin: 10px;
color: #555;
font-size: 12px;
line-height: 17px;
}
 
body#main{
width: 780px;
background: #f0f0f0;
margin: 20px auto;
}

h1{
font: normal 24px arial, helvetica, sans-serif;
color: #369;
padding: 0 15px 0 0;
margin: 0 0 15px 0;
}

h1 sup{
font-size: 14px;
}
 
h2{
font-weight: normal;
color: #555;
font-size: 14px;
margin: 0 15px 15px 0;
padding: 0 0 15px 0;
border-bottom: solid 1px #ccc;
line-height: 20px;
}
 
h3{
font-size: 14px;
line-height: 16px;
padding: 0 0 10px 0;
color: #c30;
margin: 0 15px 0 0;
}

h4{
font-size: 12px;
line-height: 17px;
padding: 0 0 3px 0;
font-weight: bold;
margin: 0 15px 0 0;
color: #369;
}
 
h5{
font-size: 12px;
line-height: 17px;
padding: 0 0 3px 0;
font-weight: bold;
margin: 0 15px 0 0;
}

h6{
font-size: 12px;
line-height: 17px;
padding: 0 0 3px 0;
margin: 0 15px 0 0;
text-transform: uppercase;
} 
 
p{
line-height: 17px;
padding: 0 14px 12px 0;
margin: 0;
}

sup{
font-size: 9px;
}
 
a,
a:link,
a:visited{
color: #369;
}
 
a:hover,
a:active{
color: #c30;
}
 
ul{
line-height: 17px;
margin: 0 0 10px 0;
padding: 0;
}
 
ul li{
padding: 0 0 0 11px;
margin: 0 0 3px 0;
background: url(../images/li_bullet.gif) 0 5px no-repeat;
list-style-type: none;
}
 
ol{
line-height: 17px;
margin: 0 0 10px 5px;
padding: 0;
}
 
ol li{
list-style: outside decimal;
padding: 0 10px 14px 0;
margin: 0 0 0 20px;
}

ol li ul{
padding: 0;
}

ol li ul li{
padding: 5px 0 0 0;
margin: 0 0 0 11px;
list-style: url(../images/li_bullet.gif);
background: none;
}

img{
margin:0;
padding:0;
border: none;
}

table#events_table{
padding: 0 0 15px 0;
margin: 0;
border-collapse: collapse;
float: left;
display: inline;
width: 97%;
}

table#events_table td {
padding: 5px;
border-bottom: 1px dotted #ccc;
}

/* Classes for Styling */

.aftertable{
clear: both;
}

table.table{
padding: 0 0 15px 0;
margin: 0;
border-collapse: collapse;
float: left;
display: inline;
width: 97%;
}

table.table td {
padding: 5px;
border-bottom: 1px dotted #ccc;
}

.date{
color: #cc3300;
font-size: 9px;
}

.imgblock{
display: block;
padding: 0 0 15px;
margin: -15px 0 0;
}

.imgleft{
float: left;
display: inline;
margin: 0 15px 0 0;
}

.imgright{
float: right;
display: inline;
padding: 0 15px 0 15px;
}

.blockquote{
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
background: #e9f2f8;
padding: 14px;
margin: 0 15px 12px 12px;
color: #369;
width: 250px;
float: right;
display: inline;
font-size: 12px;
line-height: 17px;
}

.blockquote-right{
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
background: #e9f2f8;
padding: 14px;
margin: 0 15px 12px 0;
color: #369;
width: 250px;
float: left;
display: inline;
font-size: 12px;
line-height: 17px;
}

.acrossquote{
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
padding: 14px;
background: #e9f2f8;
margin: 0 15px 14px 0;
color: #336699;
font-size: 12px;
line-height: 17px;
}


.twocolquote{
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
background: #e9f2f8;
padding: 14px;
margin: 0 15px 12px 0;
color: #369;
width: 200px;
float: left;
display: inline;
font-size: 12px;
line-height: 17px;
}

.quote_author{
font-size: 10px; 
display: block;
text-align: right;
padding-top: 7px;
}

a.readonnews{
background: url(../images/arrow.gif) center left no-repeat;
padding-left: 14px;
}