html, body {
	height: 100%;
	background:#ffffff;
	position: relative;
        font-size: 11px;
	margin: 0px;
}
div.site_disabled{
      	background: #f6f6f6;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	width:825px;
	text-align:center;
	border-bottom:1px dotted #222222;
}
div.upper {
  	margin-top: 10px;
	border-bottom: 1px solid #CCCCCC;
	height: 80px;
  }


div.middle {
	background: #f6f6f6;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding:15px;
	width:75%;
}

div.lower {
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-top: 1px solid #CCCCCC;
	color: #3C839F;
}


* {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #747474;
	margin: 0;
	padding: 0;
	outline: none;
}

a {
	color: #3C839F;
	text-decoration: none;
	font-size:14px;
}

a:hover {
	color: #3C839F;
	text-decoration: underline;
	font-size:14px;
}

h1 {
	color: #747474;
	font-weight: bold;
	font-size: 1.4em;
}


h2 {
	color: #747474;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 10px;
}

h3 {
	color: #747474;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 5px;
}

h4 {
	color: #747474;
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
}

ul.list {
	margin: 0 0 10px 0;
}

ul.list li {
	padding: 3px 0 3px 0px;
}

.left {
	float: left;
	text-align: left;
	padding-left:10px;
	font-size:14px;
}

.left_ad {
	float: left;
	text-align: left;
	padding-left:135px;
	font-size:14px;
}

.left a {
	font-size:14px;
}


.right {
	float: right;
	text-align: right;
	padding-right:10px;
        font-size:14px;
}

div.center {
	text-align: center;
	padding:5px;
}

input.button{
  	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
  	font-family: arial, verdana, serif;
	padding: 3px;
	font-weight: bold;
	font-size: 10pt;
	background: #EEEEEE;
	vertical-align: middle;
	color: #333333;
  }
  
strong {
	font-weight: bold;
}

.em {
	font-style: italic;
}

.clear-padding {
	padding: 0;
}

.hidden {
	display: none;
}

textarea#styled {
        width: 600px;
	height: 120px;
	border: 2px solid #cccccc;
	padding: 5px;
	font-size:25px;
	font-family: Tahoma, sans-serif;
	background-position: bottom right;
	background-repeat: no-repeat;
}

textarea#notstyled {
        width: 600px;
	height: 120px;
	border: 2px solid #cccccc;
	padding: 5px;
	font-size:25px;
	font-family: Tahoma, sans-serif;
	background-position: bottom right;
	background-repeat: no-repeat;
}
