/* Primary document selectors and rules */

/* body area 
*{
margin: 0px;
padding:0px;
}*/

body { 
 	color: black;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
        margin: 0px 0px 0px 0px; 
        padding: 0px 0px 0px 0px;
        margin-left:0px;
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 4%, rgba(0,0,0,1) 25%) no-repeat;
        background-size:auto 30px;
}

#allbodycontent{
     width: 1300px;
     margin-left:auto;
     margin-right:auto;
}

/* heading area */
h1 {
	
        font-family: 'Courier New', monospace;
}

h2 {
	font-size: 150%;
}


/* header area*/ 

#header h1 {
	font-weight: bold;
	margin: 40px 0px 40px 0px;
        text-shadow: 0 0 3px white; 
        text-align: left; 
        font-family: Courier New, monospace; 	
        border-bottom-style: solid;
        border-bottom-color: grey;
        }

/* Main Body Area */
#mainbody {
        float: right;
        margin-left: 10px;
        padding: 0px 0px 0px 0px;
	border: none;
        color: black;
        height: 1000px;
        width: 700px;
        }

#mainbody2 {
        float: right;
        margin-left: 10px;
        padding: 0px 0px 0px 0px;
	border: none;
        color: black;
        height: 1000px;
        width: 560px;
        }


/* Sidebars and Navigation*/
#sidebar{
	float: left;
	width: 550px;
        height:900px;
	border: none;
        }

#sidebar2{
	float: left;
	width: 700px;
        height:1000px;
	border: none;
        }

/* Navigation Area */
#navigation {
	/*border-bottom-style: solid;*/
	font-size: 100%;
        font-family: Courier New, monospace;
        /*background-color: #ff3300;*/
      
        }

#navigation a{
        color: white;
        font-weight:bold;
        padding: 0px 0px 0px 10px;
	text-decoration: none;
        width: 1300px;
        }

#navigation a:hover {
        
        text-decoration: underline;
        }

/* Footer Area */
#footer {
        clear: both;
	border: none;
        background-color: white;
        font-size: 70%;
        text-align: center;       
        }
p.a {
  font: 15px Arial, sans-serif;
}

p.b {
  font: 15px Verdana, sans-serif;
}

p.c {
  font: 15px Helvetica, sans-serif;
}

p.d {
  font: 15px Tahoma, sans-serif;
}

p.e {
  font: 15px Trebuchet MS, sans-serif;
}

p.f {
  font: 15px Times New Roman, serif;
}

p.g {
  font: 15px Georgia, serif;
}

p.h {
  font: 15px Garamond, serif;
}

p.i {
  font: 15px Courier New, monospace;
}

p.j {
  font: 15px Brush Script MT, cursive;
}

.arial {
  font-family: Arial, sans-serif;
}

.veranda {
  font-family: Verdana, sans-serif;
}

.helvetica {
  font-family: Helvetica, sans-serif;
}

.tahoma {
  font-family: Tahoma, sans-serif;
}

.trebuchet {
  font-family: Trebuchet MS, sans-serif;
}

.times {
  font-family: Times New Roman, serif;
}

.georgia {
  font-family: Georgia, serif;
}

.garamond {
  font-family: Garamond, serif;
}

.courier {
  font-family: Courier New, monospace;
}

.brush {
  font-family: Brush Script MT, cursive;
}

