BODY	{
	margin: 0px;
	padding: 0px;
	border: #C0C0C0 0px solid;
	}




/* COLOR CODES - BACKGROUNDS AND BORDERS */

.pageheight		{ height: 1000px; }

#cornerimage		{ width: 10px; height: 10px; }

.pictbackground		{ background-color: #000000; }


#date-location		{ right: 10px; POSITION: absolute; TOP: 65px; }





/* GENERAL TEXT SIZES */

.smalltext		{ COLOR: #666633; FONT: 10px arial, sans-serif; font-weight: normal; }

.footer			{ COLOR: #999999; FONT: 9px verdana, arial, sans-serif; }

.phonetitle		{ COLOR: #000000; FONT: 13px arial, sans-serif; font-weight: bold; }

.list 			{ COLOR: #000000; FONT: 12px verdana, arial, sans-serif; font-weight: normal; }







/* GENERAL TEXT FORMATTING CODE */

.formmargin		{ margin: 0px; }

.just 			{ text-align: justify; }

.faq 			{ line-height: 19px; }



















/* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}







/* SIDEBAR OPTIONS */

.sidebar-background 	{ width: 60px; }


.sidebar-frame		{
			width: 140px;
			height: 620px;
			min-height: 600px;
			margin: 0px;
			padding: 0px;
			BORDER: #999999 0px solid;
			}

/* FOR RIGHT SIDEBAR */

.sidebarright-width	{ width: 190px background : #222222 url(picts/background-sidebar.jpg); }

fieldset 	{
		padding: 0px 6px 6px 6px;
		width: 150px;
		text-align: left;
		-moz-border-radius: 5px;
		}

fieldset legend {
		margin-bottom: 3px;
		padding: 2px 5px 2px 5px;
		}



a:hover .homeborders1 	{
			border: #EEEAE6 0px solid;
			border-bottom: #EEEAE6 0px solid;
			filter:alpha(opacity=70);
			-moz-opacity: 0.70;
			opacity: 0.70;
			}








