@charset "utf-8";

/* Project Planner.css 

 

 		date: 			6/1/09

		author: 		Mark Carscadden

		

  

  	Filename:        pp.css

   	

	Supporting files: most

*/



/*    */

html, body {

  font-family: Verdana, Arial, Helvetica;
}

#navbar  

{width: 990px;

height: 30px;  

line-height: 30px;

border: 5px solid #B8860B;   

background-color: #FFDAB9;          

padding: 5px 5px 5px 5px;      

}

/*	      */

.menuitem

{border: 1px solid #B8860B;

background-color: #FFDAB9;

float: left;

width: 156px;

margin-left: 5px;

text-align:center;

color: #660099;   

font-weight: bold;

}    

/*	      */

a 

{text-decoration:none;

color: #2F4F4F;  

}

a:visited

{color:#A52A2A

}

a:hover

{color:#008000

}

#leftnav{

font-size: 15px;

color: #663300}

/*	      */

.menuitem.active {
    background-color: #FFFFFF !important;
}

html, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, input, select, div, p, img, table, td, fieldset
{
    margin: 0;
    padding: 0;
}

a img
{
    border: none;
}

.col
{
    float: left;
}
.colR
{
    float: right;
}

.floatwrapper:after,
{
    /* Firefox */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .floatwrapper,
{
    height: 1%; /* IE6 fix */
}

*:first-child+html .floatwrapper,
{
    min-height: 1px; /* IE7 fix */
}

h2 {
    margin: 15px 0 15px 0;

}

table {
    margin-left: auto;
    margin-right: auto;
}

ul li {
    list-style-type: none;
}

#container {
    width: 1020px;

    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #996600;
}

#leftcol {

    border-left: 1px solid #996600;
    width: 170px;
    background-color: #FFDEAD;
}

#rightcol {
    border-right: 1px solid #996600;
    width: 170px;
    background-color: #FFDEAD;
}

#content {
    padding: 15px;
    background-color: #FFFFCC;
}

#footer {

}

div.separator {
    height: 1px; width: 100%;
    margin: 25px 0 15px 0;
    
}