/* Global Settings 
**************************************/
/* establish Tag Selectors, associated with HTML tags of the same name */
body {
color: #555;
background-color:#e2dfdf;
font: 85% Verdana, Geneva, Arial, "Times New Roman", Times, serif;
line-height:150%;
text-align: left;
margin:0;
padding:0;
}

ul, li, a, p, h1, h2, h3, h4, h5, h6, hr, span, input, em, strong {
margin:0;
padding:0;
}

img, form, fieldset div {
margin:0;
padding:0;
border:0;
}

h1 {
font-size:1.4em;
color:#006600;
font-weight:normal;
text-transform: uppercase;
letter-spacing: 0.1em;
padding-bottom:15px;
}

h2 {
font-size:1.2em;
color:#006600;
padding-bottom:8px;
}

h3 {
font-size:1.0em;
color:#3A184B;
font-weight:normal;
padding-bottom:3px;
}

p {
font-size:1.0em;
line-height:1.6em;
margin:12px 0px 0px 0px;
}

a {
color:#555;
text-decoration:none;
}

a:hover {
color:#555;
text-decoration:underline;
}

ul {
padding-left: 2em;
}

/* Establish Class Selectors, select using class="---" */
.quote {
width:400px;
background-color:#cccccc;
font-family:Arial, Helvetica, sans-serif;
font-size:1.0em;
line-height:1.4em;
text-align: left;
border-style:outset;
border-color: #003300;
border-width:5px;
margin:0px auto;
padding:10px 10px 10px 10px;
}

/*
.clear {clear:both;}
*/
/* center this image block between left and right */
.image1 {
	border-style:outset;
	border-color: #003300;
	border-width:3px;
	display: block;
	margin: 10px auto 20px auto;
}

/* Site Structure */
/* ID Selectors can only be used once, select using ID="---" */

div#Wrap {
width:1024px;
/*border:solid black 1px;

margin:24px auto;  */
}
	div#hWrap {
	width:950px;
	height:150px;
	background-image:url(pics/hdr_def2.jpg);
	background-repeat:no-repeat;
	background-position:left;
	/*
	margin:0px 10px 10px 10px;
	*/
	}
		div#hLeft {
		width:550px;
		height:150px;
		float:left;
		}
		div#hRight {
		color: #003399;
		width:380px;
		float: right;
		height:140px;
		text-align: right;
		padding: 10px 20px 0px 0px;
		}
		div#hRight a {
		color: #003399;
		}		
		
	div#tMenu {
	width:930px;
	/*
	background-image:url(pics/bk_menu1.png);
	background-image:no-repeat;
	background-position:left;
	*/
	font-size:1.2em;
	font-weight:bold;
	padding: 10px;
	/*
	margin:0px 10px 10px 20px;
	padding: 10px 0px 15px 30px;	
	*/
	}
		
	div#tMenu a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#003300;
	text-decoration:none;
	padding: 0px 25px 0px 25px;
	}
	
	div#tMenu a:hover {
	color:#666600;
	text-decoration:underline;
	}
			
	div#tM2 {
	width:900px;
	font-size:1.3em;
	border-bottom: 0.1em solid #dcdce9;
	padding:0px 0px 10px 50px;
	}		
		
	div#cWrap {
	width:950px;
	/*
	margin:0px 10px 0px 10px;
	*/
	}
				div#cLeft {
				float: left;
				width: 210px;
				line-height: 2.5em;
				font-size:0.9em;						
				padding: 0px 20px 0px 20px;
				/*
				padding:5px 0px 0px 5px;
				text-align:center;
				*/
				}
				
				div#cMid {
				float: left;
				width: 660px;
				/*height:500px;*/								
				text-align: left;
				padding: 20px;
				}
				/*
				div#cntRight {
				float:left;
				width:100px;
				height:500px;
				background-color:#000000;
				text-align:center;
				padding:5px 0px 0px 5px;
				}
				*/
	div#ftrWrap {
	width:inherit;
	}
	
		div#footer {
		width:950px;
		height:25px;
		font-size:0.9em;
		background-image:url(pics/ftr.png);
		background-repeat:no-repeat;
		background-position:left;
		text-align: center;
		margin:0px 10px 0px 10px;
		}

#cLeft ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#cLeft a {
	border-bottom: 0.1em solid #dcdce9;
	/*
	
	display: block;
	padding: 3px 0;
	width: 100%;
	color: black;
	text-decoration: none;

	*/
}

#cLeft a:hover {
/*
background: transparent url(pics/arrow.png) no-repeat scroll right center;
background-color: blue;
color: white;
*/
}

#showReg2,#showSignIn2
{
	cursor:pointer;
}
		
		
		
