body {
	font-family: Georgia, serif;
	margin: 0px 0px 20px 0px;
	background-color: #FFFFFF;

	padding: .5cm 1.25cm .5cm 1cm;
	color: #333333;
	font-size: normal;
  	line-height: 150%;
	}

hr {
    background-color: #aaaaaa;
    height: 1px;
}

a {	
	text-decoration: none;
	font-weight: bold;
	}

a:link {
	color: #003366;
	}

a:visited {
	color: #8899CC;
	}

a:active {
	color: #003366;
	}

a:hover {
	color: #6699CC;
	}

.content li {
	line-height: 150%;
	}

h2 {
	color: #999999;
    font-size: smaller;
	text-align: center;
	font-style: italic;
	margin: 20px 0px 20px 0px;
	padding: 3px;
    border-top: 1px solid #666666;
	}

h1 {
	color: #666666;
	font-size: x-large;
	font-weight: bold;	
	padding-bottom: 15px;
	
	}

h4 {
	color: #6699cc;
	font-family: serif;
}

p {
	text-align: justify;
}


blockquote {
	background-color: #c0e0ff;
    padding: 2px 4px 2px 4px;
	border-left: 2px solid #744B00;
    margin: 0cm .15cm 0cm 1.5cm;
}

img {
    padding: 0px 2px 0px 2px;
    border: 0px;
}






.banner {
	color: #333333;
	background-color: #F3EBDF;
	
	text-align: center;
	padding-top: 5px;
	}

.banner h1 {	
	font-size: x-large;
    margin-top: 20px;
    padding-bottom: 20px;
	}
    
.banner a {
    color: #333333;
    background-color: #FFF7EA;
    border: 1px solid #999999;
    padding: 1px 3px 1px 3px;
    margin: 1px 4px 1px 4px;
    }
.banner a:hover {
    background-color: #E1DACE;
    color: #000000;
}

.banner a.title {
	background-color: #F3EBDF;
	color: #4477aa;
    border: 0px;
}

.banner h3 {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	font-weight: bold;      
    margin: 0px 0px 0px 0px;
    background-color: #E1DACE;
}
.banner a {
	color: #999999;
	text-decoration: none;
	}

.banner a:hover {
	color: #4477aa;
	}

#right {	
    position: absolute;
	right: 10px;
	top: 0px;
	width: 150px;
	background-color: #e0f0f0;
	border-right 1px solid #744B00;
	}

#center {
    padding: 0px;
	margin-left: 0px;
    margin-right: 160px;
    border: 0px 1px 0px 1px;
	}

.sidebar {
	padding: 15px;
	}


.sidebar h2 {
	color: #336699;
	font-size: x-small;
	border-bottom: 1px solid #336699;
	text-align: left;
	font-weight: bold;	
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 10px;
	}

.sidebar li {
	color: #336699;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;	
	margin-top: 5px;
	list-style-type: none;
	}

.sidebar p {
	color: #336699;
    margin: 15px 0px 70px 0px;
	font-size: small;
	text-align: left;
	font-style: italic;
}

.sidebar img {
	border: 0px solid #666666;
	}


