
.mainTable {
	line-height: 140%;
	text-align: left;
	padding: 0px;
	width: 980px;
	}
.titleBar {
	border-bottom: 5px solid #8FA8CF
}
.sideBar {
	font-family: Arial, sans-serif;
	background-color:#FAFAEB;
	border-top: none;
	padding: 15px;
	font-size: small;
}
.sidebar h2 {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	text-align: left;
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
	font-weight: normal;
}
.sidebar h4 {
	font-family: Arial, sans-serif;
	font-size: x-small;
	line-height: 120%;
	color: #000000;
	text-align: left;
}
.sidebar li {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: x-small;
	line-height: 120%;
	color: #737373;
	text-align: left;
	position: relative;
	left: -15px;
}
.sidebar a {
	text-decoration: underline;
	font-weight: bold;
	font-size: x-small;
	font-family: Arial, sans-serif;
	}
.sidebar a:link {
	color: #661F00;
	}

.sidebar a:visited {
	color: #661F00;
	}

.sidebar a:active {
	color: #661F00;
	}
.sidebar a:hover {
	color: #CC8A00;
	}
.sidebar .quote {
	font-family: Arial, sans-serif;
	font-style:normal;
	line-height:110%;
	font-size: small;
	font-variant: small-caps;
}
.contentArea {
	background-color: #FFFFFF;
	padding: 10px 30px 10px 30px;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: 1px solid #CCCCCC;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: small;
  	line-height: 150%;
}
.contentArea hr {
	height: 1px;
	color: #797979;
}
.contentArea h2 {
	color: #2461AA;
	font-family: Arial, sans-serif;
	font-size: small;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 3px;
	}

.contentArea h3 {
	color: #CC8A00;
	font-family: Arial, sans-serif;
	font-size: large;
	border-bottom: 1px solid #666666;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 3px;
	margin-top: 0px;
	display:none;
	}
.contentArea h4 {
	text-align: center;
	font-size: 1.3em;
}
.contentArea img {
	margin: 5 5 5 5;
}
.contentArea ul {
	margin: -10px 20px 20px 25px;
}
.content3 {
	padding: 6px 3px 5px 6px;
	border-left: 1px solid #CCCCCC;
	color: #2461AA;
	font-family: Arial, sans-serif;
	font-size: small;
	}
.quote {
	font-style:italic;
	line-height:110%;
	font-size:small;
}
.insertTable {
	background-color: #FAFAEB;
	border: 1px solid #737373;
	font-size: small;
	font-weight: bold;
	color: #000000;
	line-height: 120%
}
.insertTable a {
	text-decoration: underline;
	font-size: small;
	font-variant: small-caps;
}
.insertTable a:link {
	color: #661F00;
	}

.insertTable a:visited {
	color: #661F00;
	}

.insertTable a:active {
	color: #661F00;
	}
.insertTable a:hover {
	color: #CC8A00;
	}
.inputBox {
	border: 1px solid #eeeeee;
	border-bottom: 1px solid #999999;
	background-color: white;
	font-family: Courier New, Courier, mono;
	font-size:small;
	width: 400px;
}
.button {
	border: 2px outset;
	background-color: #FFFFFF;
	color: #999999;
	height: 20px;
	font-size: 12px;
	letter-spacing: .3em;
}

/*---------------------------- NEW STYLES ---------------------*/

body {
	background-image:   url(../blogImages/background.jpg);
}

html,body{
      margin:0px;
      padding:0px;
      height:100%;
      border:none;
			text-align: left;
}

documentElement{
}
h1{
	font-size: 2.0em;
}
.content{
	text-align:left;
}
.footer{
	border-right: 1px solid #CCCCCC;
	padding: 40px 30px 10px 30px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 8pt;
  	line-height: 150%;
}
.footer p{
 	text-align: center;
	padding-top: 10px;
	border-top: 1px solid #666666;
}

.navBar{
 	border-top: 2px solid white; 
	border-bottom: 3px solid #8FA8CF;
	background-color: #595959; 
	width: 980px;
	height: 23px;
}
	.navBar a{
		background-color: #707070;
		border-right: 2px solid #595959;
		padding: 0px 15px;
		height: 23px;
		text-align: center;
		font-family: arial;
		font-size: 8pt;
		font-weight: bold;
		text-decoration: none;
		color: white;
		display: block;
		float: left;
	}
	.navBar a:hover{
		background-color: #BBBBBB;
		color: black;
	}
.timeHolder{
	padding: 0px 10px 0px 0px;
	color: #2461AA;
	font-family: Arial, sans-serif;
	font-size: small;
	text-align: right;
	float:right;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	/*background-image: url(../blogImages/BlueFade.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	margin: 0px -30px 0px 0px;
	width: 750px;*/
}