body {
 font-size: 10pt; 
 font-family: helvetica, geneva, arial, sunsans-regular, sans-serif; 
 text-align: center;
}

h1, h2, h3 { 
 font-size: 12pt;
}

p {
 font-family: helvetica, geneva, arial, sunsans-regular, sans-serif; 
}

a:link { 
 text-decoration: none;
}

a:visited { 
 text-decoration: none; color: blue;
}

a:hover { 
 text-decoration: none; color: red;
}

.center {
 text-align: center;
}

blockquote {
 font-family: helvetica, geneva, arial, sunsans-regular, sans-serif; 
}

ul {
 list-style: square; 
 margin-top: 3px;
 margin-bottom: 3px;
 margin-left: 1em;
 padding-left: 1em;
}

#menu {
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 padding-top: 8px;
 padding-bottom: 8px;
 color: #ccc;
 width: 700px;
}

#wrapper { 
 margin-left: auto;
 margin-right: auto;
 width: 700px;
}

#banner {
 margin-left: auto;
 margin-right: auto;
 background-image: url('/images/banner1.png');
 background-repeat: no-repeat;
 width:700px;
 height: 100px;
 border: 1px solid black;
}

#blog {
 float: left;
 width: 417px;
 border: 1px solid #ccc;
 padding: 10px 10px 10px 10px;
 text-align: left;
}

#article {
 float: left;
 width: 679px;
 border: 1px solid #ccc;
 padding: 10px 10px 10px 10px;
 text-align: left;
}

.titlebox {
 border-bottom: 1px solid #ddd;
}

.title {
 font-size: 12pt;
 font-weight: bold;
}

.posted {
 margin-bottom: 10px;
 font: 8pt helvetica, geneva, arial, sunsans-regular, sans-serif;
}

#sidebar {
 float: left;
 padding: 10px 10px 10px 10px;
 border: 1px solid #ccc;
 width: 229px;
 text-align: left;
 margin-left: 10px
}

.sidetitle {
 font-size: 10pt;
 background: transparent;
 color: #666600;
 border-bottom: 1px dotted #ccc;
}

#footer {
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 font: 8pt helvetica, geneva, arial, sunsans-regular, sans-serif;
 padding-top: 8px;
 padding-bottom: 8px;
 width: 700px;
}

.calendarBG {
 background-color: #000;
}

.calendarBlank {
 background-color: #9DB7A7;
}

.calendarHeader {
 font-weight: bold;
 color: #fff;
 text-align: center;
 background-color: #000;
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold;
 font-size:	11px;
 color: #fff;
 background-color: #195337;
 text-align:  center;
 vertical-align: middle;
}

.calendarToday {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: 	#ffff99;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
}

.calendarCell a {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:visited {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #red;
 text-decoration:   none;
 background-color:  transparent;
}

