/*---- Layout ----*/
div
{
	padding: 0;
	margin: 0;
}
body
{
	padding: 20px;
	margin: 0;
}
#oldbrowser
{
	text-align: center;
}
#masthead h1
{
	display: inline;
}
#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 200px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#rightColumn
{
	float: right;
	width: 200px;
}
#contentColumn
{
	width: auto;
	margin-left: 199px;
}
#masthead, #innerLeftColumn, #innerContentColumn, #innerRightColumn, #innerFooter
{
	padding: 10px;
}
#footer
{
	clear: both;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
	margin-right: 200px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #footer
{
	z-index: 10;
}

/*---- Borders ----*/
#pageFrame
{
	border: solid 1px #FFFFFF;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, #innerContentColumn
{
	border: solid 1px #FFFFFF;
}
#footer
{
	border-top-width: 1px;
}
#masthead
{
	border-bottom-width: 1px;
}
#innerLeftColumn, #innerContentColumn
{
	border-right-width: 1px;
}
#contentColumn
{
	border-left-width: 1px;
}

/*---- Visual Elements ----*/
body
{
	/*background-color: #8299BC; Another good color*/
	background-color: #4B68B1;
	color: #000;
	padding: 20px;
	margin: 0;
}
#pageFrame
{
	background-color: #FFFFFF;
	color: #000;
	min-width: 500px;
	/* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 500 ? "450px" : "100%" );
}

/*-----Added by rammage-------*/

.sideBoxesTitle {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  width:174px;
  line-height:1.65em;
  background-color: #4B68B1;
  border-bottom: 2px solid #E1A700;
  color:#FFFFFF;
  font-weight:bold; 
  letter-spacing:1px;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:2px;
  padding-right:2px;
  height:15px;
}

#calendar
{
	line-height: 140%;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: x-small;
	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
}

#calendar table
{
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

#calendar caption
{
  font-family:Arial, Helvetica, sans-serif;
  text-align:left;
  font-size:10px;
  width:220px;
  border:dotted #ccc;
  border-width:1px 0;
  line-height:1.65em;
  color:#000000;
  font-weight:bold; 
  letter-spacing:1px;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:2px;
  padding-right:2px;
  height:15px;
  background-color:#FFFFFF; 
  border-bottom: 2px solid #719067;
  font-variant:small-caps;  
}

#calendar th
{
	text-align: center;
	font-weight: normal;
}

#calendar td
{
	text-align: center;
}

#powered
{
	font-family: Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: center;
	color: #000000;
}

/*-----------------TEXT, FONTS, COLORS---------------------------*/

a {
    text-decoration: underline;
  }

a:link {
	color: #4B68B1;
	}

a:visited {
	color: #4B68B1;
	}

a:active {
	color: #4B68B1;
	}

a:hover {
	color: #4B68B1;
	}

#leftColumn
{
	font-family: Arial, sans-serif;
	color:#000000;
	font-size:12px;
	line-height: 150%;
	text-align: left;
	padding: 2px;
}

#leftColumn ul
{
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

#leftColumn li
{
	font-family: Arial, sans-serif;
	color: #000000;
	font-size:12px;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	list-style-type: none;
}

#rightColumn
{
	font-family: Arial, sans-serif;
	color:#000000;
	font-size:12px;
	line-height: 150%;
	text-align: left;
	padding: 2px;
}

#rightColumn ul
{
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

#rightColumn li
{
	font-family: Arial, sans-serif;
	color: #000000;
	font-size:12px;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	list-style-type: none;
}

.posted
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	margin-left:10px;
}	

#innerContentColumn
{
	  background-color: #FFFFFF;
	  color: #000000;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size:12px;
	  margin-left: 15px;
	  margin-right: 20px;
}

#innerContentColumn p
{
	font-family: Times, Times New Roman, Georgia, serif;
	font-size:14px;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	margin-right:15px;
}

#innerContentColumn blockquote
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #000000;
	background: #f0f0f0;
	padding: 5px;
	margin:  10px 60px 10px 60px;
	border-top: 1px solid #4B68B1;
	border-bottom: 1px solid #4B68B1;
}

#innerContentColumn h2
{
	color: #000000;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-right:10px;
}

#innerContentColumn h3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #4D6B99;
	font-size:22px;
	text-align: left;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 15px;
}

#date
{
	color: #000000;
	font-size: small;
	text-align: right;
	font-weight: bold;
	margin-right:10px;
}

.quote h1
{
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:16px;
	text-align: center;
}

.quote h2
{
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	margin-bottom: 10px;
}

/*-----------------Images-------------------*/

img 
{	/* border style for all images */
	border: 0;
}

img.b
{	/* replacement for <br /> after images */
	display: block; /* forces line break for content after */
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}
