
/* headings and typography
---------------------------------------------------------------------------------*/

a, a:hover, a:visited 
{
	color: #6B3001;
}

a:hover 
{
	text-decoration: underline;
}

h1, h2 
{
	font: bold 260%/170% Georgia, Times, serif;
	letter-spacing: -1px;
	margin-left: -2px;
}

h1.replace {
	margin: 10px 0 0 0;
	padding: 0 0 0 30px;
	background: #FFFFFF url(../../_images/_layout/header_flower_bkg.jpg) no-repeat 0 7px;
	width: 80%;
}

h2 {
	font-size: 140%;
	display: block;
}

strong {
	font-weight: bold;
}

.f-left {
	float: left;
	margin: 0 10px 10px 0;
}

.f-right {
	float: right;
	margin: 0 0 10px 10px;
}

.red
{
	color: #a00;
}

.alert 
{
	text-align: center;
	color: #000; 
	border: 1px solid #000;
	padding: 10px 10px 10px 50px;
	background: #FFCBCB url(../../_images/_icons/warning_lg.png) no-repeat 15px center;
}

.complete
{
	text-align: center;
	color: #000;
	border: 1px solid #BFBAB0;
	padding: 10px 10px 10px 40px;
	background: #CDFFDE url(../../_images/_icons/checkmark_lg.png) no-repeat 50px center;
}

fieldset .alert, fieldset .complete { margin-left: 100px; }

.title 
{
	background: url(images/tape.gif) no-repeat center center;
	text-align: center;
	font: normal small-caps 190%/100% Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: 0px 0 20px;
	padding: 16px 20px 16px 0;
}

.title span 
{
	color: #666666;
}

h1 a, h2 a 
{
	color: #6B3304;
	text-decoration: none;
}

h1 a:hover, h2 a:hover 
{
	color: #5F4129;
	text-decoration: underline;
}

h3 
{
	font: bold 135%/100% Arial, Helvetica, sans-serif;
	padding: 1.2em 0 .3em;
}

h3 em, h4 em 
{
	/*(olor: #CC0000;*/
	letter-spacing: -1px;
}

h4 
{
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	padding: .85em 0 5px;
	color: #666666;
}

p big, .intro 
{
	font: 115%/155% Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

em 
{ 
	font: italic 90% Georgia, "Times New Roman", Times, serif;
}

/*---------------------------------------------------------------------------------*/



p
{
	/*font: 100%/120% Georgia, "Times New Roman", Times, serif;*/
	margin-bottom: 1em;
	text-indent: 1em;
	line-height: 1.75em;
}

p.caption, div.caption
{
	text-align: center;
	text-indent: 0;
	line-height: 1em;
	font-style: italic;
	margin: 0.5em 0;
}



#containerHome a { 
	font-weight: bold;
}

#containerHome a:hover {
	text-decoration: underline;
}

ul 
{
	margin-bottom: 1em;
	/*font: 100%/120% Georgia, "Times New Roman", Times, serif;*/
}

#rightColumn ul, #centerColumn ul 
{
	margin-left: 50px;
}

#rightColumn ul li, #centerColumn ul li 
{
	list-style: disc;
	margin-bottom: 3px;
}

#rightColumn ul.clearMenu {
	margin-left: 0;
}

ul#portalContent {
	margin: 0;
	padding: 0;
	list-style-type: arrow;
}

ul#portalContent li {
	padding: 5px 10px;
	list-style: none;
}

ul#newsList { margin: 20px 0; padding: 0; }
ul#newsList li { list-style: none; margin: 10px 0; border-top: 1px dashed #DFDFDF; padding-top: 5px; }
ul#newsList li em { margin-left: 30px; }
ul#newsList li p { margin-top: 5px; }

ol 
{
	list-style-type: decimal;
	margin: 10px 25px;
}

ol li 
{
	margin: 5px 0;
}

/* table styles */
.fancyTable { width: 250px; margin: 10px auto; }
.wide { width: 500px; }
table.wide td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 10px 3px 2px;
	border-style: none none solid none;
	border-color: #E0EEEF;
	-moz-border-radius: 0px 0px 0px 0px;
}
.even { background: #F9F9F9; }
.odd { background: #F9F9F9; }
.thead { background: #5FC0D1; font-weight: bold; padding: 5px;}
.fancyTable tr:hover { background: #DFFCFF; }
table.wide tr:hover { background: #DFFCFF; }
.fancyTable td { padding: 5px; }
.fancyTable tfoot { background: #F9F9F9; }
#blankTable tr:hover { background: #FFFFFF; }