/***********************************************/
/* twoColumnRightNaviCentered.css                       */
/* Use with template twoColumnRightNaviCentered.htm     */
/* Source: http://www.justfigures.co.uk/       */
/* Refer to source for CSS tutorials           */
/***********************************************/

/* body, block-level and list styles */
body{
/* a fix will require us to center the body element, see wrapper division below */
	text-align:center;
	background:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;	
	margin: 0px;
	padding: 0px;
	}
h1{
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
	/*background-color: #CCCCCC;*/
	}
h2{
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
	/*background-color: #CCCCCC;*/
	}
h3{
	font-size: 18px;
	font-style: normal;
	color: #999999;
	}
p,ul {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	}
.highlight {
color: #9933CC;
}
/* list bullet style */
ul{
 list-style-type: square;
	}
code{
font-family: monospace;
font-size:10px;
}


/* link styles */
a:link{
	color: #000099;
	text-decoration: none;
	}
a:visited{
	color: #6666CC;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	}
a:active{
	color: #FF0000;
	text-decoration: none;
	}
/* general form text input style */
.clsTextInput{
	background-color: #ffffff;
	border: 1px solid;
}
/* main layout divisions */
#wrapper {
/* and then setting back to left-align for the wrapper */
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding: 0px 5px 0px 5px;
	background:#FFFFFF;
	border:2px solid #000000;
	top:0px;
	width:955px;
	}
#header{
	margin-bottom: 5px;
	padding: 5px 0px 0px 0px;
	border-bottom: 0px solid #FFFFFF;
	width: 100%;
	height:90px;
	background-color:#FFFFFF;
	}
#siteLogo1{
float:left;
}
#headerStatement{
padding-top:28px;
}

#navBarTop{
	text-align:left;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 5px 0px 5px 0px;
	border:0px solid #000000;
	width:100%;
	height:25px;
	background-color:#999999;
	}
#content{
/* use float so that the content lines up with the header and footer on the left-hand side */
	float:left;
	width:740px;
	background-color:#FFFFFF;
	/* border-top:1px solid #000000;
	border-left:0px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000; */
	padding:10px 5px 0px 5px;
	}
#navBar{
	float:right;
	width:190px;
	background-color:#ffffff;
	margin-right: 0px;
	border-top:0px solid #000000;
	border-left:0px solid #000000;
	border-right:0px solid #000000;
	border-bottom:0px solid #000000;
	}
#footer{
	text-align:center;
/* use clear so that the footer appears below the content */
	clear: both;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	font-size: 14px;
	color: #999999;
	padding: 5px 10px 10px 10px;
	margin-top: 0px;
	}
#linkBack{
	text-align:center;
/* use clear so that the footer appears below the content */
	clear: both;
	border-top:0px solid #999999;
	border-left:0px solid #999999;
	border-right:0px solid #999999;
	border-bottom:0px solid #999999;
	font-size: 14px;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	}

/* navigation bar link styles */
/* top navigation bar */
#mainLinks{
	margin: 0px;
	padding: 3px;
	font-size: 18px;
	}
#mainLinks a:link,#mainLinks a:visited {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #999999;
	font-weight: bold;
	font-style: italic;
	margin: 2px;
	padding: 1px 3px 2px 3px;
	color: #ffffff;
	}
#mainLinks a:hover{
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #999999; 
	font-weight: bold;
	text-decoration: none;
	}
	
/* navigation bar link styles */
/* side navigation bar */
/* #siteLinks{
	margin: 0px;
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 18px;
	}
#siteLinks h3{
	padding: 5px 0px 0px 5px;
	}
#siteLinks a:link,#siteLinks a:visited {
	display: block;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #CC99FF;
	font-weight: bold;
	margin: 2px;
	padding: 1px 3px 2px 3px;
	color: #9900CC;
	}
#siteLinks a:hover{
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #000000;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #000000;
	background-color: #6699CC; 
	font-weight: bold;
	text-decoration: none;
	}

/* associated link styles */
/* .associatedLinks{
	margin: 0px;
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 14px;
	}
.associatedLinks h3{
	padding: 5px 0px 0px 5px;
	}
.associatedLinks a:link,.associatedLinks a:visited{
	display:block;
	padding: 3px 3px 3px 5px;
	}  */

/* search styles */
.search{
	padding: 10px 0px 0px 10px;
	font-size: 18px;
	}
/* .search img{
	padding-top:20px;
	float:right;
	display: block;
	} */
	
/* advert styles */
.advertText{
/* use clear so that the text does not wrap to image */
	clear: both;
	padding: 0px 0px 0px 20px;
	font-size: 18px;
	}
.advertText p{
	padding: 0px 0px 0px 0px;
	}
	
.googleAdsShort {
/* 120X240 ad size: same padding to advertText */
padding: 0px 0px 0px 20px;
}	
.googleAdsLong {
/* 160X600 ad size: same padding as associatedLinks */
padding: 0px 0px 0px 5px;
}

/* page name styles */
/* #pageName{
	padding: 5px 5px 5px 5px;
	} */

/* subject styles */
#subject{
	text-align:center;
	padding: 0px 0px 5px 0px;
	font-size: 18px;
	}
#subject p{
	padding: 0px 0px 0px 0px;
	}
#subject img{
	float: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
/* subject archive */
#archive{
	text-align:left;
	padding: 15px 0px 0px 5px;
	font-size: 18px;
	}
#archive ul{
	 list-style-type: none;
	 line-height:30px;
	}
#archive p{
	padding: 0px 0px 0px 0px;
	}
	
#license {
	border: 1px solid #999999;
	margin-top:5px;
	padding:5px 10px 5px 5px;
}
/* addThis social links */
#sociallinks {
	border: 1px solid #999999;
	margin-top:10px;
	padding:5px 10px 5px 5px;
}
/* 'rate this page' feedback form */
#ratePage {
	border: 1px solid #999999;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px 10px 5px 5px;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
/* contentBulk styles */
/* .contentBulk {
	background-image: url(images/notes.jpg);
	border-top: 4px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 4px solid #666666;
	padding: 10px 10px 10px 50px;
	font-size: 14px;
	}
.contentBulk p{
	padding: 0px 0px 0px 20px;
	}
.contentBulk img{
	float: none;
	padding: 0px 10px 0px 0px;
	margin: 0px 5px 0px 5px;
	} */
	
	/* contentAdmin styles */
	/* contactus, disclaimer, privacy, terms pages */
.contentAdmin {
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	}
.contentAdmin p{
	padding: 0px 0px 0px 0px;
	}
.contentAdmin img{
	float: none;
	padding: 0px 10px 0px 0px;
	margin: 0px 5px 0px 0px;
	}
	

/* end of style sheet */

