body {
 background: #E6E6CB;
 text-align: center;
 }

.pagebody {
 background: #E6E6CB;
 text-align: center;
 }
 
#container
{ position: relative;
 margin: 0 auto; /* center */
 width: 500px;
 text-align: center;
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#1c4259;
 margin-top:30px;
}

#container-inner {
 position: static;
 border: 1px solid #000;
 background: #fff;
 }

#leftcolumn {
 text-align: left;
 font-size: 10px;
 font-family: arial, helvetica, sans;
 font-weight: normal;
 padding: 10px;
 margin: 5px 10px 0 0;
}

#content {
 text-align: justify;
 font-size: 12px;
 font-family: arial, helvetica, sans;
 font-weight: normal;
 padding: 10px;
 padding-right: 20px;
 padding-top: 20px;
 margin: 0x;
}

#footer {
 text-align: center;
 color: #6A8285;
 font-size: 10px;
 font-family: arial, helvetica, sans;
 font-weight: normal;
 padding: 10px;
}
 
p {
 margin: 11px 0 11px 0;
}

.text {
 color: #000;
 font-size: 11px;
 font-family: arial, helvetica, sans;
 font-weight: normal;
 }

a:link, a:visited { text-decoration: none; color:#cc3300; }
a:active, a:hover { text-decoration: underline; color:#CA3E41; } 

h1 {
 font-size: 17px;
 color: #1C4259;
 font-family: georgia, times, new roman, serif;
 font-weight: bold;
 padding: 0px;
 margin: 0 0 10px 0;
}

h2 {
 font-size: 12px;
 color: #7391A7;
 font-family: arial, helvetica, sans;
 font-weight: bold;
 padding: 0px;
 margin: 0 0 10px 0;
}

.small {
 text-decoration: none;
 color: #66624E;
 font-size: 10px;
 font-family: arial, helvetica, sans;
 font-weight: normal;
 }

.home_content {
	background-image: url(images/bg_home.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.bold { font-weight: bold; }

.txtInput {
	font-family: Arial;
	font-size: 11px;
	border: solid 1px #999999;
	height: 20;
}

img.floatLeft { 
    float: left; 
    margin: 4px 10px 10 0; 
}
img.floatRight { 
    float: right; 
    margin: 0px 8px 0px 15px 
}