body {
	background-color			: #a4a2a2;
	color						: #000000;
	font-family					: Arial, Helvetica, sans-serif;;
	font-size					: 90%;
}

a {
	color						: #f79923;
}

a:hover {
	color						: #df5354;
}

p {
	margin-top:0;
}

h1 {
	font-size					: 110%;
	color						: #f79923;
}

h1.pageTitle {
	font-size					: 80%;
	color						: #898989;
}

h2 {
	font-size					: 100%;
	color						: #f79923
}

h2 a {
	color						: #f79923;
	text-decoration				: none;
}

h2 a:hover {
	color						: #df5354;
}

h3 {
	font-size					: 90%;
	margin						: 0;
}

.small {
	font-size					: 80%;
}

.bold {
	font-weight					: bold;
}

div.hr {
	margin-top					: 10px;
	border-bottom				: 2px solid #DF5354;
}

div#mainContainer {
	width						: 950px;
	margin						: 10px auto 10px auto;

	background-color			: #FFFFFF;
}

div#mainContainerTop {
	width						: 950px;
	height						: 5px;
	background-image			: url('../graphics/assets/maincontainer_cnr_top.png');
	background-repeat			: no-repeat;
}

div#mainContainerBottom {
	width						: 950px;
	height						: 5px;
	background-image			: url('../graphics/assets/maincontainer_cnr_bottom.png');
	background-repeat			: no-repeat;
}

div#headerContainer {
	background-color			: #f79923;
}

div#headerContainer img {
	margin						: 5px 20px 10px 30px;
	float						: left;
	border						: 0;
}

div#headerContainer div.headerText {
	margin-top					: 20px;
	float						: left;
}

div#headerContainer h1 {
	margin						: 0;
	font-size					: 150%;
	color						: #ffffff;
}

div#headerContainer h2 {
	margin						: 0;
	font-size					: 120%;
	color						: #ffffff;
}

div#navigation {
	background-image			: url('../graphics/assets/navigation_gradient.gif');
	background-repeat			: repeat-x;
	background-color			: #d5d0d0;
	border-bottom				: 1px solid #b5b2b2;
}

div#navigation ul {
	margin:0;
	padding						: 0;
	padding-top					: 8px;
	padding-bottom				: 5px;
}

div#navigation li {
	display						: inline;
	margin-left					: 20px;
	padding-left				: 20px;
	
	list-style-type				: none;
	color						: #f79923;
	border-left					: 2px solid #f79923
}

div#navigation li.first {
	padding-left				: 0;
	border-left					: 0;
}

div#navigation a{
	color						: #f79923;
	text-decoration				: none;
	font-weight					: bold;
}

div#contentContainer {
	width						: 850px;
	margin						: 10px auto 30px auto;
}

div#navigation a:hover {
	color						: #df5354;
}

ol.siteList {
	color						: #f79923;
	padding						: 0;
	font-size					: 120%;
	font-weight					: bold;
}

ol.siteList li.item {
	font-size					: 90%;
	padding-left				: 10px;
	border-bottom				: 2px solid #DF5354;
}

ol.siteList li.item div.image {
	width						: 300px;
	float						: left;
	margin-bottom				: 10px;
}

ol.siteList li.item div.description {
	width						: 450px;
	float						: left;
	margin-left					: 0px;
	margin-bottom				: 10px;
	font-size					: 90%;
	font-weight					: normal;
	color						: #000000;
}

ol.siteList li.item div.description a {
	color						: #f79923;
	font-weight					: bold;
}

ol.siteList li.item div.description a:hover {
	color						: #df5354;
}