body {
	background-color: #000;
	background-image:url("../images/background.jpg");
        /*width: 740px;*/
    font-size: 12px;
    background-repeat: no-repeat ;
	margin:0;
	padding: 0px;
	border: 0;
	color: #c7c7c7;
       background-position:top center;
	font-family: "Georgia", "Arial";
        text-align: center;
}  

#main{
	margin-left: 278px;

}

#email_link {
	margin-top:-55px;
	margin-right:80px;
	margin-bottom:50px;
	text-align: right;
}

#blockquotes {
   	width: 759px;
}


table{
	 font-size: 12px;
}


p{

    padding:5px;
    text-indent: 0px; 
	font-size:16px;
}


ul li{    
	margin-left:15px;
   	list-style: diamond;
}
                       /*  Flow CSS */
#header {

   width:760px;
}

#footer {
  clear: both; 
  font-size: 8px;
  width:790px;
  color: #c7c7c7;
  text-align:center;
 
}

#content {
  margin-top:-12px;
  margin-right: 200px;
  float: left;
}

.highlightfront{
	margin:10px;
	padding:10px 10px 0 10px;
	background-color:#97ad6c;
	
}

.highlight{
	padding:10px 10px 0 10px;
	margin:0 10px 0 10px;
	background-color:#edebda;
}

                       /* End of Flow CSS */
a {
	color:white;
}
h1 {
    color: #000;
    font-size: 30px;
	padding:20px 0 5px 35px;
    font-family: "Times New Roman";

}

h2 {
    color: #063c00;
    font-size: 20px;
    font-family: "Times New Roman";

}

#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#right img{
    padding: 10px 10px 10px 10px;
}




/*-----------------------------------------------------------------*/

#sidebar{
    text-align: left;
    background:clear;
    float: left;
    width: 250px;
    /*text-align: left;*/
}

#sidebar ul {
	
  margin: 0px;
  padding:0px;

  list-style: none;
   /* border-bottom: 1px solid #275787;*/
}
	
#sidebar ul li {

	position: relative;
	padding: 0px 0px 0px 0px;
	color: #000;

}
#sidebar ul li.sub {

	position: relative;
	margin-left:30px;
	margin-top: -5px;
                     margin-right: -5px;
}

/* Styles for Menu Items */
#sidebar ul li a {
/*	display: block;*/
	text-decoration: none;
    color:#c7c7c7;
    
        
}
	
#sidebar ul li a:hover {
	/*background: #DCE3CE;*/
	color: #333;
}

.splashLinks{
	text-align: center;
 	margin-top: 30px;

}

.splashLinks img{

 	border:none;
}

.imgright{
	float:right;
	margin:10px;
}

.imgleft{
	float:left;
	margin:10px;
}

