/* CSS Document */

.leftOfCell{
position:relative;
top:0px;
width:575px;
height:17px;
margin-left:10px;
font-size:80%;
/*background-color:#BBFFCC;*/
text-align:left;
color: #2C747C;
}

.rightOfCell{
position:relative;
float:right;
}

html, body {
height:100%;
padding:0px;
margin:0px;
border:none;
}

  
  body {
  text-align:center;
  }
  #container {
  width:630px; /* Change this to the width of your layout */
  margin:0 auto;
  text-align:left;
  height:101%;
  background-color: #FFFFFF;
  }

#mainTable {
font-family: sans-serif;
height:100%;
/*border: 1px dashed #CCCCCC;*/
}


#headerImage {
position:relative;
margin-right:0;
top: 0px;
height: 80px;
width: 600px;
}


#headerLinks {
position:relative;
width:580px;
height:20px;
margin-left:10px;
margin-top:5px;
text-align:center;
color: #2C747C;
/*letter-spacing:0.28;*/
}

a{
color:#2C747C;
text-decoration: none;
}

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

.headerLinkCell{
text-align:center;
}

.headerLinkSpacer{
background-color:#CCDDEE;
width:1px;
}


.sectionHead{
color:#244;
font-size:100%;
font-family:georgia,serif;
font-weight:normal;

}



.heading{
position:relative;
margin-bottom:5px;
width:100%;
font-weight:bold;

}

.mainText {
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
	margin-top:20px;
        margin-bottom: 30px;
	width: 340px;
	height:100%;
	/*background-color:#eeeeee;*/
        font-family: sans-serif;
	font-size:90%;
	text-align:justify;
}

.mainTextIndent {
	position: relative;
	margin-left: 8px;
	font-size:90%;
	/*width: 320px;*/
}

.grey {
        color:#667;
}

.floatRight{
float:right;
clear:right;
width:200px;
margin-top: 35px;
margin-bottom: 5px;
margin-right: 10px;
margin-left: 10px;
/*font-size:90%;*/

/*background-color:#ffc;*/
}

#linkBox{
/*background-color:white;*/
margin-left:5px;
margin-top:5px;
margin-bottom:6px;
color:#2C747C;
font-size:90%;
}


#divider{

height:100%;
width:1px;
background-color:#CCDDEE;
}



.leftShadow{
width:15px;
background-image: url("images/shadowL.gif");
background-repeat:repeat-y;
}

.rightShadow{
width:15px;
background-image: url("images/shadowR.gif");
background-repeat:repeat-y;
}


#bottomSection {
position:relative;
margin-top:10px;
width:600px;
height:43px;
background-color:#CCDDEE;
color: #66AAFF;
font-family: sans-serif;
font-size:90%;
text-align:center;

}