.site_logo
{
	display:block;
	width:334px;
	height:43px;
	text-indent:-9009px;
	background:transparent url(/images/andrewRoweLogo.gif) no-repeat 0 0;
}
.site_logo a
{
	display:block;
	height:100%;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	width:100%;
}
html {
	font-size: 62.5%;
}
body
{
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
}
#container
{
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header
{
	padding: 0 15px;
	background-color: #CC0000;
	height: 45px;
	position: relative;
	width: 100%;
}
.oneColLiqCtrHdr #header h1 { margin: 0; }
.oneColLiqCtrHdr #mainContent
{
	padding: 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer
{
	background:#DDDDDD;
	padding: 0 100px;
}
.oneColLiqCtrHdr #footer p
{
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

.fontform {
	background-color: #003333;
	padding: 2px;
	margin-right: 1px;
	margin-bottom: 1px;
	display: block;
	float:left;
	margin-top: 0px;
	margin-left: 0px;

}
.tinylabel {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	display: block;
	margin: 0px;
	padding: 0 0 0 2px;
}
.fontoptions {
	padding-top: 4px;
	background-color: #CCCCCC;
}

.tinydrop, .installedfonts{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}
.tinycell{
	white-space: nowrap;
	background-color: #CCCCCC;
	padding: 1px;
}
.content {
	width: 500px;
	display: block;
	clear: both;
	float: left;
	padding: 3px 5px;
	background: #FFFFCC;
	text-align: left;
}
#contentwrapper {
	clear: both;
	position: relative;
}

.formlabel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #00FF00;
	font-size: 1.3em;
}
#headnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#headnav a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 15px 3px 15px;
	display: block;
	background-color: #333333;
}

#headnav a:visited{
	color: #CCCCCC;
	text-decoration: none;
}

#headnav a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #666666;
}
#feedback {
	position: absolute;
	z-index: 1;
	height: auto;
	width: 300px;
	right: 0px;
	background-color: #FF6600;
	font-size: 1.3em;
	top: 0px;
}
#headnav li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#headnav .current a{ background-color: #CC0000; }
#headnav .current a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#headnav ul { list-style: none; 
}
#mainContent .formwrapper {
	margin: 0 auto;
	width: 90.5em;
}
.css_tab .css_output { display: none; }
.css_tab {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 350px;
}

