
body
{
	margin: 10px 0px 0px 0px;
	background-color: #FFF;
}

#container
{
	margin: 0px auto 12px auto;
	z-index: 1;
	overflow: hidden;
	position: relative;
	width: 739px;
	border: 1px #333 solid;
}

#page{
	width: 739px;
	position: relative;
	background-image: url(images/fade.jpg);
	background-repeat: repeat-x;
}

#header
{
	width: 683px;
	height: 180px;
	text-align: center;
	margin-left: 24px;
}

#leftColumn h1
{
	color: #000;
	font-size: 21px;
	font-family: helvetica, verdana, sans-serif;
	font-weight: normal;
	line-height: 26px;
}

#leftColumn h2
{
	color: #0e4377;
	font-size: 18px;
	font-family: helvetica, verdana, sans-serif;
	font-weight: normal;
}

#leftColumn h3
{
	color: #0E4377;
	font-size: 14px;
	font-family: helvetica, verdana, sans-serif;
	font-weight: normal;
}

#leftColumn h4
{
	color: #333;
	font-size: 12px;
	font-family: helvetica, verdana, sans-serif;
	line-height: 12px;
}

#nav
{
	position: relative;
	margin-left: 32px;
}
/*

#nav img
{
	position: relative;
	margin-left: 8px;
	margin-bottom: 6px;
}
*/

#nav a:link,  #nav a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	vertical-align: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

#nav a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
}

#content
{
	width: 739px;
	clear: both;
	position: relative;
}

div.spacer {
  clear: both;
  }

#leftColumn img { padding: 0px 2px 0px 2px; }


/* ------------------------------------------------------------ */
/* 2 COLUMN CONTAINER                                           */
/* ------------------------------------------------------------ */

.clearfix {display: block;}
/* End hide from IE-mac */

.clearfix:after {
    content: "."; 
    display: block; 
    clear: both; 
    visibility: hidden;
    
}

.twoColumnContainer
{
	width: 739px;
	clear: both;
	overflow: hidden;
}

.twoColumnContainer #leftColumn
{
	width: 390px;
	float: left;
	padding-left: 32px;
	padding-top: 0px;
}

.twoColumnContainer #rightColumn
{
	float: right;
	width: 272px;
	position: relative;
	padding-top: 12px;
}


/* ------------------------------------------------------------ */
/* End 2 COLUMN CONTAINER                                           */
/* ------------------------------------------------------------ */

#leftColumn
{
	color: #333;
	font-family: helvetica, verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin-top: 6px;
}


#leftColumn a:link { color: #036; }

#leftColumn a:hover { color: #603; }

#leftColumn a:visited { color: #609; }


#leftColumn hr
{
	background-color: #eee;
	height: 4px;
	border-width: 1px 0 1px 0;
	border-color: #ccc;
	border-style: solid;
}

/* ------------------------------------------------------------ */
/* Begin Right Content styles                                   */
/* ------------------------------------------------------------ */


#rightContent
{
	color: #333;
	font-family: helvetica, verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	padding-right: 24px;
}

#rightContent a:link { color: #FFF; }

#rightContent a:visited { color: #e1c8de; }

#rightContent a:hover { color: #FC3; }

#rightContent h1
{
	color: #000;
	font-family: helvetica, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#rightContent h1 a:link { color: #FC3; }

#rightContent h1 a:hover { color: #FF9; }

#rightContent h1 a:visited { color: #d2b252; }


#rightContent h2
{
	color: #000;
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#rightContent h2 a:link
{
	color: #2E2005;
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


#rightContent h2 a:visited
{
	color: #2E2005;
}

#rightContent h2 a:hover
{
	color: #600 !important;
}

#rightContent h3
{
	color: #FC0;
	font-family: helvetica, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#rightContent h4
{
	color: #FFF;
	font-family: helvetica, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* ------------------------------------------------------------ */
/* End Right Content styles                                   */
/* ------------------------------------------------------------ */

#footer
{
	height: 39px;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	margin-top: 12px;
	padding: 14px 4px 0px 14px;

}

#footerLeft
{
	width: 539px;
	font-size: 11px;
	font-family: helvetica, verdana, sans-serif;
	color: #333;
	float: left;
	line-height: 12px;
}


#footerLeft a
{
	font-size: 11px;
	font-family: helvetica, verdana, sans-serif;
	color: #333;
}


#footerRight
{
	width: 139px;
	height: 39px;
	font-size: 11px;
	font-family: helvetica, verdana, sans-serif;
	color: #333;
	float: right;
	vertical-align: top;
}

#copyright
{
	float: left;
	text-align: right;
	position: relative;
	margin-left: 11px;
}
