<?php header("Content-type: text/css");?>
html {
	margin:0;
	padding:0;
	width:100%
	}
body {
	font: normal12pt georgia, palatino, serif;
	width: 100%;
	background-color: white;
	margin:0;
	padding:0;
	}
a{	cursor:pointer;
	text-decoration: none;
	background-color: transparent;
	color: #660099;/*customize here*/
	outline:none;
}
a, img {outline:none;
	border: 0px;}
a:hover{color: green;}
#container{
	position:relative;
	width:950px;
	padding:0;
	margin:1px auto;
	background-color: #ededed;
	/*border: 1px solid black;*/
	/*min-height:600px;*/
	height: auto;
	
}
#header{background-color: transparent;
	/* border: 1px solid black; */
	/* min-height:100px; */
	position:absolute;
	z-index:100;
	top:7px;
	color:white;
	font: bold 1.5em serif;
	text-align:center;
	width:710px;
	height: auto;}

/*put overflow in container to put footer between outer columns instead of below*/
#content{position:relative;overflow:hidden;}
#col1{float:left;
	background-color:transparent;
	/* border: 1px solid red; */
	min-height:460px;
	height: auto;
	width:740px;
	padding-bottom:3200px;
	margin-bottom:-3200px;
	margin-left:5px;
	margin-top:5px;
	clear:both;}
#col1 .inner{}
#col2{float:left;
	background-color:white;
	/*  border: 1px solid black;  */
	min-height:426px;
	height: auto;
	width:200px;
	margin-top:5px;
	margin-left:0px;
	}
#col2 .inner{}

#footer{clear:both;
	width:920px;
	/*background-color: white;
	border:1px solid black;*/
	min-height:30px;
	height: auto;
	text-align:center;
	padding-top:5px;
	margin: 5px auto}
.stack{border:1px solid black;
	background-color:white;
	min-height:100px; 
	width:300px;
	margin:5px auto;
	padding:5px;
	text-align:center}
.textCenter{text-align: center;}
.textNormSans{font:normal 12pt verdana, helvetica,sans-serif}
.textNormSerif{font:normal 12pt Georgia, Palatino, serif }
.textBold{font-weight:bold;}
.textTinySans{font:normal 8pt verdana,helvetica,sans-serif;}
.textTinySerif{font:normal 8pt Georgia, Palatino, serif;}
.textSmSans{font:normal 9pt verdana,helvetica,sans-serif;}
.textSmSerif{font:normal 9pt Georgia, Palatino, serif;}
.textLSans{font:normal 14pt verdana, helvetica,sans-serif;}
.textLSerif{font:normal 14pt Georgia, Palatino, serif;}
.textHeaderLSerif{font:bold 16pt Palatino, serif}
.textIndent{text-indent:1em;}
.textRed{color:red;}
 .textSmall{font-size:.6em}
/*custom*/
.contact{margin-left:25px;margin-top:2px;font:normal 14pt serif}
.floatleft .col{width:230px;text-align:center;}
#contactForm{}
#contactForm label{
 	width: 6.5em;
	float:left;
	clear:left;
	text-align: right;
 	margin: 0 1em .35em 0;
	display:block;
 }
 #contactForm input{margin-top:3px; width:120px; height:1.2em;}
 #contactForm textarea{font:normal 9pt verdana, helvetica,sans-serif}
 #contactForm .button{height:auto; width;auto}
 #contactForm legend{color:black}
 fieldset{margin-top:1em;border:1px solid #CCCC99;padding:0 5px;margin-left:20px;}
.floatleft{float:left;}
.floatright{float:right;clear:both;}
.half{width:48%;float:left;}
.half fieldset{min-height:220px}
#t_form{position:relative;width:800px;margin:0 auto;}

.stack div{margin: 0 auto; width:200px}
#fb{position:absolute;left:690px;top:5px;border:1px solid black; width:220px}
.seo{display:none}
.fieldIndent{margin-left:1em}