body{
	font-size:75%;
	padding:0;
	margin:0;
}

h1 {
	font-size:2.4 em;
}
h2 {
     font-size: 18px;
     line-height: 20px;
}
.bigger, h3 {
     font-size: 14px;
     line-height: 20px;
}


#container{
    margin-top:37px;
}

#wrapper{
    margin-left:auto;
    margin-right:auto;
    padding:0px;
    width:800px;
   
}

#banner{
    height:80px;
    width:100%;
    border-radius:0px;
    border-bottom-width:3px;
    border-top-width:3px;
    border-left-width:0px;
    text-align:center;
    margin-right:auto;
    margin-left:auto;
}

#title{
    margin-top:6px;
    line-height: 42px;
}

#subtitle{
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    line-height:18px;
    font-size:12px;
}

#seals{
    margin-left:auto;
    margin-right:auto;
    left:-410px;
}


#frontSeal{
border-radius:0px;
}

#backSeal{
    top:96px;
}

#content{
	color:#000;
	z-index:0;
	line-height:130%;
	margin-left:auto;
	margin-right:auto;
}

.wide{
	margin-left:-60px;
	margin-right:-60px;
}
.wider{
	margin-left:-110px;
	margin-right:-110px;
}
#content li{
	line-height:120%;
	font-size:100%
}
#content a{
    color:#990000;
    text-decoration:none;
}
#content a:hover{
	    text-decoration:underline;
}
#content h2{
	font-size:215%;
	color:#000;
	line-height:100%;
	text-align:center;
}
#content h3{color:#000;font-size:160%;
	line-height:100%;}
#content h4{font-size:130%;
	line-height:100%;}
#content h5{font-size: 100%;
	line-height:100%;}
#content h6{font-size: 80%;
	line-height:80%;}

.box, .box-right, .box-left, .box-out-right, .box-out-left, .box-out-right-more, .box-out-left-more{
	margin:10px 8px;
	background-color:#d5e4ff; 
		/*	Red: #ba2222 
			Light Blue: #d5e4ff
			*/
	border:0;
	padding:8px;
	width:190px;
	position:relative;
	z-index:120;
}
.box, .box-right, .box-out-right, .box-out-right-more{
	margin-right:0;
	float:right;
	clear:right;
}
.box-left, .box-out-left, .box-out-left-more{
	margin-left:0;
	float:left;
	clear:left;
}
.box-out-right{
	margin-right:-110px !important;
	margin-right:-55px;
}
.wide .box-out-right{
	margin-right:;
}
.box-out-left{
	margin-left:-110px !important;
	margin-left:-55px;
}
.box-out-right-more{
	margin-right:-215px !important;
	margin-right:-110px;
}
.box-out-left-more{
	margin-left:-215px !important;
	margin-left:-110px;
}
#calendar{
	font-size: 14px;
	line-height: 16px;
}
/*#footer{
	border-top:3px solid #ddd;
	padding:10px 0;
	padding-left:5%;
	width:700px;
	padding-left:0;
	text-align:center;
	margin: 0 auto;
	position:relative;
	z-index:50;
}*/
#footer img{
	border:0;
}
table.biglist{
	width:95%;
	margin:0 auto;
	border-collapse:collapse
}
table.biglist td{
	margin:10px;
	padding:10px;
}
table.biglist tr{
	border:1px solid #fff;
	border-width:1px 0;
}
table.mediumlist{
	width:75%;
	margin:0 auto;
	border-collapse:collapse
}
table.mediumlist td{
	margin: 5px;
	padding: 5px;
}
table.mediumlist tr{
	border:1px solid #fff;
	border-width:1px 0;
}
