body {
font-family: arial;
color: #CACACA;
font-size: 10px;
padding: 0;
margin: 0;
}




/*THIS IS THE CSS CODING FOR THE MAIN WRAPPER*/
#wrapper {
width: 860px;
height: 1%;
border:  10px #F5F5F5 solid;
padding: 10px;
background-color: white;
margin-left: 0px;
margin: 0 auto; 
text-align: left;
}



/*THIS IS THE CSS FOR THE HEADER CONTAINER*/

#header {
height: 150px;
width: 860px;
background-color: #F5F5F5;
margin-top: 0px: 
margin-left: 0px;
}




/*THIS IS THE CSS CODING FOR THE TOP NAVIGATIONAL BAR*/
#topnav {
height: 58px;
width: 860px;
margin-top: 0px;
margin-left: 0px;
border-top: 1px white solid;
position: relative;
}



/*-------THIS CSS STYLING IS FOR STYLING THE TEXT IN THE SIDE NAVIGATION BAR------*/


.sidepos {
padding-top: 5px;
}

.sidenav {
line-height: 1.5em;
padding-left: 0px;
}

.sidenavbar {
font-family: trebuchet ms;
color: #EBEBEB;
line-height: 1.5em;
}

.subside {
color: #FDBF02;
line-height: 2em;
padding-left: 20px;
font-size: 12px;
}

.subside a {
color: #FDBF02;
font-size: 12px;
text-decoration: none;
}


.subside a:hover {
color: #C49402;
font-size: 12px;
text-decoration: underline;
}



.sidemenu {
font-family: trebuchet ms;
color: #CACACA;
font-size: 14px;
}

.sidemenu a{
font-family: trebuchet ms;
color: #CACACA;
font-size: 14px;
text-decoration: none;
}


.sidemenu a:hover {
text-decoration: underline;
color: #737373;
}



/*----THIS IS THE CSS STYLING FOR THE MAIN CONTENT SECTION----*/

.mainpos {
padding-left: 50px;
font-family: trebuchet ms;
color: #CACACA;
font-size: 12px;
}



.maincontent {
font-family: trebuchet ms;
color: #CACACA;
font-size: 14px;
line-height: 1.6em;
}


.maincontent a {
font-family: trebuchet ms;
color: #FDBF02;
font-size: 14px;
line-height: 1.6em;
text-decoration: underline;
}


.maincontent a:hover {
font-family: trebuchet ms;
color: #C49402;
font-size: 14px;
line-height: 1.6em;
text-decoration: underline;
}


.maincontento {
font-family: trebuchet ms;
color: #FDBF02;
font-size: 14px;
line-height: 1.6em;
}


.mainconttableg {
font-family: trebuchet ms;
color: #CACACA;
font-size: 12px;
line-height: 1.6em;
}


.mainconttableo {
font-family: trebuchet ms;
color: white;
font-size: 12px;
line-height: 1.6em;
}

