body
{
    background-color: #e9e7d6;
    background-image: url(../images/layout/bg-body.gif);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
}

#error
{
	background-color: white;
	padding: 10px;
}
p
{
	font-family: Trebuchet MS,Arial,Sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
}

#all
{
    width: 900px;
    margin: 0 auto;
}

h1
{
	font-family: Trebuchet MS, serif;
	color: #0e491b;
	font-weight: normal;
	font-style: italic;
	font-size: 23px;
	margin-bottom: 5px;
}
h2
{
	font-family: Trebuchet MS, serif;
	color: #0e491b;
	font-weight: normal;
	font-style: italic;
	font-size: 21px;
	margin-bottom: 5px;
}
h3
{
	color:#0E491B;
	font-family:Trebuchet MS,Arial,Sans-serif;
	font-size:18px;
	font-style:italic;
	margin-top: 0px;
	margin-bottom: 5px;
}

a 
{
	color:#0E491B;
	font-family:inherit;;
	font-size:inherit;
	text-decoration:underline;
}

a:hover
{
	text-decoration:none;
	}


#header
{
    position: relative;
    height: 95px;
	z-index: 5000;
}

#header ul
{
    margin: 0px;
    padding: 0px;
    height: 29px;
    position: absolute;
    right: 0px;
    bottom: 0px;
	_bottom: -1px;
    text-align: right;
    float: right;
    list-style: none;
    padding-right: 10px;
    background-image: url(../images/layout/bg-top-nav-corner.gif);
    background-position: top right;
    background-repeat: no-repeat;
}

#header ul li
{
    display: inline;
    background-color: black;
    display: block;
    float: left;
    height: 25px;
    padding-top: 4px;
}

#header ul li a
{
    font-family: Trebuchet MS, sans-serif;
    color: #fbf9eb;
    font-size: 16px;
    font-style: italic;
    text-decoration: none;
    border-left: 1px solid #fbf9eb;
    padding-left: 13px;
    padding-right: 13px;
}

#header ul li.first-left
{
    border: none;
    width: 300px;
}

#header ul li.first-left a
{
    border: none;
}

a#logo
{
    width: 322px;
    height: 129px;
    background-image: url(../images/layout/lg-logo.png);
    _background-image: url(../images/layout/lg-logo.gif);
    position: absolute;
    background-repeat: no-repeat;
    left: -29px;
    bottom: -43px;
    _bottom: -45px;
}

#content
{
    float: left;
	position: relative;
	
	background-image: url(../images/layout/bg-content.gif);
	background-position: bottom left;
	padding-bottom: 10px;
	width: 900px;
	background-repeat: no-repeat;
background-color: white;
	
	margin-bottom: 5px;
}



#right-column
{
    background-color: white;
    border-left: 274px solid #83a082;
    float: right;
    margin: 0 0 0 -274px;
    min-height: 605px;
	_height: 600px;
    
    width: 576px;
	
	padding: 25px;
	padding-bottom: 0px;
	
}

#left-column
{
    background-color: #83a082;
    float: right;
    width: 274px;
	background-image: url(../images/layout/bg-left-nav.gif);
	background-repeat: repeat-x;
	min-height: 264px;
	_height: 264px;
	margin-top: 35px;
	
	padding-bottom: 15px;
	
	
	
	
}

#left-column ul
{
	margin: 0px;
	padding: 0px;
	
	
	text-align: center;
	list-style: none;
	margin-bottom: 25px;
}

#left-column h1
{
	margin-top: 25px;
	font-family: Trebuchet MS,Arial,Sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #fbf9eb;
	font-style: italic;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 10px;
	
	background-image: url(../images/layout/bg-left-nav-header.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#left-column ul li
{
	margin-bottom: 10px;
}


#left-column ul li a
{
	font-family: Trebuchet MS, sans-serif;
	color: #fbf9eb;
	font-size: 18px;
	text-decoration: none;
	font-style: italic;
}

div#left-spot
{
	width: 195px;
	
	
	position: relative;
	background-image: url(../images/layout/bg-left-nav-ad.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-top: 165px;
	padding-left: 20px;
	padding-right: 20px;
}

div#left-spot p
{
	font-family: Trebuchet MS, serif;
	color: #a5b99e;
	font-size: 20px;
	font-style: italic;
	margin: 0px;
	line-height: 22px;
}

div#left-spot a
{
	width: 159px;
	height: 54px;
	display: block;
	
	
	background-image: url(../images/layout/btn-learn-more.gif);
	margin: 0 auto;
	margin-top: 5px;

}

#footer
{
	
	clear: both;
}
#footer ul
{
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	
}

#footer ul li
{
	display: inline;
	
	
}

#footer ul li a
{
	font-family: Trebuchet MS, serif;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	
	border-left: 1px solid #666666;
	padding-left: 15px;
	padding-right: 10px;
	text-decoration: none;
}

#footer ul li a.first-left
{
	border: none;
}

.copyright
{
	font-family: Trebuchet MS, serif;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	
	text-align: center;
}


