@charset "utf-8";

body{
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	margin: 0px;
}

a {
	color: #cc3300;
	text-decoration: none;
}

a img {border-width: 0px;}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: normal;
	color: #cc3300;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #cc3300;
}

th {
	color: #cc3300;
}

li {
	color: #cc3300;
}

li span {
	color: black;
}

#main_navigation a {
	font-weight: bold;
	color: white;
	margin-right: 1em;
}

#side_navigation {
	table-layout: fixed;
	border-collapse: collapse;
}

#side_navigation_links {
	width: 206px;
	background-image: url(images/collumn.gif);
	background-repeat: repeat-y;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1em;
	padding-bottom: 0px;
}

#side_navigation_links ul {
	list-style-type: none;
	margin-left: 1em;
}

#side_navigation_links ul li a {
	font-weight: bold;
	color: #cc3300;
}

#side_navigation_links ul li ul {
	list-style-type: none;
	margin-left: 1em;
}

#side_navigation_links ul li ul li a {
	font-weight: normal;
	font-style: italic;
}

#side_navigation_base {
	height: 20px;
	background-image: url(images/collumn_base.gif);
	background-repeat: no-repeat;
}

#slogan {
	float:left;
	font-size: 8pt;
	font-style: italic;
	color: black;
	margin-left: 1em;
}

#page_wrapper {
	width: 800px;
	margin: 0px auto;
	table-layout: fixed;
	border-collapse: collapse;
}

#page_logo {
	width: 206px;
	height: 68px;
	padding: 0px;
}

#page_banner {
	width: 594px;
	height: 68px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}

#page_navigation {
	height: 32px;
	background-image: url(images/navigation.gif);
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: middle;
	padding: 0px;
}

#page_collumn {
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

#page_content {
	text-align: left;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1em;
	padding-bottom: 1em;
}

#page_footer {
	height: 40px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	font-size: 8pt;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}

img.side_picture {
	float: right;
	clear: both;
	margin-left: 1em;
	margin-bottom: 1em;
	border-width: 0px;
}

img.side_logo {
	margin-top: 5px;
	margin-left: 5px;
	border-width: 0px;
}

table.item_list {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

table.item_list td {
	width: 50%;
	text-align: left;
	vertical-align: top;
	margin: 0px;
}

div.item_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #cc3300;
	background-image:url(images/header_background.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding-left: 4px;
	padding-bottom: 2px;
	border-bottom: 2px #cc3300 solid;
}

img.item_pict {
	vertical-align: middle;
	border-width: 0px;
}
