/* Created By Lisa Merriman for Unlimited Webdesign */

/************ GLOBAL RESET STUFF **************/
* { padding: 0; margin: 0; }
p, pre, blockquote, form, label, ol, dl, fieldset, address { margin: 20px 0; }
h1, h2, h3, h4, h5, h6 { margin: 0.2em 0; }
dd, blockquote { margin-left: 40px; margin-bottom: 0.9em;} 
fieldset { padding: 10px; }
p {
	margin-top: 0em;
	margin-bottom: 1em;
	line-height: 1.3em;
} 

sup {
	line-height: 0;
	vertical-align: text-top;
}

/********* LATEST NEWS ***************************/
.latestnews H3 {
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 0.2em 0;
	padding: 0;
}
.latestnews P {
	margin: 0 0 1.4em 0;
	padding: 0;
}

/********* ILLUSTRATIONS ***************************/
.table_gallery {
	border-collapse: collapse;
	margin: 1em 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
.table_gallery TD{
	padding: 15px 15px;
}
.ill, .ill_left, .ill_right, .table_gallery {
	position: relative;
	font-size: 8pt;
	text-align: center;
	line-height: 1.2em;
}

.ill {
	margin-bottom: 1em;
	font-weight: normal;
}

.ill_right {
	float: right;
/*	margin: 5px 0px 1.5em 1em; */
	margin-left: 10px;
/*	clear: left; */
}

.ill_left {
	float: left;
	margin: 5px 1.5em 1em 0px;
}

.ill IMG, .ill_left IMG, .ill_right IMG, .table_gallery IMG  {
	margin-bottom: 0.8em;
	padding: 5px;
	background-color: white;
	border: 1px solid #ccc;
}

.ill A, .ill_left A, .ill_right A {
	text-decoration: none;
}

.ill A:hover, .ill_left A:hover, .ill_right A:hover {
	text-decoration: underline;
}

/*************** NICE TABLES ********************/
.table_lined , .table_unlined, .table_invis, .table_data {
/*	border: 1px solid #dae9f8;  */
	border-collapse: collapse;
	empty-cells: show;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

TABLE.table_lined TD, TABLE.table_unlined TD, TABLE.table_data TD, TABLE.table_invis TD {
	padding: 6px 9px; 
	border-style: none none solid none;
	border-width: 1px;
	border-color: #F0F0F0;
	vertical-align: top;
	line-height: 1;
}

.table_lined TD {
	border-style: none dotted solid none;
}

.table_unlined TD {
	border-style: none none solid none;
}

.table_invis TD {
	border-style: none;
}

TABLE.table_data TD, #ContentPane_2columns table_data TD {
	padding: 5px 5px;
	border-style: solid;
	border-color: #ccc;
}


.table_lined TH , .table_unlined TH, .table_data TH {
	padding: 10px 5px 4px 15px;
	border-bottom: 2px solid black;
	color: #eea500;
	font-size: 11px;
	text-align: left;
}

.table_data TH {
	padding: 5px 5px;
	border: 1px solid #ccc;
	color: #333;
}

#ContentPane_2columns .table_lined TD.datecell {  
	padding-left: 20px;
	background: url(../images/bullet.gif) 2px 6px no-repeat;
}

.sizecell {  
	text-align: right;
}

/*  *  *  *  *  *  *  *  *  *  *  *  * */
/* Small font, especially for use within tables. 
   Apply to <table> or to individual text bits. */
.smallfont TD{
	font-size: 8pt;
}

