﻿
body
{
    background-color: #FFFFFF;
    font: 10pt/16pt Verdana, Arial;
    color: black;
    margin: 0;
    padding: 0;
    text-align:center;
    
    font-size: 120%; padding-bottom: 0px; margin-bottom: 0px;
}

				#block { margin:10px auto; text-align:center; }
p { 
	  font: 10pt/16pt Verdana, Arial;
	margin-top: 0px; 
	text-align: justify;
	font-size: 120%; padding-bottom: 0px; margin-bottom: 0px;
	}
h3 { 
	font: italic normal 12pt   Verdana, Arial; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #9685BA;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #B7A5DF;
	}
					h1 { font-size: 120%; padding-bottom: 0px; margin-bottom: 0px; }
				h2 { font-size: 100%; margin-bottom: 0px; } 
	.calTitle   
	{
		font: 10pt/16pt Verdana, Arial;
		font-weight: bold;
	             font-size: 11;
	             background-color:#ffffff;
	             color: black;
	             width: 90px;
	             
	}
	.footerTitle   
	{
		font: 10pt/16pt Verdana, Arial;
		font-weight: bold;
	             font-size: 11;
	             background-color:#ffffff;
	             color: black;
	             
	}

.titletext
{
    font-size: 24px;
    color: #ffffff;
    vertical-align: middle;
    line-height: 200px;
    left: 25%;
    margin-left: 100px;
    text-align: center;
    font-family: Georgia;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
	  background-color: #ffffff;
}

#header {
	margin: 0 0 15px 0;
	
	height: 200px;
}

#leftCol {
	float: left;
	width: 150px;
}

#rightCol {
	float: right;
	width: 225px;
}

.columntitle
{
    font: 12pt/16pt Verdana, Arial;
	margin-top: 0px; 
	text-align: justify;
}

#blog { 
	float: left;
	width:75%;
	margin:10px auto; 
	text-align:center;
}

#footer {
	clear: both;
	background: #ffffff;
}

