/* notes */
body {
	margin: 0 auto;
	padding: 0;
    width:777px;
}
#background_blue {
	background-color: #7BA6DE;
}
#header, #footer {
	background-color: #FFFFFF;
	text-align: center;
}
#header {
	position: relative;
	height: 150px;
	border-style: solid;
    border-width: 1px;
	border-color: #7BA6DE;
	background-color: #FFFFFF;
}
#footer {
    clear:both;
	position: relative;
	height: 50px;
	visibility: hidden;
}
#content {
	/*position: relative;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0;
	margin-left: 0px;
	margin-right: 130px;*/
}
  #mid-section {
  position:relative;
  left:0;
  top:0;
  margin: 0;
  }
  #block {
  position:relative;
  left:0;
  top:0;
  float:left;
  width:75%;
  } 
  #block-col-1 {
  position:absolute;
  top:0;
  left:0;
  width:33%;
  }
  #block-col-2 {
  position:relative;
  top:0;
  left:33%;
  width:33%;
  }
  #block-col-3 {
  position:absolute;
  top:0;
  left:66%;
  width:33%;
  }
#table1 {
	margin-left: 0px;
	margin-right: 300px;
}
#table2 {
	margin-left: 100px;
	margin-right: 200px;
}
#table3 {
	margin-left: 0px;
	margin-right: 300px;
}
#right {
	border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: #FFFFFF;
    width:160px;
    float:right;
}
#left {
	left: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #EB3344;
    background-color: #FFFFFF;
    position: absolute;
    top: 307px;
    width: 120px;
    margin: 0px;
}
#right {
	/*right: 0;
	padding: 0px;*/
}
#r_main {
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	background-color: #FFFFFF;
    width: 160px;
    float:right;
	/*position: absolute;
	top: 317px;
    margin: 0px;*/
}

body {
	font: medium verdana, arial, sans-serif;
}
h1 {
	margin-top: 0;
	margin-bottom: 0;
}
p {
	text-align: justify;
	margin-top: 6pt;
	margin-bottom: 0;
}

address:after{
/* \40 is a character entity for the '@' symbol */
content: " <cheeaun\40phoenity.com>";
}

.links {A:visited{color: #003399};
        A:link  {color: #0066CC};
        A:active  {color: #FF6D1D};
        A:hover   {color: #C0FFC0}; 
        text-decoration: none;
        font-size: 12px;
	font-family: ms sans-serif, sans-serif, Verdana, Arial, Helvetica}

#email:after{
/* \40 is a character entity for the '@' symbol */
content: " <cheeaun\40phoenity.com>";
}

