 body {
   color:white;
	background-color: #708090;
	text-align: center;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	
}

a {
	color: #696969;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
} 

  a:visited {
	color: #696969;
	background-color: white;
} 

 a:hover {
	color: #336;
	background-color: #DCDCDC;
} 

  a:active {
	color: #336;
	background-color: #DCDCDC;
}  
ul,ol,li{
	color:#336;
	background-color:white;
	font-weight:normal;
	text-align:left;
	list-style : disc outside none;
	font-size:90%;
}

.maintable {
	color:#336;
	text-align:center;
	padding:0px;
	border-style:none;
	width:750px;
   font-size:90%;
	font-family: Arial, Helvetica, sans-serif;
	background-color : White;
	}
	
.fronttable {
	color:black;
	background : white;
	text-align:center;
	padding:0px;
	border-style:none;
	width:750px;
   font-size:90%;
	font-family: Arial, Helvetica, sans-serif;
}
	
td {
	color:black;
	background-color: white;
	padding:0;
	border-style:none;
    font-size:90%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:top;
}

div {  
  text-align:center;
  color:#039;
  background-color:white;
  margin:auto;
  }
  
h3, h4, h2, h1, h5 {
	color: #A9A9A9;
	background-color: white;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
}

hr {
	color: #C00;
	background-color: #C00;
	width : 750px;
} 

.bold {
 font-weight:bold;
 font-size:100%;
 font-family: Arial, Helvetica, sans-serif;
  color : #C00;
  background-color : white;
  }

div.contact-info {
	color: white;
	background-color: #039;
	text-align:center;
	font-size:80%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:bottom;
	width:750px;
	margin:auto;
	font-weight : bold;
}

div.tcontact-info {
	color: #283888;
	background-color: #B0C4DE;
	text-align:center;
	font-size:90%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:bottom;
	width:750px;
	margin:auto;
	font-weight : bold;
}

p {
	font-weight: normal;
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #336;
	background-color: white;
	text-align:justify;
	margin: auto 10px auto 10px;
}

table {
	color:#000000;
	background-color: white;
	padding:0px;
	border-style:none;
	margin:auto;
}

.smallcaps {
  text-transform: uppercase;
  margin-left:10px;
 }
 .float-right {  float: right;}
.float-left {
	float:left;
}
.right {
	width:610px;
	color:#336;
	background-color:white;
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	margin:auto;
	font-weight:bold;
}
.tdsidebar {
  
	background-color : transparent;
	background-attachment : scroll;
	background-image : url(images/navbarback.jpg);
	background-position : top;
	background-repeat : repeat;

}
div.sidebar {
	width: 140px;
	color:#039;
	padding: 0px;
	margin: 0px;
	/*border:1px solid #336;*/
	font-size:85%;
	font-family: Arial, Helvetica, sans-serif;
	background-color:transparent;
}
div.sidebar a {
	display: block;
	padding-right: .8em;
	padding-top:.25em;
	padding-bottom :.25em;
	text-align: left;
	font-weight: bold;
	/*border-bottom: 1px solid #C03;*/
	color: white;
	background: transparent none no-repeat fixed center;
	font-family: Arial, Helvetica, sans-serif;
	margin : 0em 0em -.2em 0em;
	text-decoration:none;
	width:100%;
}
div.sidebar a:link {width:100%;color: white; background-color: transparent;}
div.sidebar a:visited {color: yellow; background-color: transparent;}
div.sidebar a:hover {color: #C00;	background-color :#039;}



.smaller {
 font-size:85%;
 color:white;
 background-color:#C00;
 font-family:   Arial, Helvetica, sans-serif;
 }

.larger {
 font-size:150%;
 color:#C00;
 background-color:white;
 font-family:   Arial, Helvetica, sans-serif;
 font-weight:bold;
 }