/* Lee Cleland August 08 CSS Document */

#container {
	width:1024px;
	background-color:#FFFFFF;
	}
	
#header {
	width:1010px;
	height:167px;
	background:url(images/header4.gif) center no-repeat;
	}

#tag {
	height:43px;
	background:url(images/darkbluetag.gif) center no-repeat;
	}
	
#lee {
	height:48px;
	background:url(images/lee.gif) center no-repeat;
	}

#lee2 {
	width:1024px;
	height:48px;
	padding-top:20px;
	background:url(images/lee2darkblue.gif) center no-repeat;
	}
	
#content {
	width:1024px;
	}
	
#contentl {
	float:left;
	width:650px;
	height:450px;
	margin-top:20px;	
	margin-left:20px;
	margin-bottom:20px;
	background:url(images/star3.gif) center no-repeat;
	}
	
#contentl2 {
	float:left;
	width:650px;
	margin-top:20px;	
	margin-left:20px;
	margin-bottom:20px;
	}

#contentc {
	width:1024px;
	height:450px;
	}
	
#contentr {
	float:right;
	width:310px;
	min-height:450px;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:20px;
	background-color:#006699;
	}	
	
	
#menu {
	clear:both;
	width:1024px;
	height:43px;
	background:url(images/lee2darkbluemenu.gif) center no-repeat;
	}
	
#footer {
	width:1024px;
	height:20px;
	}
	
a:link {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

a:visited {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#FF3333;
	text-decoration:none;
}

a:active {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#FF3333;
	text-decoration:underline;
}

.h {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:3em;
	font-weight:bold;
	color:#006699;
	}
	
.h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:2em;
	font-weight:bold;
	color:#006699;
	text-align:left;
	}

.p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	line-height:1.5em;
	text-align:left;
	padding:10px;
	}
	
.p2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	line-height:1em;
	text-align:center;
	padding:10px;
	}
	
.p3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#006699;
	line-height:1.5em;
	text-align:left;
	}
	
.p4 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#006699;
	line-height:1.5em;
	text-align:center;
	}