/*
***********************************************************************
This file is intended to serve as the control document which represents
the graphical treatment and guidelines for all structural elements.

Iziks Interactive, Inc.
http://www.iziks.com
Created on 11/11/2005 by Brian J. Krummel
***********************************************************************
NOTES:
***********************************************************************
*/

/* Controls global design elements. */
	body {
		background:#ffffff;
		behavior:url(assets/styles/csshover.htc);
	}
	
	a:link {
		color: #3399CC;
	}
	
	a:visited {
		color: #3399CC;
	}
	
	a:hover {
		color: #3399CC;
	}
	
	a:active {
		color: #3399CC;
	}
	
	div#contentbox ul {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		font-variant: normal;
		margin:0 0 0 0;
		padding: 0;
	}
	
	div#contentbox li {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		list-style-type:square;
		list-style-position:inside;
		/*list-style-image:url(../images/contentbox/listbullet.jpg);*/
		margin:0;
	}
	
	div#contentbox img {
		margin:0 0 0 0;
		float: left;
		text-align:left;
	}
	
	.clearthefloats {
		clear: both;
	}
	
	.contenttitle {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #00427C;
	}
	
	.contentfeatured {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #B2C6D7;
	}
	
	.contentlink1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #DF0100;
		text-decoration:underline;
	}
	
	.contentlink2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #FF9900;
		text-decoration:underline;
	}