body {
    font-family: tahoma,arial;
    font-size: 14px;
    padding: 0px;
    width: 100%;
    text-align:center; /* for IE */
    margin:0 auto; /* for the rest */
    margin-top: 70px;
    background-color: white;
    color: #375C68;
}

.UpperArrow {
    width:100%; 
    text-align:center; 
    margin:0 auto; 
    border:0; 
    border-top:2px #A6CCD8 solid;
    margin-top:1px
}

#container_left {
    text-align:center; /* for IE */
    margin:0 auto; /* for the rest */
    width: 1010px; 
    float:left;   
}

#container_right {
    float:left;  
}

#container_main {
    text-align:center; /* for IE */
    margin:0 auto; /* for the rest */
    width: 1010px; 
}

.NotesDiv {
    padding-top:10px;
    color:black; 
    text-align:left; 
    font-size:14px; 
    clip : auto; 
    overflow : auto; 
}


div div {
	text-align: center;
	font-size:medium;
}

A:Link, A:Visited, A:Active {
    color: #FFF7D8;
    font-weight: bold;
}

A:Hover {
    text-decoration: none;   
    color: #FFFEFC;
}

A:Link.brightbg, A:Visited.brightbg, A:Active.brightbg {
    color: #51899B;
    font-weight: bold;
}

A:Hover.brightbg {
    text-decoration: none;   
    color: #437281;
}

A:Link.Alarm, A:Visited.Alarm, A:Active.Alarm {
    color: #357DCE;
    font-weight: bold;
text-decoration: none; 
}

A:Hover.Alarm {
    text-decoration: underline;
    color: #437281;
}

.SitesText {
   border: 1px #EBEBEB solid;
   padding-right:17px;
}

.AlarmDetailsText {
    font-size:30px;
    padding-bottom:3px;
    width:99%;
    color:#E8E8E8; 
    font-weight:bold;
}

.AlarmDetails {
    font-size:60px;
    font-weight:bold;
    padding-bottom:30px; 
    width:99%; 
    color: #30505A;
    padding-top:30px;
}

A:Link#Footer, A:Visited#Footer, A:Active#Footer {
    color: #357DCE;
    font-weight: bold;
text-decoration: none; 
}

A:Hover#Footer {
    text-decoration: underline;
    color: #437281;
}

.SectionTitle {
    font-weight: bold;
    color: #2D5064;
    margin:3px;
}