body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top:40px;
}

#main-container{
	width: 1000px; 
	margin:0 auto; 
	text-align: left;
}

h1{
	font-size: 15pt;
	font-weight: bold;
}

h2{
	font-size: 13pt;
	font-weight: bold;
}

#header-nav{
	margin-top: 115px;
}

a{
	color: #0b395b;
}

/* content */

/* left column */
.nav {
	width: 46%;              /* % of inner-container width is ~same width as right column */
	float: left;             /* left side of inner-container */
	margin: 0;               /* keep flush with adjacent containers */
	padding: .3em 0 0 2%;    /* space from window edge (IE messes up with margin, so use padding) */
	font-size: 90%;
}
/* center column */
.content {
	width: 44%;              /* % of inner-container width */
	float: right;            /* right side of inner-container */
	padding: .2em 1.5%;      /* some padding for readability */
	margin: 0;               /* keep flush with adjacent containers */
	background-color: #daecbc;  /* light green color will show behind the center column */
	background-image: url(/images/title-bg-1.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	color: #000;
	border-color: #999;      /* W3C CSS validation service get an erroneous */
	border-style: solid;     /*   parse error on border-right shorthand, */
	border-width: 0 1px;     /*   but not on individual properties */
}

/* container for the 3 columns */
.outer-container {
	width: 100%;             /* full window width */
	margin: 0;               /* keep flush with adjacent containers */
	background-color: #d5d7e3;  /* violet color will show behind the right column */
	background-image: url(/images/tile-bg-2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	color: #000;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
/* container for just the left and center columns */
.inner-container {
	width: 66%;              /* leaves 24% of window width for right column */
	float: left;             /* left side of window */
	background-color: #ffffff;  /* yellow color will show behind the left column */
	color: #000;             /*   delete these colors to get same color as right column */
	margin: 0;               /* keep flush with adjacent containers */
}
/* right column */
.sidebar {
	width: 30%;              /* a little less than available 24% */
	float: right;            /* right side of window */
	margin: 0;               /* keep flush with adjacent containers */
	padding: .3em 1.5% .3em 0;      /* some space from right window edge */
	font-size: 90%;
}
.clear {
	clear: both;
	margin: 0;               /* keep flush with adjacent containers */
	padding: 0;
	height: 0;
	overflow: hidden;
}

/* forms */

#contact-form{
	padding-right: 15px;
	padding-left: 5px;
	text-align: left;
}

.side-formfield {
	width: 285px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

.formfield {
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

.required {
	color: #FF0000;
	font-weight: bold;
}

/* footer */

#footer-top{
	margin:0 auto;
	text-align: center;
	padding-bottom: 12px;
	
}

#footer-top ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer-top li {
	display: inline;
}

#footer-top a {
	font-weight: bolder;
	font-size: 8pt;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	color: #061d2d;
}

/* Subpages */

.sub-main {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #000;
	background-color: #ffffff;
	background-image: url(/images/content-back-subpage.gif);
	background-position: top;
	background-repeat: repeat-y;
}

.sub-content {
	width: 62%;         /* width of .main container */
	float: left;        /* left side of window */
	margin: 0;
	padding: 1% 2%;
}

.sub-sidebar {
	margin-left: 15%;   /* past content */
	padding: 1%;
	font-size: 90%;
	background-image:url(/images/tile-bg-2.jpg);
	background-position: top right;
	background-repeat:no-repeat;
}


/*-0--0--0--0-*/

.about-home {
}