﻿@charset "utf-8";
/* CSS Document */

body
	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 70.5%;
	color: #333;
	}

p, table
	{
	margin-bottom: 20px;
	}

h1,
h2,
h3,
h4,
h5,
h6
	{
	margin-bottom: 5px;
	color: #666;
	}

h1
	{
	font-size: 1.475em;
	margin-bottom: 10px;
	color: #8f1804;
	}

h2
	{
	font-size: 1.375em;
	}

h3
	{
	font-size: 1.2em;
	}

h4
	{
	font-size: 1.175em;
	}

div#content
	{
	font-size: 1.175em;
	}

div#news_content
	{
	font-size: 1.075em;
	}

a
	{
	color: #8f1804;
	}

a:hover
	{
	color: #de9600;
	}

div#content img
	{
	float: left;
	margin: 0 15px 15px 0;
	padding: 10px;
	background-color: #fff;
	clear: left;
	}
	
	div#content a.standardImage img
		{
		clear: both;
		float: none;
		padding: 0;
		border: none;
		margin: 0 0 15px 0;
		}

div#content table
	{
	border: solid 1px #DD9600;
	padding: 5px;
	}
	
	div#content table td
		{
		border: solid 1px #EFEFEF;
		padding: 5px;
		}

/* IMAGE GALLERY
--------------------------------------*/
div#idlImageGallery a
	{
	float: left;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	}
	
	div#idlImageGallery a:hover
		{
		background-color: #DD9600;
		color: #fff;
		}
	
	div#idlImageGallery a img
		{
		margin: 0px;
		border: 0;
		float: none;
		clear: both;
		float: left;
		}
	
	div#idlImageGallery span.imageText
		{
		margin-left: 5px;
		clear: both;
		float: left;
		}
