body {
	background: #eee url(images/linesbg.gif);
	font-family: verdana;
	font-size: 10pt;
	}

p {margin: 0; padding: 0;}
p.article {
	padding-bottom: 10px;
	line-height: 1.3em;
	text-align: justify;
	}
img {border: 0;}
a {color: #000080;}
a:visited {color: #000080;}
.article-list {
	border-bottom: 1px dashed #eee;
	line-height: 1.6em;	
}

.article-list a:link {text-decoration: none; display: block;}
.article-list a:visited {text-decoration: none; display: block;}
.article-list a:hover {text-decoration: none; display: block; background: #f9f9f9; color: #666;}
hr {border: none; border-bottom: 1px solid #ddd;}
.spacer {
	display:block;
	clear:both;
	height:6px;
	overflow:hidden;
	}
#tube {
	margin: 0 auto;
	width: 808px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 7px;
	}
	
#header {
	margin: 0 auto;
	width: 808px;
	background: #f1f1f1 url(images/title-top.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 7px;
	}

#left {
	float: left;
	width: 615px;
	background: #fff;
	}

#left-content {
	float: left;
	width: 615px;
	background: #fff;
	margin-bottom: 6px;
	}
	
#right {
	float: right;
	width: 182px;
	background: #fff;
	}
	
#right-content {
	float: right;
	width: 182px;
	background: #fff;
	}

#right ul {
	list-style-type: none;
	margin: 0px;
	padding: 4px;
	padding-top: 0;
}
#right li {
	padding: 0px;
	margin: 0px;
	line-height: 1.6em;
	border-bottom: 1px dashed #eee;
}

#right a:link {
	text-decoration: none;
	color: #000;	
	display: block;
}

#right a:visited {
	text-decoration: none;
	color: #000;
	display: block;
	}
	
#right a:hover {
	text-decoration: none;
	color: #666;
	background: #f8f8f8;
	display: block;
	}
	
.box {padding-left: 2px;}
.logo-box {padding: 0px; background: #f9f9f9; text-align: left;}
.box p {padding-bottom: 10px;}
#footer {
	clear: both;
	background: #fff;
	}

.title h1 {
	background: #f7f7f7;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 5px;
	padding-left: 5px;
	margin: 0;
	font-size: 13pt;
	font-weight: bold;
	}
	
.title h3 {
	background: #f7f7f7;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 5px;
	padding-left: 5px;
	margin: 0;
	font-size: 10pt;
	font-weight: bold;
	}
	
.cleared {clear: both;}
.leftimage {align: left; }

    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }