/* CSS Document */
html.center, body.center {
	height: 100%;
}

.clr {
	clear: both;
}

body {
font-size:14px;
line-height: 1.5em;
color: #000;
}

h1 {
           color: #000;
           font-family:Arial, Helvetica, sans-serif;
           font-size: 1.5em;
           font-style: normal;
           font-weight: bold;
           line-height: 1.6em;
		   margin-top:0px;
}

h2 {
           color: #000;
           font-family:Arial, Helvetica, sans-serif;
           font-size: 1.4em;
           font-style: normal;
           font-weight: bold;
           line-height: 1.6em;
		   margin-top:0px;
}

h3 {
           color: #000;
           font-family:Arial, Helvetica, sans-serif;
           font-size: 1.3em;
           font-style: normal;
           font-weight: bold;
           line-height: 1.6em;
		   margin-top:0px;
}

#pagebox {
width: 980px;
background-color: #FFEFDF;
font-family: Arial, Helvetica, sans-serif; 
font-size:14px;
line-height: 1.5em;
color: #000;
background-image:url(../img/sonnebg.gif);
background-repeat:no-repeat;
margin-left: auto;
margin-right: auto;
text-align: center;
/*border: 1px dotted #FF6600; */
}

#headerpic {
display:none;
}

#navigation {
display:none;
}

#leftcolumn {
display:none;
}

#middlecolumn {
padding-left: 12px;
padding-right: 12px;
margin-top: 45px;
width: 630px;
/*height: 550x;*/
vertical-align:top;
text-align:left;
float: left;
border-bottom: 1px solid #ABABAB;
}

#rightcolumn {
display:none;
}

#footer {
display:none;
}


