@charset "utf-8";
/* CSS Document

PRINT
-----------------------------------------------------------------*/

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

p {
	line-height:1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin-bottom:1.5em;
	}

a:link, a:visited, a:hover, a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	}

a:link {
	color:blue;
	border-bottom:1px dotted blue;
	}
	
a:visited {
	color:#000099;
	}

a:hover, a:active {
	border-bottom:1px solid green;
	color:green;
	background-color:#FFFF66;
	}


/* Start of styling for layout
----------------------------------------------------*/

#container {
	width:95%;
	}

#sitename {
	text-align:left;
	font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	color:black;
	position:relative;
	top:20px;
	left:20px;
}
	
#sitename h1 {
	font-size:25px;
	}

#navigation {
	visibility:hidden;
	clear:both;
	background-color:#FFFFFF;
	width:95%;
	height:31px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:20px;
	text-align:right;
	}

#navigation ul {
	padding-top:6px;
	}
	
#navigation li {
	display:inline;
	margin-right:1.5em;
	}
	
#navigation a:link, #navigation a:visited, navigation a:hover, #navigation a:active {
	font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	background-color:white;
	border:none;
	}

#navigation a:link, #navigation a:visited {
	text-decoration:none;
	color:black;
	}

#navigation a:hover, #navigation a:active {
	border-bottom:3px solid blue;
	color:#0000FF;
	}

#column1 {
	background-color:white;
	color:black;
	width:90%;
	margin:0 0 0 2%;
	padding:10px;
	text-align:justify;
	float:left;
	}

#column1 h1 {
	font-family:"Trajan Pro",Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:1em;
	}
	
#column2 {
	visibility:hidden;
	width:0%;
	height:0%;
	overflow:hidden;
	margin:0 2% 0 0;
	padding:10px;
	float:right;
	background-color:white;
	text-align:justify;
	}

#column2 h1 {
	font-family:"Trajan Pro",Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:1em;
	}
	
#footer {
	visibility:hidden;
	}

/*sIFR text replacement CSS styling
--------------------------------------------------*/

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
