@charset "UTF-8";
body {
	font-family:Verdana, Geneva,  Ariel, Helvetica, sans-serif;
	font-color:#333;
	font-size:80%;
	background-color:#CCC;
	background-image:url(../bits/sides1.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin:0 auto;
	color: #333;
	
}


ul, ol, dl { 	padding: 0;	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h1 {font-size:large}

a img { 	border: none; }

a:link 		{ 	color:#036; text-decoration: underline;}
a:visited 	{ 	color:#303;	text-decoration: underline;}
a:hover, a:active, a:focus { 	text-decoration: none;}

.txt-times {font-family:"Times New Roman", Times, serif}
.text-type {font-family:"Courier New", Courier, monospace}

.pale-y 	{color: #fcf99a}
.pale-yg 	{color: #e7f3ad}
.pale-b 	{color: #bcdafd}
.pale-p 	{color:	#99C}
.dark-g 	{color:#030}
.dark-r 	{color:#600}
.dark-p 	{color:#303}
.dark-b 	{color:#006}
.dark-o 	{color:#F60}
.brn 		{color:#630}
.gold		{color:#FC0}
.pink		{color:#C36}
.green-y	{color:#660}

.font-75: {font-size: 75%}
.font-sm: {font-size: small}
.font-xsm: {font-size:x-small}
					
.container {
	margin: 0 auto;
	padding: 0;
	width: 1070px;
	background-image:url(../bits/h-bar-15.jpg);
	background-repeat:repeat-x;
	background-color: #fff;
}

.header {
	padding: 20px 0 10px 0;

	text-align:center;
}

.sidebar1 {
	float: left;
	width: 200px;
	height:100%;
	min-height: 900px;
	background: #FFF;
	padding: 0;
}

.content {

	padding: 30px 20px 10px 30px;
	width: 750px;
	height:100%;
	min-height: 900px;
	float: left;
	background: #FFF;
	}

.boxlft {padding: 10px;

}

.box{ float: right;
	width: 80%;
	padding: 10px;
	margin:10px
}

.box100{
	float: right;
	width: 90%;
	padding: 10px 10px 10px 20px;
	
	 }
	
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

	
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none;
	margin-bottom: 15px; 
	font:Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight:bold;
	font-stretch:expanded;
	font-variant:small-caps;
	text-indent: 20px;
	
	
	/*border-top: 1px solid #8283D8; */
}
ul.nav li {
	border-bottom: 1px solid #8283D8; /* this creates the button separation */
	width:130px;
	
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background:#FFF;
	color:#006; 
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #EEE;
	color: #8283D8;
/*	text-decoration:none;*/
}

/* ~~ The footer styles ~~ */
.footer {
	padding: 15px 30px 15px 30px;
	background: #FFF;
	background-image:url(../bits/h-bar-15.jpg);
	background-repeat:repeat-x;
	text-align:center;
	font-size: 80%;
	color:#444;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}


.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
