/* 2Col w/Header and Footer Stylesheet */

#container {
			width: 817px;
			border: outset;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
		 	padding: 5px;
			}

	#header {
			height: 203px;
			background-color: #996633;
			margin-bottom: 0px;
			padding: 0px;	
			}
			
	#content {
			background-color: #FFFFFF;
			font: 12px Verdana, Arial, Helvetica, sans-serif;
			color: #000033;
			margin-left: 155px;
			margin-top: 0px;
			margin-bottom: 0px;
			padding: 10px;
			list-style:outside url(images/Arrow3_orange_5x7.gif);
	
			}
			
	#sidebar {
			width: 151px;
			float: left;
			clear: both;
			margin: 0px;
			margin-right: 1px;
			background-color: #FFFFFF;
			padding: 1px;
			font: 11px Verdana, Arial, Helvetica, sans-serif;
			color: #000033;
			border-right: #333333 solid 1px;
			list-style:outside url(images/Arrow3_black_5x7.gif);	
			}
			
	#footer {
			clear: both;
			padding: 0px;
			margin-top: 0px;
			margin:0px;
			background-color: #996633;
			font: 11px Arial, Helvetica, sans-serif;
			text-transform: capitalize;
			color: #FFFFFF;
			text-align: center;
			}
			
	.hilite {
		background-color: #FFCC00;
		color: #990000;
		font-weight:bold;
		}	 

	img.floatLeft {
		display: block;
		float: left;
   		margin: 2px;
		clear: left;
		}
	
	img.floatRight {
   		display:block;
		float: right;
		padding-right: 1px;
		margin-right: 1px;
		clear:right;
		}
	
	img.floatCenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

a img {border: none; }

a {
					  color: #0000FF; text-decoration: none; }
a:active 			{ color: #0000FF; text-decoration: none; }
a:visited 			{ color: #0000FF; text-decoration: none; }
a:hover 			{ color: #FF0000; font-weight: bold; }
a:link:hover 		{ color: #FF0000; font-weight: bold; }
a:active:hover 		{ color: #FF0000; font-weight: bold; }
a:visited:hover		{ color: #FF0000; font-weight: bold; }

/* Footer Links Only */

a.ftr {
					  	  color: #FFFFFF; text-decoration: none; }
a.ftr:active 			{ color: #FFFFFF; text-decoration: none; }
a.ftr:visited 			{ color: #FFFFFF; text-decoration: none; }
a.ftr:hover 			{ color: #FFFFFF; text-decoration: underline; background-color: #FF9900; font-weight: bold; }
a.ftr:link:hover 		{ color: #FFFFFF; text-decoration: underline; background-color: #FF9900; font-weight: bold; }
a.ftr:active:hover 		{ color: #FFFFFF; text-decoration: underline; font-weight: bold; }
a.ftr:visited:hover		{ color: #FFFFFF; text-decoration: underline; font-weight: bold; }

/* For Paragraph and Headers */
	.left {text-align:left}
	.center {text-align: center}
	.right {text-align: right}
	.justify {text-align: justify}		

	.blur{
		background-color: #ccc; /*shadow color*/
		margin-left: 4px;
		margin-top: 4px;
		}

H1 {
	font-size: 24px;
	color: #000033;
	}

H2 {
	font-size: 18px;
	color: #990000;
	}

H3 {
	font-size: 14px;
	color: #000000;
	}
	
H4 {
	font-size: 14px;
	color:#990000;
	}

.table {
		margin-left: auto;
		margin-right: auto;
		border: thin;
		border-color: #FF9900;
		background-color:#FFFFCC;
		width: 450px;
		table-layout:auto;	
		}
		
.table td {	
		padding: 5px 10px 10px 5px;
		border-top: 1px #FFFFFF;
		border-right: 1px #FFFFFF;
		width: 200px;
		}
		
.table ul {
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 1px;
		padding-left: 1em; 
		}
		
.table li {
		margin-bottom: 5px; 
		}