body{
	margin:0;
	padding:0;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	background: url(assets/background.jpg);
	
	}

img{border:0; padding:0; margin:0;}
.lftimg {float:left; padding-right:12px;}
.rtimg {float:right; padding-left:12px;}
.cntimg {display:block; margin:auto;}




#wrapper{
	margin:auto;
	padding:0;
	text-align:left;
	width:920px;
	color:#333333;
	background-color:#ECECCE; border: solid 2px #261818;
	}
	
#header{
	display:block;
	width:920px;
	height:128px;
	color:#CCCCCC;
	 background:#ffffff;
	}


#underbar {background: url(assets/menuback2.jpg) #337345; height:42px; border-top: solid 2px #006666; border-bottom: solid 2px #006666;}

#content {padding:20px; background:#ECECCE;}

#footer {clear:all; background:#337345; height:25px; color:#ffffcc; text-align:center;}

h2 {font-family:georgia, times; font-style:italic;}
.larger {font-size:14px; line-spacing:160%}
p {line-spacing:150%}

#nav {}
#nav a {padding:12px; color:black; text-decoration:none;  height:22px; font-weight:bold; display:block;}
#nav a:hover{    background: url(assets/menuhover2.jpg) ;   color:#4a4a4a;}
#nav li{
    float:left;
	height:24px;
	text-size:14px;
   
	list-style:none;
}
#nav ul {list-style:none;}

.coinfo{text-align:center; font-weight:bold;}

#form1{

		margin:1em 0;

		padding-top:10px;

		background:url(../images/form1/form_top.gif) no-repeat 0 0;

		}

	#form1 fieldset{

		margin:0;

		padding:0;

		border:none;	

		float:left;

		display:inline;

		width:260px;

		margin-left:25px;

		}		

	#form1 legend{display:none;}	

	#form1 p{margin:.5em 0;}	

	#form1 label{display:block;}	

	#form1 text, #form1 textarea{		

		width:252px;

		border:1px solid #ddd;

		background:#fff;

		padding:3px;

		}		

	#form1 textarea{

		height:125px;

		overflow:auto;

		}					

.mycheck {width:20px; height:20px; float:left; padding-right:25px; }				


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.menu{
font-weight: bold;
font-size: 90%;
width: 100%;
background:url(assets/menuback2.jpg);

}

.menu ul{
border: 1px solid #BBB;
padding: 5px 0 5px 10px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
overflow: hidden;
}
}
.menu ul li{
display: inline;
}

.menu ul li a{
color: #494949;
padding: 6px 12px 6px 6px;
margin: 0;
text-decoration: none;
border-right: 1px dashed #BBB; /*right border between menu items*/
}

.menu ul li a:hover{
color: black;
background: transparent url(assets/lightyellow.gif) center center no-repeat; /*background of menu item onMouseover*/
}





