* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#ffffff;
}

img {
	border:none;
}

h1, h2, h3, h4, h5, h6, a, a:visited {
	color:#ffffff;
}

h1 { font-size:140%; }
h2 { font-size:130%; }
h3 { font-size:120%; }
h4 { font-size:110%; }
h5 { font-size:100%; }
h6 { font-size:90%; }

#pagetitle { text-align:center; }

.clearfloat {
	clear:both;
	height:0px;
	line-height:0px;
}

body {
	margin:0px;
	padding:0px;
	background:url(images/bodybg.gif);
}

#wrapper {
	margin:0px auto;
	width:780px;
	border-bottom:4px solid #ffffff;
	border-left:4px solid #ffffff;
	border-right:4px solid #ffffff;
	background:#0072bc;
}

#pageheader {
	height:0px;
	padding-top:147px;
	overflow:hidden;
	background:url(images/header.jpg) no-repeat;
}

#leftnav {
	float:left;
	width:200px;
	text-align:center;
}

	#leftnav img {
		margin-top:14px;
	}

#content {
	width:562px;
	float:left;
}

.fullwidth #content {
	width:752px;
	float:none;
	padding-left:5px;
}
	

	#content marquee {
		width:546px;
		background:#ffffff;
		color:#000000;
		border:1px solid #00558d;
		margin:7px 0px;
		padding:3px;
	}
	
	#content #leftcolumn {
		width:274px;
		float:left;
		text-align:center;
	}
	
		#leftcolumn img {
			margin-top:10px;
		}
	
	#content #rightcolumn {
		float:left;
		width:276px;
		margin:10px 0px 0px 10px;
		background:url(images/welcomebodybg.gif);
	}
	
		#rightcolumn #boxtop {
			background:url(images/welcometopbg.gif) no-repeat;
			height:4px;
			overflow:hidden;
		}
		
		#rightcolumn #boxbody {
			padding:0px 10px;
			font-size: 0.8em;
		}
		
		#rightcolumn #boxbottom {
			background:url(images/welcomebottombg.gif) no-repeat;
			height:5px;
			overflow:hidden;
		}
		
		#rightcolumn h2 {
			margin:0px;
		}
		
		#rightcolumn p {
			margin:0.66em 0em;
		}
		
	#awards {
		margin-top:10px;
	}

	#hitcount {
		text-align:right;
	}

#pagefooter {
	background:#fbea8a;
	text-align:center;
}

	#pagefooter p {
		color:#342b9b;
		margin-bottom:0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:0.9em;
		font-weight:bold;
	}

#plug {
	display:block;
	text-align:center;
	color:#000066;
	margin:10px;
}

/*LHS POP OUT NAVIGATION ---------------------------- */

#dropmenudiv{
	position:absolute;
	background-color: #FFFFFF;
	border:1px solid #000099;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
}

	#dropmenudiv a{
		width: 100%;
		display: block;
		text-indent: 3px;
		border-bottom: 1px solid #000099;
		padding: 1px 0;
		text-decoration: none;
		color:#0081fd;
		font-size:1em;
		font-weight:normal;
	}

	#dropmenudiv a:hover{
		background-color:#FFFF00;
	}
			