body {
background-color:#5AB;
color:#333;
margin:0px;
padding:0px;
text-align:center;
}
#outer {
background-color:#ffffff;
margin:0px auto 0px auto;
width:850px;
font-size:16px;
border-width:1px;
border-style: solid;
border-color: #999999;
}
#header {
padding:15px 0px 0px 38px;
height:100px;
text-align:left;
color:#EEE;
background-color:#298199;
}
#content {
float:left;
width:618px;
}
.inner {
margin:0px 10px 0px 10px;
padding:7px 5px 0px 20px;
text-align:left;
}
#right {
color:#676767;
font-size:13px;
font-weight:normal;
width:230px;
float:left;
text-align:left;
padding:17px 0px 0px 0px;
}
.right-title {
font-size:15px;
margin:0px 26px 0px 0px;
padding:5px 10px 5px 20px;
font-weight:bold;
background-color:#F0E0B7;
color:#444;
text-align:left;
border-top: 1px solid #C8C8C8;
border-right: 1px solid #C8C8C8;
border-left: 1px solid #C8C8C8;
}
.link {
text-align: left;
margin:0px 26px 10px 0px;
padding:10px 8px 10px 13px;
line-height:170%;
border: 1px solid #c7c7c7;
}
.link a{
font-weight:normal;
font-size:13px;
color:#003366;
text-decoration:none;
}
.link a:hover{
text-decoration:underline;
}
ul {
margin: 0 0 0 1em;
padding: 0;
}
li {
list-style:disk; 
}
P {
margin:4px 2px 8px 10px;
line-height:150%;
}
img{
border:0px;
}
hr {
border-width: 1px 0px 0px 0px;
border-style: solid;
border-color: #cccccc;
height: 1px;
}
a{
font-weight:normal;
border-bottom-width: 1px;
border-bottom-color: #CCCCCC;
color: #003366;
}
h1 {
font-weight:bold;
text-align:left;
color:#EEE;
font-size:23px;
margin:0px;
padding:7px 0px 0px 0px;
}
h1 a{
font-weight:bold;
color:#333;
text-decoration:none;
}
h1 a:hover{
text-decoration:underline;
}

h2{
	position: relative;
	padding: 10px 20px;
	font-size:20px;
	text-align:center;
	border-top: solid 2px #669;
	border-bottom: solid 2px #669;
}
h2::before,
h2::after{
	content: '';
	position: absolute;
	top: -10px;
	width: 2px;
	height: calc(100% + 20px);
	background-color: #669;
}
h2::before{left: 10px;}
h2::after{right: 10px;}

h2 a{
font-weight:bold;
text-decoration: none;
color:#265699;
}
h3 {
font-size:22px;
color: #313C32;
padding: 2px 5px;
display:table;
margin:12px 0px 6px 0px;
border-left: 7px solid #313C32;
border-top: 1px solid #313C32;
border-right: 1px solid #313C32;
border-bottom: 1px solid #313C32;
background: #FDF8E6;
}

}
h3 a{
text-decoration: none;
color:#265699;
}

h4 {
font-size:16px;
color: #000000;
padding-left: 5px;
}
h4 a{
text-decoration: none;
color:#265699;
}
#footer {
color:#666666;
font-size:12px;
height:70px;
clear:left;
}
.pagetop {
padding-right:35px;
text-align:right;
}
blockquote{
border:1px solid #ccc;
padding:5px;
margin:10px;
}


