#text {
	padding: 0px 10px 20px 0px;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 1.4em;
	color: #555555;
}

#text h1 {
	padding: 20px 0 8px 0;
	font-family: Georgia, Trebuchet MS, verdana, arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2em;
	color: #4e7536;
}

#text h2 {
	padding: 10px 0 2px 0;
	font-family: Trebuchet MS, verdana, arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	color: #454545;
}

#text h3 {
	padding: 10px 0 8px 0;
	font-family: Trebuchet MS, verdana, arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
	color: #444444;
}

#text p {
	padding: 5px 0 5px 0;
}

#text ul {
	padding: 15px 0 15px 30px;
}

#text ul li {
	padding: 0 0 0 25px;
	font-family: Trebuchet MS, verdana, arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7em;
	color: #2d4b80;
	background: url(images/ul_bullet.gif) no-repeat top left;
}

#text ol {
	padding: 8px 0 15px 30px;
}

/*#text img {
	float: right;
	margin: 10px 0 0 10px;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #aaaaaa;
}*/

#text pre { 
	font-size: 12px;
	font-family: monospace, sans-serif, helvetica, arial, verdana;
	line-height: 1.2em;
	color: #3377FF;
	background: #E9E9E9;
	border: 1px solid #CCCCCC;
	padding: 5px;
	overflow: auto;
	max-height: 150px;	
}

/* GOOGLE CSS
--------------------------------------------------------------*/

#topAds {
	/*height: 70px;*/
	/*background: #cccccc;
	border: 1px solid #aaaaaa;*/
}

/* DL CSS
--------------------------------------------------------------*/


#text dl {
	margin: 10px 0;
	padding: 1px;
	width: 300px;
	background: #aaaaaa;
}

#text dl dt {
	position: relative;
	padding: 0 0;
	font-family: Trebuchet MS, verdana, arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0A59A8;
	background: #888888;
}

#text dl dd.ddLeft {
	position: relative;
	float: left;
	padding: 0 10px;
	width: 60px;
	min-height: 100px;
	font-family: Trebuchet MS, verdana, arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7em;
	color: #0A59A8;
	background: #cccccc;
}

#text dl dd.ddRight {
	position: relative;
	margin: 0 0 0 80px;
	padding: 0;
	min-height: 100px;
	background: #dddddd;
}

#text dl dd.ddRight p {
	padding: 0 0 0 10px;
	font-family: Trebuchet MS, verdana, arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7em;
	color: #0A59A8;
}

#text dl dd.ddClear {
	position: relative;
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}


/* FIELDSET CSS
--------------------------------------------------------------*/

#text fieldset {
	margin: 10px 0 0 0;
	padding: 0 0 10px 10px;
	width: 500px;
	background: #e5e5e5;
	border: 1px solid #999999;
}

#text fieldset legend {
	padding: 2px 6px;
	color: #fff;
	background: #9ca6d1;
	border: 1px solid #999999;
} 

#text fieldset div{
	padding: 10px 0 0 0;
} 

#text fieldset div p{
	padding: 2px 0 2px 0;
} 

#text fieldset label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

#text fieldset input.txt {
	padding: 1px;
	width: 200px;
	color: #333333;
	background: #f5f5f5;
	border: 1px solid #aaaaaa;
}

#text fieldset select {
	padding: 1px;
	width: 200px;
	color: #333333;
	background: #f5f5f5;
	border: 1px solid #aaaaaa;
}

#text fieldset textarea {
	padding: 1px;
	width: 200px;
	height: 80px;
	color: #333333;
	background: #f5f5f5;
	border: 1px solid #aaaaaa;
}

#text p.submit {
	padding: 10px 0 0 155px;
}

#text p.submit input {
	text-align: center;
	background: #acbee7;
	border: 1px solid #777777;
}


/* NORMAL CONTENT TABLES
--------------------------------------------------------------*/

#text table {
    /*color: #333333;
    background: #cccccc;*/
    border-collapse: collapse; 
    border: 1px solid #333333;
}

#text table caption {
	padding: 0px 5px 10px 5px;
	font-size: 20px;
	font-weight: bold;
    margin: 20px 0 2px 0;
    color: #333333;
}

#text td {
	padding: 4px;
	border: 1px solid #333333;
}


/* FORM TABLES (CONTACT FORM)
--------------------------------------------------------------*/

#text table.formTable{
    padding: 0;
    width: 500px;
	line-height: 1.2 em;
	color: #454545;
	font-family: arial;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	border: none
}

#text table.formTable td{
    padding: 2px 0;
	border: none
    /*width: ;*/
}

#text table.formTable td.tdLeft{
    padding: 2px 0;
    width: 150px;
	border: none
}

#text table.formTable td.tdRight{
    padding: 2px 0;
    width: 300px;
	border: none
}

#formDiv table.formTable td select.select{
    padding: 0;
    width: 200px;
    border: 1px solid #222222;
}

#text table.formTable td input.textfield{
    padding: 2px 0;
    width: 270px;
    border: 1px solid #222222;
}

#text table.formTable td textarea.textarea{
    padding: 2px 0;
    width: 270px;    
    border: 1px solid #222222;
}

#text table.formTable td input.btn{
    cursor: hand;
    padding: 2px 10px;   
    background: #e5e5e5;
    border: 1px solid #aaaaaa;
}
