@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 /*background: url(images/page6.jpg) repeat;*/  
	background: url(images/bg5.jpg) repeat-x;
	background-color: #330066;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 { 
font-size: 1.5em;
}
#wrapper {
	width: 780px;
	margin: 4px auto 6px auto;
}
#container {
	width: 780px;
	text-align: left;
	margin: 0px;
} 
#innercontainer {
margin: 15px 0 25px 0;
	 background-image: url(images/sbg_02.gif);
	background-repeat: repeat-y; 

}
#header { 
	background: url(images/sbg_01.gif) no-repeat; 
	padding: 0 10px; 
	margin:20px 0 0 0;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* #menu {
	height: 20px; 
	background-color: #663399;
	background-image: url(images/menu-x.jpg);
	background-repeat: no-repeat; */
	/* padding: 5px 10px 0 10px; */
/*	padding: 2px 10px 2px 10px;
	font-size: 12px;
	color: #FFFFFF;
	font-size: .8em; 
 } */
#menu ul{
list-style: none;
}
 #menu li {
	display: inline;
	font-size: .8em;
	padding: 4px;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-left: 1px;
}  

#sidebar1 {
	float: left;
	width: 200px;
	padding: 10px; 
	padding-top:15px;
	font-size: .8em;
	color: #330066;
}

#contentWrapper {
	/* margin: 15px 0 20px 0; */
	margin: 0;
	background-color:#FFFFFF;
	padding: 10px; 
	padding-left: 15px;
	padding-top: 35px;
	background-image: url(images/sbg_02.gif);
	background-repeat: repeat-y;
	/*margin-top: -5px; */
}
#contentbg {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	/*background-image:url(images/lamp-drwg5.jpg);
	background-repeat: no-repeat; */
}
#contentCol {
	float: right;
	font-size: .95em;
	width: 500px;
	padding:  20px 20px 15px 15px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-left: 10px;
} 
#contentCol h1 {
 	font-size: 18px;
}
#footer { 
	width: 780px;
	margin: -1px auto;
	border-top: 1px solid #330066;
	padding: 5px 0; 
	margin-bottom: 10px;
	/*background: url(images/sbg_03.gif) no-repeat bottom; */
	text-align: center;
	font-size: 10px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* ```` nifty  ```  */
/* div#menu{float:right;width: 100%;padding-top:120px;background: #BBD9EE}
ul#nav{margin-left: 250px; font-weight: bold;list-style: none;}
unchange code:  ul#nav{margin-left: 250px;width:550px; font-weight: bold;}
ul#nav li{float:left;margin-right: 1px;text-align: center; margin-top: -20px;}
ul#nav a{float:left;width: 7em;padding: 5px 0;background: #663399;text-decoration:none;color: #FFF} 
ul#nav li{float:left; margin-right: 1px;text-align: center;}
ul#nav a{float:left; width: 7em;padding: 5px 0;background: #663399;text-decoration:none;color: #FFF}
ul#nav a:hover{background: #FFA826;color: #FFF}
ul#nav li.activelink a,ul#nav li.activelink a:hover{background: #660099;color: #fff}
*/

#navBar {
	background-image: url(images/menu-x.jpg);
	background-repeat: no-repeat; 
}
#navBox {
	float:right;
	width: 760px;
	margin-right: 12px;
	margin-top: -2px;
	margin-bottom: 0px;
	margin-left: auto;
}
ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
/* ul#nav{margin-left: 100px;width:650px} */
ul#nav{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
}
ul#nav{float:right;}
ul#nav li{float:left;margin-right: 3px;text-align: center;font-size: .75em;}
ul#nav a{float:left;width: 7em;padding: 3px 0;background: #663399;text-decoration:none;color: #FFF}
ul#nav a:hover{background: #FFA826;color: #FFF}
ul#nav li.activelink a,ul#nav li.activelink a:hover{background: #33065E;color: #FFF}

.sidebar {
	color:#660099;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	text-indent: 4px;
	display: block;
	margin: 4px 2px 4px 0px;
	padding-left: 2px;
}
.tbl {
font-size: .9em;
font-family:Arial, Helvetica, sans-serif;
}
.required {color: red;}
.center {text-align: center;}
form{font-size: 12px;}
form#amount {width: 20px; margin-left: 15px;}
form#description {width: 50px; margin-right: 5px;}