
    
  body {
	font-family: Verdana;
	padding: 0;
	text-align: center;
	background-image: url(images/bg.gif);
}

  p { margin-right: 2%;
  margin-left: 2%;
    }
	 
	 .css {
float: left;
	width: 300px;
	text-align: left;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Gray;
	padding-left: 12px;
	
}

.date {
float: right;
	width: 300px;
	text-align: right;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Gray;
	border: 5px;
	padding-right: 5px;
}

  .menutitle {
	color: White;
	text-align: left;
	padding-left: 5px;
	text-decoration: none;
}

  .menutitle a{
	color: White;
	text-align: left;
	font-weight: bolder;
	text-decoration: none;
}

  .menutitle a:hover{
	color: #DFDFDF;
	text-align: left;
	font-weight: bolder;
	text-decoration: underline;
}


  .submenu { margin-left: 15px;
    text-align: left;
    font-weight: bold;
    color: Gray;
    }

	 
  .box {
	border: 2px solid Silver;
	width: 700px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
}

.box2 {
	border: 1px solid #000080;
	margin: 1%;
	padding-bottom: 0%;
	padding-top: 0%;
	text-align: center;
	background-color: #EDEDED;
}

.box3 {
	border: 1px solid #000080;
	margin: 1%;
	padding-bottom: 0%;
	padding-top: 0%;
	text-align: center;
		background: #000080;
}

  .address {
	font-size: 11px;
	color: Blue;
}

  .address a {
	font-size: 11px;
	color: #F5F5F5;
	text-decoration: none;
}

  .address a:hover { font-size: 11px;
    color: Red;
    text-decoration: none;
    }

  hr {
	color: Silver;
	text-align: center;
	height: 1px;
	width: 85%;
	text-align: center;
}

  .nav a { font-size: 12px;
    font-weight: bold;
    color: White;
    text-decoration: none;
    margin-left: 5px;
    }

  .nav a:hover { font-size: 11px;
    font-weight: bold;
    color: rgb(78, 96, 98);
    text-decoration: none;
    margin-left: 5px;
    }
	 
	 .main  {
	font-size: 15px;
	color: #864A2D;
	text-decoration: none;
}

  .main a {
	font-size: 13px;
	font-weight: bold;
	color: White;
	text-decoration: none;
}

  .main a:hover { font-weight: bold;
    color: Red;
    text-decoration: underline;
    background-color: transparent;
    }

  .big {
	color: #00008B;
	text-decoration: none;
	font-size: 12px;
}

  .big a {
	color: #000151;
	text-decoration: none;
}

  .big a:hover {
	color: #BD0000;
	text-decoration: underline;
}

  .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 {
	padding: 1px;
	position: static;
	background-color: #000080;
	color: White;
	font-weight: bolder;
}

#sidebar {float: right; width: 200px; margin-right: 5px; text-align: left; margin-top: 0px;
}
#nav {float: left; width: 125px; text-align: left; margin-left: 3px; margin-right: 2px; margin-top: 0px;
}
#content {float: left; width: 342px; margin-right: 10px; margin-left: 5px; text-align: left; margin-top: 0px;
}	

#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;
    }



