body {
margin: 0;
padding : 0;
background: #ccc url() center repeat;
color: #555;
}
			/*WRAP*/
#container {
width: 760px;
margin-left: auto;
margin-right: auto;
padding: 0;
font: 76% "Arial","lucida sans", tahoma, sans-serif;
line-height: 1.8em;
background: #FFFFFF;
color: #000;
    border-style: solid;
	border-color: #6c95cd;
    border-top-width: 0px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
}
			/*TOP BANNER*/
#banner {
padding: 0;
margin-bottom: 0;
height: 110px;
border-bottom:3px solid #fff;
background: #ffffff url(images/jane-powertwin-header.gif);
color: #000;
position: relative; /* necassary to
        absolute-position the child-element
        #home-link relative to the header */
}
#home-link {
    position: absolute;
    width: 760px;    /* width of the logo */
    height: 110px;   /* height of the logo */
    top: 0; left: 0; /* top-left corner of logo */
    border: 0;
    float: left;

}

			/*TOP NAVIGATION*/
#navbar ul {
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
font-size: 110%;
text-align: center;
border-bottom:3px solid #fff;
background: #6c95cd;
color: #000;
}
#navbar a {
float:left;
width:6em;
height:20px;
text-decoration:none;
color:#fff;
background:#6c95cd;
padding:0.5em 0.6em;
border-right:1px solid #fff;
}
#navbar a:hover {
background:#B5CAE6;
color: #000;
}
#navbar li {
display:inline;
}
			/*MAIN CONTENT*/
#content {
padding: 1em;
margin-left: 180px;
}
			/*SIDEBAR*/
#sidebar {
float: left;
width: 160px;
margin: 0;
padding: 0 1em 0 1em;
}
			/*SIDE MENU*/
#sidebar ul {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}
#sidebar ul li { 
display: inline;
padding: 0;
margin: 0;
}
#sidebar ul li a {
display: block;
color: #000000;
background: inherit;
text-decoration: none;
margin: 0;
padding: 5px 0 5px 0;
border-bottom: 1px solid #6c95cd;
}
#sidebar ul li a:hover {
text-decoration: none;
background: #B5CAE6;
color: #000000;
}
			/*FOOTER*/
#footer {
clear: both;
width:750px;
padding: 5px;
margin: 0;
font-size: 0.8em;
border-top: 3px solid #fff;
border-bottom: 3px solid #fff;
background: #6c95cd;
color: #000;
}
#footer a:link, #footer a:visited {
text-decoration : none;
background : inherit;
color : #000; 
}
#footer a:hover {
text-decoration : underline;
background : inherit;
color :  #fff;
}
			/*LINKS*/
a:link, a:visited {
text-decoration : none;
background : inherit;
color : #0000ff;
}
a:hover {
text-decoration : underline;
background : inherit;
color :  #0000ff; 
}
			/*TYPOGRAPHY*/
h1 {
margin: 0;
padding: 10px 0 10px 0;
font-size: 175%;
color :   #2f44a0;
letter-spacing: 3px;
}
h2 {
margin-top: 0px;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 3px;
background : transparent;
color :   #2f44a0;
}
h3 {
margin: 0;
padding: 10px 0 10px 0;
font-size: 150%;
letter-spacing: 3px;
background : inherit;
color :  #2f44a0;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
img.double-border { border:1px solid #ccc; padding:2px; background:#eee; }
			/*CLASS*/
.clear {
clear: both;
overflow: hidden;
width: 0;
height: 0;
}
.slogan {
margin: 0 0 0 50px;
letter-spacing: 3px;
}

.post{
background: #B5CAE6;
padding: 3px;
margin: 20px 10px 10px 5px;
font-size: 110%;
}
.post .date {
background: url(images/clock.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .comments {
background: url(images/comment.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .readmore {
background: url(images/document.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
color :  #000000;
}
/*-----------------------------------
		CSS TABLE GALLERY
		STYLESHEET: CLEAR BLUE
		AUTHOR: ROBERT HARTL
------------------------------------*/

.table {
	font-size:100%;
	font-family: "arial", "lucidia grande", verdana, arial, sans-serif;
	line-height:1.2em;
	font-weight: normal;
	color: #000;
	background-color:#fff;
	border-collapse:collapse;
	text-align:center;
	letter-spacing:.1em;
}

.table caption {
	padding-bottom:1em;
	text-align: center;
	font-size: 100%;
	font-weight: normal;
	letter-spacing:.6em;
	color: #000;
	background: transparent;
}
  
.table thead th, .table tfoot th, .table tfoot td {
	font-family: arial, verdana, sans-serif;
	border-right: 1px solid #fff;
	padding-left:5px;
	font-variant:;
	letter-spacing:0.1em;
	color: #fff;
	background: #2f44a0;
}
  
.table tfoot th, .table tfoot td {
	border-top: 2pt double #2f44a0;
}

.table td, .table th {
	padding:4px;
	border: 1px dotted #03476F;

}

.table tbody tr th, .table tbody tr td {
	border-bottom: 1px dotted #2f44a0;
}

.table a[title^="Download"] { 
	font-style:italic;
}

.table tbody td a, .table tbody th a {
	background: transparent;
	color: #2f44a0;
	text-decoration: none;
	border:none;
}

.table .odd {
	background: #e3e3f4;
}
.table a:link, .table a:visited {
text-decoration : none;
font-size: 100%;
background : inherit;
color : #0000ff;
}
.table a:hover {
text-decoration : underline;
background : inherit;
color :  #0000ff; 
}