body
{
    font-family: Arial;
    font-size: 11pt;
	margin-top: 0px;
	margin: auto;
	text-align: left;
}

/* This is to support png background images in IE 5+ */
img, div { behavior: url(iepngfix.htc) }

h1
{
    font-family: Arial;
    font-size: 16pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-left: 8px;
	padding-bottom: 8px;
	margin: 0px;
}

h2
{
    font-family: Arial;
    font-size: 14pt;
    font-weight: normal;
	padding: 0px;
	margin-bottom: 10px;
}


ul {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
}

li {
	padding: 3px 5px 0px 0px;
	margin: 0px;
	font-size: 8pt;
	font-weight: normal;
}

p {
	line-height: 13pt;
	padding: 5px 15px 10px 0px;
	margin: 0px;
}

a:link
{
    text-decoration: underline;
	font-weight: bold;
	font-size: 10pt;
}

a:visited
{
    text-decoration: underline;
	font-weight: bold;
	font-size: 10pt;
}

a:active
{
    text-decoration: underline;
	font-weight: bold;
	font-size: 10pt;
}

a:hover
{
    text-decoration: underline;
	font-weight: bold;
	font-size: 10pt;
}

/* Container */
.container
{
    width: 900px;
    margin: auto;
	background-image:  url(../images/backgroundshader.png);
    background-repeat: repeat-y;
	text-align: center;
}

.container_inner 
{
	width: 800px;
	margin: auto;
	text-align: left;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
}

/* Header */
.header 
{
	width: 800px;
    height: 80px;
	padding: 10px 0px 10px 0px;
	background-image: url(../images/bighorizontalshader.png);
	background-repeat: repeat-x;
	text-align: center;
	
}

.header_title 
{
	font-size: 36pt;
	font-style: italic;
	letter-spacing: 0.3em;
	font-weight: bold;
}

.header_title_small 
{
	font-size: 20pt;
	font-style: none;
	letter-spacing: 0.2em;
	line-height: 22pt;
	font-weight: bold;
}

#navbar
{
	width: 760px;
	height: 18px;
	padding: 4px 20px 4px 20px; 
	margin: 0px;
	text-align: center;
	background-color: #00a;
	font-weight: bold;
	font-size: 10pt;
	color: #ccc;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#navbar a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	color: #fff;
}

#navbar a:hover
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 10pt;
	color: #9cf;
}

/* Footer */
.footer
{
	width: 800px;
	height: 40px;
	background-image: url(../images/smallhorizontalshader.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	text-align: center;
	border-top: 1px solid #666;
}

.footer p
{
	font-weight: bold;
	font-size: 16pt;
}

.footer a
{
	font-size: 14pt;
}

.footer a:visited
{
	font-size: 14pt;
}

.footer a:hover
{
	font-size: 14pt;
}

.footer_locally
{
	color: #68BC1E;
	font-size: 8pt;
	width: 800px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	
}

.footer_locally a
{
	text-decoration: underline;
	color: #68BC1E;
	font-size: 8pt;
	font-weight: bold;
}

.footer_locally a:link
{
	text-decoration: underline;
	color: #68BC1E;
	font-size: 8pt;
	font-weight: bold;
}

.footer_locally a:visited
{
	text-decoration: underline;
	color: #68BC1E;
	font-size: 8pt;
	font-weight: bold;
}

.footer_locally a:active
{
	text-decoration: underline;
	color: #68BC1E;
	font-size: 8pt;
	font-weight: bold;
	font-style: underline;
}

.footer_locally a:hover
{
	text-decoration: underline;
	color: #040;
	font-size: 8pt;
	font-weight: bold;
}

.locally
{
	position: relative;
	top: 4px;
	left: 218px;
	float: left;
}

/* Content */
.content_container
{
    width: 763px;
    height: auto;
	margin: auto;
	padding: 18px;
}

/* Main Image */
.content_image {
	position: relative;
}

.content_image_list 
{
	position: absolute;
	left: 450px;
	top: 10px;
	width: 340px;
	height: 200px;
	border: 1px solid #888;
}

.content_image_text
{
	position: absolute;
	left: 480px;
	top: 18px;
	width: 304px;
	height: 200px;
	text-align: left;
}

.content_image_text p 
{
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 11pt;
}

.content_image_text ul li 
{
	list-style-type: disc;
	margin: 0px 0px 0px 20px;
	font-weight: bold;
	font-size: 11pt;
	padding-top:6px;
	padding-bottom:0px;
	padding-left: 4px;
	text-align: left;
}

.content_image_text a 
{
	font-weight: bold;
}

.content_image_text a:hover 
{
	font-weight: bold;
}

/* Title */
.content_title 
{
	width: 800px;
	height: 30px;
	background-image: url(../images/smallhorizontalshader.png);
	background-repeat: repeat-x;
	padding-top: 6px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #666;
}

.content_title_text
{
	padding-left: 12px; 
}

/* Content Columns */
.content_left 
{
	float: left;
	width: 500px;
	padding: 0px 10px 20px 0px;
}

.content_right 
{
	width: 250px;
	float: left;
}

.content_contact
{
	width: 700px; 
	padding-left: 20px;
}

/* Utilities */
.clear 
{
	clear: both;
}

.bold 
{
	font-size: 11pt;
}

.bullet-list ul 
{
	padding: 0px;
	margin: 0px;
}

.bullet-list li 
{
	list-style-type: disc;
	margin: 0px 5px 5px 20px;
	font-weight: normal;
	font-size: 11pt;
}
