@charset "utf-8";

body {
	margin:0px;
	background:#ffffff;
	color: #000000;
}

a:link {
	color: #0033ff;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #002255;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #999999;
	font-weight: bold;
}
a:hover {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}

.calendar a:link {
	color: #0033ff;
	background-color: #cef794;
}
.calendar a:visited {
	color: #002255;
	background-color: #cef794;
}
.calendar a:active {
	color: #999999;
	background-color: #cef794;
}
.calendar a:hover {
	color: #999999;
	background-color: #cef794;
}

img
{
  margin: 0px 5px 10px 0px; 
  border-style : none;
  background-repeat:no-repeat;
}

.pic
{
  padding:2px;
  border:1px solid #ccc;
}

li {
	font-size: 10px;
	line-height: 130%;
	margin-top: 11px;
	list-style-type: none;
}

.menubar{
	margin: 0px 5px 0px 5px;
	padding-top: 3px;
	padding-left: 3px;
	background-image: url(../items/menu.gif); 
	border-right: #cccccc 1px solid;
	border-left: #dddddd 1px solid;
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana,Arial,sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 150%;
}
.content{
	margin: 0px 5px 10px 5px;
	padding-top: 8px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	border-left: #dddddd 1px solid;
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana,Arial,sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 150%;
}
.content-center{
	margin: 0px 5px 10px 5px;
	padding-top: 8px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	border-left: #dddddd 1px solid;
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana,Arial,sans-serif;
	font-size: 13px;
	line-height: 150%;
	text-align : center;
}

.news {
	margin: 0px 0px 3px 0px;
	padding: 2px 10px 2px 2px;
}

ul {
	padding-left: 4px;
	margin: 0px 0px 30px 0px;
}

h3 {
	padding: 2px 0px 2px 9px;
	margin: 0px 0px 20px;
}
.title {
	color: #2BA94F;
	background-color: #ffffff;
	font-size: large;
	text-align: left;
	font-weight: bold;
	line-height: 110%;
	border-left: 6px solid #cef794;
}

.quote {
	margin: 6px auto;
	color: #333333;
	border: thin dotted #CCCCCC;
	background-color: #FaF0F0;
	line-height: 120%;
	padding: 10px;
}

td {
	padding: 0px;
	vertical-align   : top;
	font-size: 13px;
}
form {
	margin : 3px;
}

#twitter{
	padding-right:14px;
	margin:10px;
	position:relative;
	width:300px;
}
.bubble{
    margin-left: 16px;
    padding: 5px 10px 5px 10px;
    text-align: left;
    background-color:#f7f6a3;
}
.tail {
	position:absolute;
	bottom:0.8em;
	left:0;
	height: 11px;
	width: 16px;
}
.tail span {
	display: block;
	background-color:#f7f6a3;
	font-size:0;
	width: 3px;
	position:absolute;
	line-height:0;
	margin:0;
	padding:0;
}
.tail .a1 { height: 9px;right:0;}
.tail .a2 { height: 7px;right:2px;}
.tail .a3 { height: 5px;right:2px;}
.tail .a4 { height: 3px;right:2px;}
.tail .a5 { height: 1px;right:2px;}
.tail .a6 { background-color: #f7f6a3; border: 0; height: 2px;right:2px;}

.bubble a:link {
	color: gray;
}
.bubble a:visited {
	color: gray;
}
