@charset "utf-8";
/* CSS Document */

/* =eGazette Banner
----------------------------------------------- */

/* image replacement for the eGazette header */
#eGazette {
    float: left;
    background-image:url(../eGazette-images/banner.png);
    background-repeat:no-repeat;
    width: 720px;
    height: 80px;
    margin:0 0 20px;
}

#eGazette span {
    display:none;
}

/* =Main Content
----------------------------------------------- */
body{
 text-align: center;
}

#container-main-content {
	width: 720px;
	float: left;
}
#container-main-content a { outline: none; }
#eGazette-intro p {
	font: 0.95em/1.4em "Georgia", Times New Roman, Times, serif;
	color: #666;
	margin: 0 0 15px 0;
}
.cap{
    font: normal 1.6em/1.2em "Georgia", Times New Roman, Times, serif;
    float: left;
    width: 1.2em;
    color:#FFFFFF;
    background-color: #203a53;
    text-align: center;
    border: 2px solid #4d6176;
    margin: .2em .2em 0 0;
}
#eGazette-intro a {
    color: #203a53;
    text-decoration: underline;
}
#eGazette-intro a:hover {
    color: #4d6176;
    text-decoration: underline;
}
#updates{
    position: relative;
    width: 710px;
    background-color: #aab5c1;
    margin: 0 auto 50px auto;
    padding: 5px 5px 10px 0;
    
}
#updates p{
    color: #fff;
    font: 0.7em "Georgia", Times New Roman, Times, serif;
    margin: 0 0 -5px 5px;
    
}
#updates a{
    color: #fdfdcb;
    text-decoration: underline;
}

#updates a:hover{
	color: #fff;
	text-decoration: none;
}

#title{
    background-color: #7a8a99;
    color: #ffffff;
    font: normal 1.2em/1.0em "Georgia", Times New Roman, Times, serif;
    padding: 5px;
    margin-left: 5px;
   
}
#box-stopper{
    width: 100%;
}
#box li{
    position: relative;
    float: left;
    width: 330px;
    background-color: #d4dae0;
    font: 0.7em "Georgia", Times New Roman, Times, serif;
    color: #1b2043;
    padding: 10px;
    margin-bottom: 5px;
    margin-left: 5px;
    list-style: none;
}
#box p{
    font: 12px "Georgia", Times New Roman, Times, serif;
    color: #1b2043;
    overflow: hidden;
    margin-bottom: 15px;
}

#box h4{
    font: bold 1.2em "Georgia", Times New Roman, Times, serif;
    color: #1b2043;
    margin: 0;
}
#box-link{
	position: absolute;
    background-color: #d4dae0 ;
    border: 2px solid #aab5c1;
    padding: 3px;
    margin: 5px 0 2px 0;
    right: 10px;
    bottom: 10px;
}
#box-link a{
    display: block;
    color: #1b2043;
    text-decoration: none;
}
#left-split{
    float:left;
    width: 360px;
}
#right-split{
    float:right;
    width: 360px;
}
#subscribe{
    float: right;
    width: 320px;
    background-color: #203a53;
    border: 5px solid #4d6176;
    padding: 5px;
    margin: 0 5px 10px 0;
}
#un-subscribe{
    float: left;
    width: 320px;
    background-color: #4d2121;
    border: 5px solid #714d4d;
    padding: 5px;
    margin: 0 0 10px 5px;
}
#subscribe h4, #un-subscribe h4{
    font: normal 1.2em "Georgia", Times New Roman, Times, serif;
    color: #ffffff;
    margin: 0;
    margin-bottom: 5px;
}
#subscribe table{
    font: 0.95em "Georgia", Times New Roman, Times, serif;
    color: #c3ced9;
    
}
/* =Form Options
----------------------------------------------- */
.left{
font: 0.9em "Georgia", Times New Roman, Times, serif;
color: #c3ced9;    
}
.left2{
font: 0.9em "Georgia", Times New Roman, Times, serif;
color: #d9c3c3;    
}
.right, .left, .left2{
float:right;
padding:5px;
min-height:24px;
}
.clear{
float:none;
clear:both;
height:0px;
}
.row{
    background-color: none;
    display:block;
    min-height:32px;
}
.row input{
	padding: 3px;
}
.right input{
	cursor: pointer;
}
.text{
width:190px;
}
.ruler{
width:400px; border-bottom:dashed 1px #dcdcdc;
}
tr:focus{
background-color:#274765;
}

td{
vertical-align:top;
}
.over{
background-color:#274765;
}
.over2{
background-color:#5F2929;
}
.out{
background-color: none;
}



