
    
  body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(images/bg_logo.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
	background: #D5D5D5;
	
}


p, h3 {
	margin: 10px;
}

 .main {
    color: black;
    }
	 
	 .main a{
    color: #4169E1;
    text-decoration: none;
    }
	 
	.main a:hover{
	color: Red;
	text-decoration: underline;
}

	 .css {
    color: White;
	 float: left;
    }
	 
	 .css a{
    color: White;
    text-decoration: none;
    }
	 
	.css a:hover{
	color: Red;
	text-decoration: underline;
}

	 .css1 {
    color: White;
	 padding: 2px;
	 text-align: center;
	 font-weight: bolder;
	 padding: 5px;
	 word-spacing: 1px;
    }
	 
	 .css1 a{
    color: Black;
    text-decoration: none;
    }
	 
	.css1 a:hover{
	color: Red;
	text-decoration: underline;
}

.date {
	float: right;
	text-align: right;
	color: White;
	text-align: center;
	padding: 2px 10px;
}

.date a{
    text-decoration: none;
	 color: White;
}

.date a:hover{
    text-decoration: underline;
	 color: Red;
}


 
  .box {
	border: 2px solid #518C57;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
	background: White;

}

.masthead1 {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	background-color: #518C57;
	padding: 2px;
	text-align: center;
	overflow: hidden;
}

.masthead2 {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	background-color: #518C57;
	padding: 2px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
}


.box1 {
	border: 1px solid #518C57;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	}

.box2 {
	border: 1px solid #4169E1;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 10px;
}
  .address {
	color: White;
	padding: 5px;
}

  .address a {
	color: #D1D1D1;
	text-decoration: none;
}

  .address a:hover {
    color: Red;
    }

  hr {
	color: #6F8B3D;
	text-align: center;
	height: 1px;
	width: 90%;
	text-align: center;
	border: thin dotted;
}

.nav {
	font-weight: bold;
	color: White;
	text-decoration: none;
	padding: 5px;
}

  .nav a {
	font-weight: bold;
}

  .nav a:hover {
    color: Red;
    text-decoration: underline;
    }

  .big {
	color: black;
	text-decoration: none;
}

  .big a {
	color: #6495ED;
	text-decoration: none;
}

  .big a:hover {
	color: #4169E1;
	text-decoration: underline;
}

  .big1 {
	color: #4169E1;
	font-weight: bolder;
}

  .big1 a {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

  .big1 a:hover {
	color: blue;
	text-decoration: underline;
}

  .news {
	font-weight: bolder;
	color: #B22222;
	text-decoration: none;
}

  .news a {
    color: #4169E1;
    text-decoration: none;
    }
	}

  .news a:hover {
text-decoration: underline;
	color: red;
}

  .form1 { border: 1px none ;
    }

  .form2 { border: 1px solid ;
    margin: 7px;
    padding: 0px;
    color: rgb(218, 238, 243);
    background-color: rgb(132, 156, 157);
    }

  .texta { border: 1px solid rgb(0, 0, 99);
    margin: 0px;
    font-size: 13px;
    background-color: Silver;
    color: Red;
    font-weight: bold;
    }

 .buttons { border: 0px solid rgb(0, 0, 99);
    margin: 0px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    background-color: rgb(0, 0, 99);
    color: White;
    font-weight: bolder;
	 text-align: center;
    } 

  .boxhead {
	background-color: #4169E1;
	color: White;
	font-weight: bolder;
	padding: 1px;
}

#sidebar {float: right; width: 210px; text-align: left;
}
#pics {float: left; width: 230px; text-align: left;
}
#content {float: left; width: 380px; text-align: left;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 10.5px;
	color: Gray;
}

#footer a {
	color: #233236;
	text-decoration: none;
}

#footer a:hover { color: Maroon;
    text-decoration: none;
    }
	 
.navlist li {
list-style-type: none;
}

#dropmenudiv{
	position: absolute;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	margin-top: 6px;
}

#dropmenudiv a{
	width: 100%;
	text-align: left;
	display: block;
	text-indent: 2px;
	padding: 5px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#dropmenudiv a:hover{
	/*hover background color*/
	background-color: #004000;
	color: #F0F8FF;
}

.lcdstyle{ /*Example CSS to create LCD countdown look*/
background-color:black;
color:white;
font: bold 13px MS Sans Serif;
padding: 5px;
padding: 5px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}

