/* CSS Document */
@media screen, projection {
	.be-nice-to-Mac-IE5 {
		font-family: "\"}\"";
		font-family: inherit;
	}


	
	/* -- GENERAL REDECLARATIONS ---------------------------------------- */
	* 					{margin:0; padding:0;}
	body 				{margin: 5px 0; padding: 0; text-align:center; color: #000; background-color: #006600}
	body, tr, 
	td, input, 
	select, textarea 	{font:normal small/1.3 Verdana, Arial, Helvetica, sans-serif;}
	a:link,a:visited 	{text-decoration:underline;}
	a:hover 			{text-decoration:none;}
	ul, ol	 			{margin:0 0 10px 25px;}
	dl 					{margin:0 0 10px;}
	dt 					{font-weight:bold;}
	dd					{margin:0 0 3px 10px;}
	p 					{margin:0 0 15px;}
	h1 					{
	font-size:xx-large;
	margin: 0;
	text-transform: lowercase;
}
	h2 					{font-size:medium; margin:8px 0;}


	h3 					{font-size:small; margin:6px 0 5px;}
	h4 					{font-size:x-small; margin:4px 0;}
	h5					{font-size:xx-small; margin:3px 0;}
	h6 					{font-size:xx-small; margin:0;}
	hr 					{display:none;}
	img 				{border:none;}
	acronym				{border-bottom: 1px dotted;}
	blockquote 			{margin:0 25px 20px 25px; font-style:italic;}
	form				{margin: 0;padding: 0;}
		
		/* -- ID'S ---------------------------------------- */
	#outer				{}
	#wrapper 			{
	width:775px;
	margin:0 auto;
	text-align:left;
	position:relative;
	border-style: solid;
	border-color: black;
	border-width: 1px 3px 3px 1px;
	background-color: #FFFFFF;
}
	#header 				{
	background-image: url(../images/common/greenfade.gif);
	background-repeat:repeat-x;
	padding:10px;
	height: 72px;
	background-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
	#content			{
	background-color: #FFFFFF;
	padding: 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-image: url(../images/common/bkgd.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
	#breadcrumb 		{
	font-size:0.8em;
	border-top: 1px solid #99cc66;
	border-right: 1px solid #666600;
	border-bottom: 1px solid #666600;
	border-left: 1px solid #99cc66;
	background-color: #669933;
	color: #ffffFF;
	margin: 0;
	padding: 3px 10px 3px 10px;
	text-align: right;
}

#breadcrumb ul {
	display:inline;
	list-style-type: none;
	padding:0;
	line-height: 1.5;
	margin:0;
	}
#breadcrumb li {
	display:inline; float: left;
	}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover {
	border-width: 0;
	}

#breadcrumb a
{
	text-decoration: none;
}

#breadcrumb form
{
	margin: 0;
	line-height: 1.5;
}

#breadcrumb input
{
	width: 105px;
	margin-left: 0.25em;
	vertical-align: middle;
}

#breadcrumb input.image
{
	width: 17px;
	height: 17px;
}

#breadcrumb input.text
{
	margin-left: 1em;
}

#breadcrumb label
{
	font-weight: normal;
}
#breadcrumb #menu {
	float: left;
	padding-top: 5px;
}
	
	#left 				{
	float:left;
	width: 550px;	
	border-right: 1px solid #000000;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #ffffff;
	padding: 0.25em 5px;
	margin: 0px;
}
	#right 				{
	float:left;
	width: 200px;
	border-top: 1px solid #ffffff;
	
	padding: 0.25em 5px;
	margin: 0px;
}
	#footer 			{
	padding: 0.25em 5px;
	margin: 0;
	text-align:center;
	border-top: 1px solid #99cc66;
	border-right: 1px solid #666600;
	border-bottom: 1px solid #666600;
	border-left: 1px solid #99cc66;
	background-color: #669933;
	clear: both;
}
	
	.hidden 			{display: none}	
	.clear				{
	clear:both;
}
	.posted {
	font-size: 0.8em;
	text-align: right;
	padding-bottom: 8px;
}
.smalltext {
	font-size: 0.8em;
	color: #333333;
}
.sidetext {
	font-size: 0.8em;
	color: #333333;
	margin-bottom: 5px;
}

	}
