* {
font-size: inherit;
margin: 0;
padding: 0;
}

p a {
color: white;
}

body {
background: black;
font-size: 86%;
font-family: Helvetica, Arial, Verdana, sans-serif;
margin: 10px;
padding-bottom: 30px;
}


	#banner {
	float: left;
	height: 123px;
	overflow: hidden;
	width: 700px;
	}

			#col1 {
			float: left;
			width: 135px;
			}
			
				#col1 img {
				border: none;
				}

			#col2 {
			border-left: 2px solid black;
			border-right: 2px solid black;
			float: left;
			height: 508px;
			margin-left: 10px;
			padding: 6px 0 20px 10px;
			width: 90px;
			}
			
				#col2 a {
				color: #66CC33;
				}
				
				#col2 a {
				color: #003300;
				}
			
				#col2 h1 {
				font-size: 1.2em;
				}
				
				#col2 p {
				font-size: .9em;
				line-height: 125%;
				text-align: left;
				}
				
				#col2 img {
				border: 2px solid black;
				text-align: center;
				}

			#col3 {
			float: left;
			margin-right: 10px;
			width: 430px;
			}
			
				#col1 ul {
				list-style: none;
				margin-left: 0px;
				}
				
					#col1 ul li {
					background: white url(images/libg.png) bottom left no-repeat;
					display: block;
					height: 30px;
					overflow: hidden;
					width: 150px;
					}
					
						#col1 ul li a {
						color: white;
						display: block;
						margin: 0px 0 0 10px;
						text-decoration: none;
						}
						
						#col1 ul li em {
						display: block;
						font-style: normal;
						margin-top: 7px;
						}
						
						
/**/

#col31 {
float: left;
margin-left: 10px;
}

#col32 {
float: left;
margin-left: 10px;
}

#col31, #col32 {
padding-top: 10px;
width: 260px;
}

#col31 h1, #col32 h1 {
border-bottom: 2px solid black;
color: #ccc;
margin-bottom: 20px;
padding-bottom: 4px;
text-transform: uppercase;
}

#col31 p, #col32 p {
color: #ccc;
font-size: .8em;
line-height: 120%;
margin-bottom: 20px;
}

#col31 ul, #col32 ul {
color: #ccc;
font-size: .8em;
margin-bottom: 20px;
margin-left: 10px;
}

	#col31 ul li, #col32 ul li {
	margin-top: 5px;
	}

	#col31 a, #col32 a {
	color: white;
	}

/**/

#displaydesign {
border: 4px solid black;
float: left;
margin: 10px 0 0 10px;
}

#displaytext {
float: left;
margin: 10px 0 0 10px;
}

	#displaytext h1 {
	color: white;
	font-size: 1em;
	}
	
	#displaytext p {
	color: white;
	font-size: .8em;
	margin-top: 20px;
	}

#frame {
left: 50%;
margin-left: -365px;
position: absolute;
width: 730px;
}

h1 {
font-size: 1.2em;
}

	#myfooter {
	background: black;
	color: #444;
	float: left;
	font-size: .75em;
	padding: 20px 0 20px 10px;
	text-align: center;
	width: 730px;
	}
	
		#myfooter a {
		color: white;
		}
		
	#wrapper {
	background: #444;
	border: 2px solid #444;
	float: left;
	height: 508px;
	overflow: hidden;
	width: 700px;
	}
	
	.justme {
	width: 555px !important;
	}
	
	.summary {
line-height: 120%;
margin-bottom: 5px;
margin-left: -15px;
padding: 10px 20px;
width: 500px;
}

	.summary dt {
	color: #ccc;
	font-size: .9em;
	font-weight: bold;
	height: 21px;
	margin-bottom: 5px;
	}
	
	.summary dd {
	color: #ccc;
	font-size: .8em;
	margin-bottom: 5px;
	}
	
	.summary dd a {
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	}
	
	.summary dd a:hover {
	color: black;
	}

.border { border: 1px solid #333; }
.cred { color: #CC0000; }
.cgreen { color: #66FF00; }
.fleft { float: left; }
.fright { float: right; }
