﻿html, body
{
	font-family:"Trebuchet MS", "verdana", "helvetica", "sans-serif";
	font-size:10pt;
	color:#777777;
	margin:0;
}

#body
{
	background:white;
	border-bottom:5px #C6c6c6 double;
}

#header
{
	width:100%;
	height:200px;
	background-image:url('ccsite/headerback.gif');
	background-repeat:repeat-x;
	background-position:left; 
	text-align:center;
}

#header-inner
{
	margin-left:auto;
	margin-right:auto;
}


#content
{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:630px;
	text-align:left;
}

#form
{
	text-align:center;
}

#footer
{
	height:30px;
	width:100%;
	background:#7d9562;
	color:white;
	text-align:center;
	
}

#footer a
{
	color:white;
	cursor:pointer;	
}

h1
{
	font-variant:small-caps;
	color:white;
	padding:2px;
	margin-bottom:0;
	margin-top:15px;
	background:#3d7ca9;
}

h3
{
	font-size:13pt;
	font-weight:lighter;
	margin:5px;
}

table
{  
    text-align:left; 
}

table.field
{
    text-align:right;
}

table input
{
    border:1px #666666 solid;
    font-family: trebuchet ms, Verdana, Arial, helvetica;
    font-size:1em;
    color:#1A425D;
}

table #btnSubmit
{
	font-size:9pt;
	background:#3d7ca9;
	font-weight:bold;
	color:white;
	padding:0px;
}
