/* Leveler
---------------------------------------------------------- */
* {
	margin: 0;
	padding: 0; }

hr {
	display: none; }
	
* html acronym, abbr {
    border-bottom: 1px dashed; }

acronym, abbr {
    cursor: help; }
	
img, img a, img a:link {
	border: none; }
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%; } 
	
.h {
	display: block;
	font-size: 1px;
	height: 1px;
	left: 0;
	overflow: hidden;	
	position: absolute;
	text-indent: -9990px;
	top: -9900px;	
	width: 1px;	}
	
br.clear, div.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	position: relative;	}
	
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #126e9e; }
			
a:hover {
	text-decoration: underline; }
	
ul, li {
	list-style: none; }
	
fieldset {
	border: none; }

	
	
/* Body
---------------------------------------------------------- */
html, body {
	background: #fff;
	color: #000;
	text-align: center;
	font: 100% Arial, Tahoma, Helvetica, Verdana, sans-serif; }
	
div.wrapper {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	font-size: 80%; }
	
	div.wrapper p {
		margin-bottom: 14px; }
	.imageRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}  
	.imageLeft {
		float: left;
		margin-bottom: 10px;
		margin-right: 10px;}
	
	
	
/* Header
---------------------------------------------------------- */
div.header {
	height: 120px;
	overflow: hidden;
	background: #fff; }
	
	div.header div.logo {
		width: 480px;
		height: 120px;
		float: left;
		position: relative; }

		
		/* logo */
		div.header div.logo h1 {
			overflow: hidden;
			position: absolute;
			top: 0;
			left: 0;
			color: #017dc5;
			font-weight: bold;
			font-size: 125%;
			height: 120px;
			width: 385px; }

			div.header div.logo h1 a {
				display: block;
				height: 120px;
				width: 385px;
				text-decoration: none;
				cursor: pointer; }
			
				div.header div.logo h1 a:hover {
					text-decoration: none;
					color: #006fb5;
					cursor: pointer; }
				
			div.header div.logo h1 span {
	cursor: pointer;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	height: 120px;
	width: 385px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
				
				
		/* navigation */
		div.header div.logo div.navigation {
			position: absolute;
			right: 0;
			margin-top: 9px;
			margin-right: 10px;
			font-size: 85%; }
		
			div.header div.logo div.navigation ul li {
				text-align: right;
				padding-bottom: 0px; }
	
	
	/* top right banner ad */
	div.header div.banner-ad {
		float: left;
		width: 320px;
		height: 120px;
		overflow: hidden; }

				
				
/* Top
---------------------------------------------------------- */		
body.home div.middle {
	height: 240px;
	position: relative;
	overflow: hidden; }
	
	div.middle {
		position: relative;
		 }
	
	div.middle div.logo-bottom {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 160px;
	height: 45px;
	background-image: url(images/logo-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	
	div.middle div.left {
		width: 480px;
		height: 240px;
		float: left; }
		
	div.middle div.right {
		width: 320px;
		height: 240px;
		text-align: center;
		margin: 0 auto;
		background: #e9f8ff;
		padding: 45px 0;
		float: left; }
	
	
	
/* Announcement
---------------------------------------------------------- */	
div.announcement {
	background: #f8c6d7;
	text-align: center;
	width: 800px;
	height: 120px;
	overflow: hidden; }
	
	div.announcement img {
		padding-top: 15px; }	
	
	
	
/* Sub-Pages
---------------------------------------------------------- */
div.yellow { /* yellow page */
	background: url(images/bg-yellow.gif); }
	
div.pink { /* pink page */
	background: url(images/bg-pink.gif); }
	
/* col one on subpages */
div.one {
	width: 148px;
	float: left;
	padding-top: 65px;
	padding-left: 12px; }
	
	div.one div.box {
		padding-top: 75px;
		width: 160px;
		margin-left: -10px;
		float: left;
		height: 240px;
		overflow: hidden; }

	div.one h2 {
		color: #f60e67;
		font-size: 150%;
		padding-bottom: 7px; }
	
	div.one h3 {
		color: #f60e67; }
	
	div.one ul li {
		padding-top: 4px; }
div.one ul {
	padding-bottom: 15px;
}
div.two div.bulletin-board ul li {
	list-style-type: none;
}
	
	div.one ul ul {
		padding-left: 10px;
		font-size: 85%; }
		
/* col two on subpages */
div.two {
	width: 440px;
	float: left;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

	div.short {
		width: 280px; }
div.fixedSummary {
	margin-bottom: 25px;
	margin-top: 10px;
}
	div.two h2 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 7px;
font-family: Arial, Verdana, Helvetica,  sans-serif;
margin-top: 7px; }

	div.two .boldHeading {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 7px;
font-family: Arial, Verdana, Helvetica,  sans-serif; }
	div.two .bolderHeading, div.two h1 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 7px;
font-family: Arial, Verdana, Helvetica,  sans-serif; }
	div.two h3 {
	font-weight: bold;
	margin-top: -5px;
	font-size: 14px;
	margin-bottom: 7px;
}

	div.two h3 a,
	div.two h3 a:link,
	div.two h3 a:visited,
	div.two h3 a:active {
		color: #000; }

	div.two ul li {
		clear: both; }
		div.two li {
	list-style-type: disc;
	margin-left: 15px;
	list-style-position: outside;
}
div.two ul {
	margin-bottom: 10px;
}

		div.two ul li div.image {
			float: left;
			margin-bottom: 20px;
			width: 121px; }
	
		div.two ul li div.desc {
			float: right;
			margin-bottom: 20px;
			width: 300px; 
			line-height: 115%; }
	div.two td {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	}		
/* col two wide */
div.nopadd {
	padding: 0;
	width: 640px;
}
	
	div.nopadd div.content {
		padding: 20px 160px 20px 20px; }
		
		div.nopadd div.content h3 {
			color: #f60e67;
			font-size: 125%;
			padding-bottom: 7px; }
div.nopadd div.content .featureText {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #5D6E91;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
div.nopadd div.content li {
	list-style-type: disc;
	margin-left: 15px;
	list-style-position: outside;
}
div.nopadd div.content ul {
	margin-bottom: 10px;
}

div.nopadd div.content td {
	margin: 0px;
	padding: 0px;
	background-color: #D1DDFF;
}

div.nopadd div.content table {
	background-color: #fff;
	border:none;
	margin: 0px;
	padding: 0px;
}


div.nopadd div.content table td.text {
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	margin: 0px;
}





div.nopadd div.content table.comments td {
	background-color: #debfff;
}
div.nopadd div.content table.comments td img {
	float: right;
	}	
div.nopadd div.content table.comments td.blue {
	padding: 25px 25px 10px;
	background-color: #7fd7ff;
	text-align: center;
	font-weight: bold;
	font-size: 130%;
	line-height: 1.2em;
}
div.nopadd div.content table td.highlightText {
	padding-top: 15px;
	text-align: center;
	}
div.nopadd div.content table td.highlightText p{
	color: #f60e67;
	font-size: 125%;
	padding-bottom: 7px; }
div.nopadd div.content table td.white {
	padding-top: 3px;
	background-color: #fff;
}

/* col three on subpages */
div.three {
	min-height: 240px;
	float: right; }
	
	div.img-right {
		position: absolute;
		right: 0;
		top: 0; }

		
		
/* Bottom
---------------------------------------------------------- */	
div.bottom div.box {
	float: left;
	background: #f9ca74;
	width: 160px;
	height: 240px;
	overflow: hidden;
}
	
	div.bottom ul.bannerads li {
		float: left;
		height: 120px;
		background: #cccc99;
		width: 320px;
		overflow: hidden; }
	
	div.bottom div.content {
		background: #bbdfec;
		min-height: 200px;
		height: auto !important;
		height: 200px;
		padding: 20px 160px 20px 180px; }
	div.bottom div.content h3 {
		color: #f60e67;
		font-size: 125%;
		padding-bottom: 7px; }	

#featureText {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #5D6E91;
	width: 350px;
	text-align: center;
	border: 1px solid #5D6E91;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: auto;
	margin-left: auto;
}
	
	
	div.bottom div.padd {
		padding-right: 20px; 
		background: #bbdfec; }

/* current links */
a.current {
	color: #f60e67; }

.highlightText {
	color: #007CC5;
}

