/* CSS Document */


html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background-color: #4FB2D1;
	background-image: url(../images/basic-bk.jpg);	
	background-repeat: repeat-x;
	color: #666666;
	margin-top: 10px;
	}

	body a {
		color: #003399;
		text-decoration:none;
		}
		
	body a:hover {
		color: #666666;
		border-bottom: none;
		text-decoration: underline;
		}


#pgcontainer {
	width: 760px;
	margin: auto;
	height: auto;
	background-color: #FFFFFF;
	}

#pgcontainer .padding {
	padding: 10px;
	}


#top {
	width: 740px;
	margin: auto;
	height: 116px;
	background: url(../images/logo-banner.gif) no-repeat;
	}

#top .padding {
	padding: 0px;
	padding-top: 40px;
	}

#nav-dkblue {
	width: 740px;
	margin: auto;
	height: 20px;
	text-align: right;
	margin-right: 3px;
	}
	

	#nav-dkblue a {
	padding: 4px;
	color:#0067AB;
	text-decoration: none;
	}

	#nav-dkblue a:hover {
	text-decoration: none;
	color: #7AC6DD;
	}

	#nav-dkblue a:active {
	color:#0067AB;
	text-decoration: none;
	}

#nav-ltblue {
	width: 740px;
	margin: auto;
	text-align: right;
	}
	

	#nav-ltblue a {
	padding: 4px;
	color:#7AC6DD;
	text-decoration: none;
	}

	#nav-ltblue a:hover {
	text-decoration: none;
	color: #0067AB;
	}

	#nav-ltblue a:active {
	color:#7AC6DD;
	text-decoration: none;
	}


	#photos {
	width: 740px;
	margin: auto;
	height: 95px;
	background: url(../images/basic-photos.jpg) no-repeat;
	}

#middle {
	width: 740px;
	height: 445px;
	margin: auto;
	background-color: #FFFFFF;
	border-bottom: 1px solid #7AC6DD;
	}

	#middle #pagetitle {
	width: 740px;
	height: 45px;
	border-bottom: 2px #FFFFFF solid;
	font-weight: bold;
	font-size: 18px;
	color: #0067AB;
	text-align: right;
	background-color: #7AC6DD;
	}

	#middle #content {
	width: 740px;
	background:#FFFFFF;
	height: 445px;
	}

	#middle #content #rightcolumn {
	border-right: 1px solid #7AC6DD;
	float: right;
	width: 416px;
	text-align: left;
	height: 398px;
	overflow: auto;
	background-color:#FFFFFF;
	}

	#rightcolumn .padding {
	padding: 20px;
	padding-left: 30px;
	}

	#rightcolumn p {
	padding-top: 0px;
	margin-top: 0px;
	}




#footer {
	padding-top: 5px;
	width: 760px;
	margin: auto;
	height: 25px;
	color: #FFFFFF;
	font-size: 80%;
	}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}

#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}


.stress {
	font-weight: bold;
	}

.stress-blue {
	font-weight: bold;
	color: #0067AB;
	}

.left-indent {
	margin-left: 30px;}

.about {
	font-size: 10px;
	line-height: 14px;}

.top-pad {
	padding-top: 12px;
	}

.logo {
	text-align: right;
	float: right;
	}
	
.hide {
	display: none;
	}