@CHARSET "UTF-8";


#banner{
	width:100%;
	display: inline-block;
 }
#menuArea{
	width: 80%;
	position:relative;
	//text-align: center;
}

body, td {
	tab-interval:.5in;	
	font-size:11.0pt;
	font-family: "Arial", Verdana, sans-serif;
}

h3 {
	margin-bottom: 5px;	
	//text-transform: uppercase;
}
.center
{
    margin-left:auto;
    margin-right:auto;
    width:70%;
  //  text-align: center;
}
ul li {
	line-height: 20px
}
h1{
font-weight: 800;
}

p{
font-family: "Helvetica", Arial;
     font-size: 20px;
     line-height: 29px;
}
#holder {
	width: 100%;
}
.content {
	min-height: 300px;
	padding-top: 1.5em;
	
}

@media only screen  and (max-width: 600px) {
    .content{
		margin-left: 2%;
		width:100%;
		
	}
	h1{
		font-weight: 400;
	}
	p{
		width:95%;
	}
}
@media only screen and  (min-width: 601px) {
    .content{
		
		margin-left: 20%;
		width:78%;
    }
}

.theArticle {
	margin-left:-10px;
}


#footer {
	color: #666;
	padding: 5px;
	
}

.navButton{
	float:left;
	text-align: center;
	margin:3px 10px 5px 10px;
	padding:0px 8px 0px 8px;
	//border-right: solid 1px #ccc;
	//border-left: solid 1px #ccc;
	
    //    font-family: Lucida Bright,Georgia,serif;
	font-size: 18px;
	font-style: italic;
	font-variant: normal;
	font-weight: 400;
	line-height: 19.8px;
        margin-bottom: 0.75em;
}

.vSpace{
	clear:both;
}
div.nav {
	text-align: center;
	padding: 4px;	
}

div.admin-nav {
	padding: 5px;
	background: #f9f9f9;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;	
}

input.button {
	background: #fff;
	border: solid 2px #cc6666;
	color: #cc6666;
	font-weight: bold;
}

.navButton:hover{
	background-color:white;
}

a:link, a:active, a:visited { 
	text-decoration: none; 
	color:#282828;
}

a:hover { 
	color: #666;
}


table.standard {
	border-top: solid 1px #ccc;	
}

table.standard tr td {
	border-bottom: solid 1px #ccc;	
	padding: 3px;
	color: #666;
}


form label {
	text-transform: uppercase;
	color: #333;	
}

div.feedback {
	color: #cc0000;
	font-weight: bold;
	padding-top: 5px;	
}

form input, form textarea {
	background: #f9f9f9;
	border: solid 1px #999;
	padding: 3px;
}
.navButton:focus{
	background-color: #eee;
 }
 #footer:focus{
	background-color: #eee;
 }
 
a.red {
	color: #cc0000;
}

a.green {
	color: #00cc00;
}

body {
	background: rgb(170,174,176);
	margin:0 0 0 0;
}

.maincolor{
	color: rgb(220,113,39);
}
.secondcolor{
	color: rgb(107,109,128);;
}
.thirdcolor{
	color: rgb(128,23,26);
}
.fourthcolor{
	color: rgb(165,126,99);
}
.whitecolor{
	color: rgb(223,213,191);
}
.bwhitecolor{
	background: rgb(223,213,191);
}
.blackcolor{
	color: rgb(35,13,13);
}
