@charset "utf-8";
/* CSS Document */

body{
	background-color:#c2c2c2;
}


/* Divides */

#shadowWrap{
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: -10px;
	margin-left: auto;
	width: 1000px;
	background-image: url(../images/dropshad.jpg);
	background-repeat: repeat-y;
}

#wrapper{
	width: 960px;
	position: relative;
	margin: 0 auto 0;
	background-color: #FFF;
}



#header{
	float: left;
	width: 960px;
	height: 87px;
	background-image: url(../images/newHeader_01.jpg);
	background-repeat: no-repeat;
}

#nav{
	float: left;
	width: 210px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 5px;
	
}

#article{
	float: left;
	width: 730px;
	min-height: 535px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;

}

#aside{
	float: left;
	width: 366px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer{
	clear: both;
	width: 960px;
	height: 25px;
	background-image: url(../images/newFooter_03.jpg);
	background-repeat: no-repeat;
}

/* Sub divides */


.pageHeader{
	float: left;
	width: 340px;
	height: 25px;
	border-top: dashed #CCC;
	border-bottom: dashed #CCC;
	background-image: url(../images/TabTopRight.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: medium;
	border-bottom-width: medium;
	color: #003;

}

.pageHeaderRight{
	float: right;
	width: 340px;
	height: 25px;
	border-top: dashed #CCC;
	border-bottom: dashed #CCC;
	background-image: url(../images/TabTopRight.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: medium;
	border-bottom-width: medium;
	color:#003;
}


#pageHeadSpacer{
	float: left;
	width: 730px;
}

#pageHeadSpacerFill{
	float:left;
	width:340px;
	height:40px;
}

.pageContentBox{
	float: left;
	width: 350px;
	margin-right: 0px;
	height: 150px;
}

.pageContentBoxRight{
	float: right;
	width: 350px;
	margin-right: 0px;
	height: 150px;
}

.pageContent{
	float: left;
	width: 340px;
	text-align: justify;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#pageContentTable{
	float: left;
	width: 560px;
	text-align: left;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

.pageContentRight{
	float:right;
	width: 340px;
	text-align: justify;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

.pageLinks{
	float: left;
	width: 340px;
	height: 25px;
	background-image: url(../images/pageLinkTop3.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#staffBox{
	float: left;
	width: 199px;
	border: 1px solid #0FF;
	margin: 5px;
	padding: 5px;
}

#contactFormBox{
	float: left;
	width: 460px;
	margin-left: 20px;
	margin-top: 20px;
}

#loginWrap{
	float: left;
	width: 200px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #0CF;
	margin: 5px;
	padding-bottom: 5px;
}

.globeBox{
	float: left;
	width: 25px;

}

.globeBoxText{
	float: right;
	width: 340px;
	height: 55px;
	padding: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}

#picFrame{
	width: 200px;
	float: right;
	margin-right: 75px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

.picFrameText{
	width: 200px;
	height: 20px;
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


/* Tools */



.globeBoxText h4{
	margin-top:0;
	margin-left:35px;
	margin-bottom:0;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

#article .pageContentBox .pageLinks a{
	text-decoration:none;
	color:#FFF;
}

#article .pageContentBoxRight .pageLinks a{
	text-decoration:none;
	color:#FFF;
}

.pics{
	margin-bottom: 2px;
	margin-top: 2px;
}

.picsBottom{
	margin-top: 2px;
}

#article .picFrameText h4{
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#footer h5{
	color: #FFF;
	text-decoration: none;
	text-align: right;
	margin: 0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0;
}

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


#footer a:hover{
	color:#FFF;
	text-decoration: underline;
}

#formWrap a{
	color:blue;
	text-decoration:none;
}

#formWrap a:hover{
	color:blue;
	text-decoration:underline;
}

#formWrap a:visited{
	color:blue;
	text-decoration:none;
}




#staffBox a{
	color:blue;
	text-decoration:none;
}

#staffBox a:hover{
	color:blue;
	text-decoration:underline;
}

#staffBox a:visited{
	color:blue;
	text-decoration:none;
}

