BODY {
 background-color:#c5c8cc;
 color:#333;
 font-family:arial,helvetica,sans-serif;
 font-size:12px;
}

A {
 color:#f33;
 text-decoration:underline;
}

A:hover {
 text-decoration:none;
}

H1 {
 font-size:17px;
 font-weight:bold;
 margin:0px 0px 3px 0px;
 padding:0px;
}

H2 {
 font-size:15px;
 font-weight:bold;
 margin:0px 0px 3px 0px;
 padding:0px;
}

H3 {
 font-size:13px;
 font-weight:bold;
 color:#e11e27;
 margin:0px 0px 3px 0px;
 padding:0px;
}


H3.reverse {
 font-size:13px;
 font-weight:bold;
 background-color:#e11e27;
 color:#FFFFFF;
 margin:10px 0 7px;
 padding:2px;
}



H4 {
 font-size:12px;
 font-weight:bold;
 color:#e11e27;
 margin:0;
 padding:0px;
}

FORM {
 margin:0px;
 padding:0px;
}

UL,OL {
 margin:0px 0px 0px 15px;
 padding:0px;
}

IMG {
 border : 0px;
}


#mainContainer {
 width:758px;
 position:absolute;
 top:0px;
 left:50%;
 margin-left:-379px;
 min-height:40px;
}


/* Border DIVs */
#edge_topleft {
 width:23px;
 height:24px;
 float:left;
 background-color:#eee;
 background-image:url('../images/edge_tl.gif');
}
#edge_top {
 width:712px;
 height:24px;
 float:left;
 background-color:#eee;
 background-image:url('../images/edge_t.gif');
}
#edge_topright {
 width:23px;
 height:24px;
 float:left;
 background-color:#eee;
 background-image:url('../images/edge_tr.gif');
}
.leftedge {
 background-color:#eee;
 background-image:url('../images/edge_l.gif');
 width:13px;float:left;
}
.rightedge {
 background-color:#eee;
 width:16px;
 float:left;
 background-image:url('../images/edge_r.gif');
}
#contentEdge {
 background-image:url('../images/edge_bg.gif');
 min-height:200px;
 position:absolute;
 top:98px;
}
#edge_bottomLeft {
 width:23px;
 height:42px;
 float:left;
 background-image:url('../images/edge_bl.gif');
}
#edge_bottomRight {
  width:23px;
  height:42px;
  float:left;
  background-image:url('../images/edge_br.gif');
}


#contentContainer {
 min-height:200px;
 width:722px;
 background-image:url('../images/photostrip.jpg');
 background-repeat:repeat-y;
 background-color:#eee;
 margin-left:13px;
 margin-right:16px;
}

#content {
 float:left;
 width:550px;
 margin-left:8px;
 background:#eee;
 min-height:200px;
 overflow:visible;
}

#footer {
 width:712px;
 height:42px;
 float:left;
 background-image:url('../images/edge_b.gif');
 background-repeat:repeat-x;
}
#footer * {
 font-size:10px;
 color:#999;
}

.corner {
 background-image:url('../images/cornerswipe.gif');
 background-repeat:no-repeat;
 padding-top:13px;
 padding-left:13px;
}

.smallText {
 font-size:10px;
}

.clear {
 height:1px;
 overflow:hidden;
 clear:both;
}

.ledgerHeader {
 background-color : #AF1521;
 height:20px;
}
.ledgerHeader DIV {
 background-color : #AF1521;
 color : white;
 font-weight : bold;
 padding : 1px 3px;
}

.ledgerwhite {
 background-color : #fff;
 height:20px;
}
.ledgeroff {
 background-color : #e0e0e0;
 height:20px;
}

.ledgerwhite DIV {
 background-color : #fff;
 padding : 1px 3px;
}
.ledgeroff DIV {
 background-color : #e0e0e0;
 padding : 1px 3px;
}